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

Method GetNumTimesStarted

src/core/tasktimer.h:103–106  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

101 return mTotalTime;
102 }
103 uint32 GetNumTimesStarted() const
104 {
105 return mNumStarts;
106 }
107 const std::string& GetName() const
108 {
109 return mName;

Callers 1

TestTaskTimerFunction · 0.80

Calls

no outgoing calls

Tested by 1

TestTaskTimerFunction · 0.64