Searched refs:stopwatch (Results 1 – 2 of 2) sorted by relevance
94 void Stopwatch::Dump(const Stopwatch& stopwatch) in Dump() argument97 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()
259 static void Dump(const Stopwatch& stopwatch);304 Measure(Stopwatch& stopwatch, int no) in Measure() argument305 : m_Stopwatch(stopwatch) in Measure()