HomeSort by: relevance | last modified time | path
    Searched defs:StartTime (Results 1 - 6 of 6) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Support/
LockFileManager.cpp 310 auto StartTime = std::chrono::steady_clock::now();
340 std::chrono::steady_clock::now() - StartTime)
TimeProfiler.cpp 62 steady_clock::rep getFlameGraphStartUs(TimePointType StartTime) const {
64 time_point_cast<microseconds>(StartTime))
78 : BeginningOfTime(system_clock::now()), StartTime(steady_clock::now()),
96 (E.getFlameGraphStartUs(StartTime) + E.getFlameGraphDurUs() >=
97 Entries.back().getFlameGraphStartUs(StartTime) +
142 auto StartUs = E.getFlameGraphStartUs(StartTime);
253 const TimePointType StartTime;
  /src/external/apache2/llvm/dist/llvm/include/llvm/Support/
Timer.h 84 TimeRecord StartTime; ///< The time startTimer() was last called.
  /src/sys/external/bsd/compiler_rt/dist/lib/fuzzer/
FuzzerDriver.cpp 710 auto StartTime = system_clock::now();
715 auto MS = duration_cast<milliseconds>(StopTime - StartTime).count();
  /src/external/apache2/llvm/dist/clang/tools/libclang/
CIndexCodeCompletion.cpp 701 const llvm::TimeRecord &StartTime = llvm::TimeRecord::getCurrentTime();
814 os << "\"wall\": " << (EndTime.getWallTime() - StartTime.getWallTime());
  /src/sys/external/bsd/acpica/dist/compiler/
asltypes.h 336 UINT64 StartTime;

Completed in 22 milliseconds