ProfilerResultNode

Variables

Name

Type

Description

name

std::string

The block’s name.

count

uint32_t

The number of times the block has been executed.

totalTime

double

The block’s total execution time, in milliseconds.

meanTime

double

The block’s mean execution time, in milliseconds.

medianTime

double

The block’s median 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.