startBlock

ProfilerInterface::startBlock

Starts a profiling block.

Declaration

virtual void startBlock(const std::string& blockName) = 0;

Parameters

Name

Type

Description

blockName

const std::string&

The profiling block’s name.

Returns

None.