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

Method GetTotalTime

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

Source from the content-addressed store, hash-verified

97 inline void StopTiming( u64 now );
98
99 inline u64 GetTotalTime() const { return mTotalTime; }
100 inline u32 GetHitCount() const { return mHitCount; }
101
102private:

Callers 1

UpdateMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected