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

Method Reset

Source/Utility/Profiler.cpp:375–380  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

373}
374
375void CProfileCallstack::Reset()
376{
377 mTotalTime = 0;
378 mStartTime = 0;
379 mHitCount = 0;
380}
381
382void CProfileCallstack::StartTiming()
383{

Callers 1

UpdateMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected