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