19#include <unordered_map>
158 std::vector<NodeExecutionMetrics>
GetHotspots()
const;
170 bool SaveToFile(
const std::string& path)
const;
ComponentTypeID GetComponentTypeID_Static()
< Provides AssetID and INVALID_ASSET_ID
Snapshot of all node metrics for a single frame.
std::vector< NodeExecutionMetrics > nodeMetrics
Accumulated per-node execution statistics.
float maxTimeMs
Maximum observed execution time (ms)
uint64_t executionCount
Total number of executions.
float executionTimeMs
Last recorded execution time (ms)
float totalTimeMs
Total accumulated time (ms)
float avgTimeMs
Running average execution time (ms)