ProfilerResultNode

Variables

Name

Type

Description

name

std::string

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 times.

minTime

double

The block’s lowest execution time, in milliseconds.

maxTimeIndex

uint32_t

The index of the highest execution time in times.

maxTime

double

The block’s highest execution time, in milliseconds.

children

std::vector<ProfilerResultNode>

The block’s children.

Static Functions

Name

Description

to_string

Converts the profiler results to a string.