Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
50
namespace FEXCore::Profiler {
51
ProfilerBlock::ProfilerBlock(const std::string_view Format)
52
: DurationBegin {GetTime()}
53
, Format {Format} {}
54
55
ProfilerBlock::~ProfilerBlock() {
56
auto Duration = GetTime() - DurationBegin;
Callers
nothing calls this directly
Calls
1
GetTime
Function · 0.85
Tested by
no test coverage detected