MCPcopy Create free account
hub / github.com/DaedalusX64/daedalus / StartTiming

Method StartTiming

Source/Utility/Profiler.cpp:382–388  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

380}
381
382void CProfileCallstack::StartTiming()
383{
384 DAEDALUS_ASSERT( mStartTime == 0, "Already timing - recursive?" );
385
386 mHitCount++;
387 mStartTime = GetNow();
388}
389
390void CProfileCallstack::StopTiming( u64 now )
391{

Callers 2

UpdateMethod · 0.80
EnterMethod · 0.80

Calls 1

GetNowFunction · 0.85

Tested by

no test coverage detected