MCPcopy Create free account
hub / github.com/FEX-Emu/FEX / ~ProfilerBlock

Method ~ProfilerBlock

FEXCore/Source/Utils/Profiler.cpp:55–58  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

53 , Format {Format} {}
54
55ProfilerBlock::~ProfilerBlock() {
56 auto Duration = GetTime() - DurationBegin;
57 TraceObject(Format, Duration);
58}
59} // namespace FEXCore::Profiler
60
61namespace GPUVis {

Callers

nothing calls this directly

Calls 2

GetTimeFunction · 0.85
TraceObjectFunction · 0.70

Tested by

no test coverage detected