Olympe Engine 2.0
2D Game Engine with ECS Architecture
Loading...
Searching...
No Matches
Public Attributes | List of all members
Olympe::FrameProfile Struct Reference

Snapshot of all node metrics for a single frame. More...

#include <PerformanceProfiler.h>

Public Attributes

uint64_t frameNumber = 0
 
float totalFrameTimeMs = 0.0f
 
std::vector< NodeExecutionMetricsnodeMetrics
 

Detailed Description

Snapshot of all node metrics for a single frame.

Definition at line 48 of file PerformanceProfiler.h.

Member Data Documentation

◆ frameNumber

uint64_t Olympe::FrameProfile::frameNumber = 0

◆ nodeMetrics

std::vector<NodeExecutionMetrics> Olympe::FrameProfile::nodeMetrics

◆ totalFrameTimeMs

float Olympe::FrameProfile::totalFrameTimeMs = 0.0f

The documentation for this struct was generated from the following file: