getResults

Profiler::getResults

Returns the result of the profiling.

Declaration

ProfilerResultNode getResults();

Parameters

None.

Returns

The root’s ProfilerResultNode. It represents the complete profiling session, with its name equal to the one given with the previous Profiler’s start or Script’s startProfiling function call and totalTime being the time of the entire session. meanTime, minTimeIndex, minTime, maxTimeIndex and maxTime will be equal to 0.

The profiling blocks of this session are hierarchically available in children.