Home
last modified time | relevance | path

Searched refs:stopwatch (Results 1 – 2 of 2) sorted by relevance

/NW4C-1.2.23/sources/libraries/lyt/
Dlyt_Stopwatch.cpp92 void Stopwatch::Dump(const Stopwatch& stopwatch) in Dump() argument
95 NW_UNUSED_VARIABLE(stopwatch); in Dump()
98 TimeSpan total = stopwatch.GetElapsedTime(); in Dump()
99 int count = stopwatch.GetCount(); in Dump()
101 const char* label = stopwatch.GetLabel(); in Dump()
114 stopwatch.GetMaxSample().GetMicroSeconds(), in Dump()
115 stopwatch.GetMinSample().GetMicroSeconds(), in Dump()
116 stopwatch.GetNo()); in Dump()
/NW4C-1.2.23/include/nw/lyt/
Dlyt_Stopwatch.h257 static void Dump(const Stopwatch& stopwatch);
285 Measure(Stopwatch& stopwatch, int no) in Measure() argument
286 : m_Stopwatch(stopwatch) in Measure()