endBlock

ProfilerInterface::endBlock

Ends a profiling block.

Declaration

virtual void endBlock() = 0;

Parameters

None.

Returns

None.

Notes

This function will end the last profiling block started with a Profiler’s startBlock or a Script’s startProfilingBlock function call.