Table of Contents
Profiler::startBlock
Starts a profiling block.
void startBlock(const std::string& blockName);
Name
Type
Description
blockName
const std::string&
The profiling block’s name.
None.