MCPcopy Create free account
hub / github.com/TheRealMJP/DeferredTexturing / CPUProfileBlock

Method CPUProfileBlock

SampleFramework12/v1.00/Graphics/Profiler.cpp:320–323  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

318// == CPUProfileBlock =============================================================================
319
320CPUProfileBlock::CPUProfileBlock(const char* name)
321{
322 idx = Profiler::GlobalProfiler.StartCPUProfile(name);
323}
324
325CPUProfileBlock::~CPUProfileBlock()
326{

Callers

nothing calls this directly

Calls 1

StartCPUProfileMethod · 0.80

Tested by

no test coverage detected