Searched refs:TotalTime (Results 1 – 5 of 5) sorted by relevance
132 Duration TotalTime = {}; variable 139 // `TotalTime` and `M.Elapsed` are of the same magnitude so we don't expect in update() 141 TotalTime += M.Elapsed; in update() 143 return TotalTime / TotalIterations; in update()
60 std::chrono::microseconds TotalTime; member
422 WallTimer() : TotalTime(std::chrono::steady_clock::duration::zero()) {} in WallTimer() 427 TotalTime += std::chrono::steady_clock::now() - StartTime; in stopTimer() 430 double getTime() { return std::chrono::duration<double>(TotalTime).count(); } in getTime() 433 std::chrono::steady_clock::duration TotalTime; member in clang::clangd::__anon0b7b15160111::WallTimer
508 ASSERT_GE(ProcStat->TotalTime, ProcStat->UserTime); in TEST_F()
5249 << format("%.3f", ProcStat->TotalTime.count() / 1000.) << " ms" in combineAssembleBackend() 5261 Out << ',' << ProcStat->TotalTime.count() << ',' in combineAssembleBackend()