Home
last modified time | relevance | path

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

/NW4C-2.0.3/sources/libraries/lyt/
Dlyt_Stopwatch.cpp94 void Stopwatch::Dump(const Stopwatch& stopwatch) in Dump() argument
97 NW_UNUSED_VARIABLE(stopwatch); in Dump()
100 TimeSpan total = stopwatch.GetElapsedTime(); in Dump()
101 int count = stopwatch.GetCount(); in Dump()
103 const char* label = stopwatch.GetLabel(); in Dump()
116 stopwatch.GetMaxSample().GetMicroSeconds(), in Dump()
117 stopwatch.GetMinSample().GetMicroSeconds(), in Dump()
118 stopwatch.GetNo()); in Dump()
/NW4C-2.0.3/include/nw/lyt/
Dlyt_Stopwatch.h259 static void Dump(const Stopwatch& stopwatch);
304 Measure(Stopwatch& stopwatch, int no) in Measure() argument
305 : m_Stopwatch(stopwatch) in Measure()