MCPcopy 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
70PerfTimerCall::~PerfTimerCall()
71{
72 if (perfTimer.currentTimer() == type)
73 perfTimer.switchTimer(PerfTimer::GameTimer);
74}
75
76PerfTimer perfTimer;
77

Callers

nothing calls this directly

Calls 2

currentTimerMethod · 0.80
switchTimerMethod · 0.80

Tested by

no test coverage detected