Searched refs:StartTime (Results 1 – 7 of 7) sorted by relevance
82 ClockType::rep getFlameGraphStartUs(TimePointType StartTime) const { in getFlameGraphStartUs()84 time_point_cast<microseconds>(StartTime)) in getFlameGraphStartUs()99 : BeginningOfTime(system_clock::now()), StartTime(ClockType::now()), in TimeTraceProfiler()117 (E.getFlameGraphStartUs(StartTime) + E.getFlameGraphDurUs() >= in end()118 Entries.back().getFlameGraphStartUs(StartTime) + in end()165 auto StartUs = E.getFlameGraphStartUs(StartTime); in write()278 const TimePointType StartTime; member
309 auto StartTime = std::chrono::steady_clock::now(); in waitForUnlock() local339 std::chrono::steady_clock::now() - StartTime) in waitForUnlock()
194 StartTime = TimeRecord::getCurrentTime(true); in startTimer()201 Time -= StartTime; in stopTimer()207 Time = StartTime = TimeRecord(); in clear()
67 static time_t StartTime; variable334 StartTime = time(NULL); in set_time()337 tm = *localtime(&StartTime); in set_time()340 GMToff = get_gmtoff(&StartTime, &tm); in set_time()342 clockTime = (StartTime + GMToff) / (time_t)SECONDS_PER_MINUTE; in set_time()
83 TimeRecord StartTime; ///< The time startTimer() was last called. variable
703 const llvm::TimeRecord &StartTime = llvm::TimeRecord::getCurrentTime(); in clang_codeCompleteAt_Impl() local816 os << "\"wall\": " << (EndTime.getWallTime() - StartTime.getWallTime()); in clang_codeCompleteAt_Impl()
857 auto StartTime = system_clock::now(); in FuzzerDriver() local862 auto MS = duration_cast<milliseconds>(StopTime - StartTime).count(); in FuzzerDriver()