ProfilerResultNode
Variables
Name |
Type |
Description |
---|---|---|
name |
The block’s name. |
|
times |
std::vector<double> |
The block’s times of execution, in milliseconds. |
totalTime |
double |
The block’s total execution time, in milliseconds. |
meanTime |
double |
The block’s mean execution time, in milliseconds. |
minTimeIndex |
uint32_t |
The index of the lowest execution time in |
minTime |
double |
The block’s lowest execution time, in milliseconds. |
maxTimeIndex |
uint32_t |
The index of the highest execution time in |
maxTime |
double |
The block’s highest execution time, in milliseconds. |
children |
The block’s children. |
Static Functions
Name |
Description |
---|---|
Converts the profiler results to a string. |