MCPcopy Create free account
hub / github.com/Tripwire/tripwire-open-source / GetTotalTime

Method GetTotalTime

src/core/tasktimer.h:99–102  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

97 mNumStarts = mStartTime = mTotalTime = 0;
98 }
99 uint32 GetTotalTime() const
100 {
101 return mTotalTime;
102 }
103 uint32 GetNumTimesStarted() const
104 {
105 return mNumStarts;

Callers 1

TestTaskTimerFunction · 0.80

Calls

no outgoing calls

Tested by 1

TestTaskTimerFunction · 0.64