Searched refs:stopwatch (Results 1 – 2 of 2) sorted by relevance
92 void Stopwatch::Dump(const Stopwatch& stopwatch) in Dump() argument95 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()
257 static void Dump(const Stopwatch& stopwatch);285 Measure(Stopwatch& stopwatch, int no) in Measure() argument286 : m_Stopwatch(stopwatch) in Measure()