MCPcopy Create free account
hub / github.com/aliasIsolation/aliasIsolation / ProfileBlock

Method ProfileBlock

src/dll/profiler.cpp:152–155  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

150// == ProfileBlock ================================================================================
151
152ProfileBlock::ProfileBlock(const std::string& name) : name(name)
153{
154 Profiler::GlobalProfiler.StartProfile(name);
155}
156
157ProfileBlock::~ProfileBlock()
158{

Callers

nothing calls this directly

Calls 1

StartProfileMethod · 0.80

Tested by

no test coverage detected