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

Method CPUProfileBlock

SampleFramework12/v1.02/Graphics/Profiler.cpp:365–368  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

363// == CPUProfileBlock =============================================================================
364
365CPUProfileBlock::CPUProfileBlock(const char* name)
366{
367 idx = Profiler::GlobalProfiler.StartCPUProfile(name);
368}
369
370CPUProfileBlock::~CPUProfileBlock()
371{

Callers

nothing calls this directly

Calls 1

StartCPUProfileMethod · 0.80

Tested by

no test coverage detected