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

Method ProfilerBlock

FEXCore/Source/Utils/Profiler.cpp:51–53  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

49
50namespace FEXCore::Profiler {
51ProfilerBlock::ProfilerBlock(const std::string_view Format)
52 : DurationBegin {GetTime()}
53 , Format {Format} {}
54
55ProfilerBlock::~ProfilerBlock() {
56 auto Duration = GetTime() - DurationBegin;

Callers

nothing calls this directly

Calls 1

GetTimeFunction · 0.85

Tested by

no test coverage detected