MCPcopy Create free account
hub / github.com/TheRealMJP/BakingLab / ProfileBlock

Method ProfileBlock

SampleFramework11/v1.02/Graphics/Profiler.cpp:194–197  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

192// == ProfileBlock ================================================================================
193
194ProfileBlock::ProfileBlock(const std::wstring& name) : name(name)
195{
196 Profiler::GlobalProfiler.StartProfile(name);
197}
198
199ProfileBlock::~ProfileBlock()
200{

Callers

nothing calls this directly

Calls 1

StartProfileMethod · 0.80

Tested by

no test coverage detected