Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/clementgallet/libTAS
/ ~PerfTimerCall
Method
~PerfTimerCall
src/library/PerfTimer.cpp:70–74 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
68
}
69
70
PerfTimerCall::~PerfTimerCall()
71
{
72
if (perfTimer.currentTimer() == type)
73
perfTimer.switchTimer(PerfTimer::GameTimer);
74
}
75
76
PerfTimer perfTimer;
77
Callers
nothing calls this directly
Calls
2
currentTimer
Method · 0.80
switchTimer
Method · 0.80
Tested by
no test coverage detected