Searched refs:StartTime (Results 1 - 9 of 9) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Support/
H A DTimeProfiler.cpp62 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; member in struct:llvm::TimeTraceProfiler
H A DLockFileManager.cpp310 auto StartTime = std::chrono::steady_clock::now(); local
340 std::chrono::steady_clock::now() - StartTime)
H A DTimer.cpp142 StartTime = TimeRecord::getCurrentTime(true);
149 Time -= StartTime;
155 Time = StartTime = TimeRecord();
/freebsd-13-stable/contrib/ntp/scripts/monitoring/
H A Dntploopwatch25 undef($StartTime);
127 (@ARGV || die($usage), $StartTime=&date_time_spec2seconds(shift),next);
153 defined($StartTime) &&
154 print "WARNING: your StartTime value may be shadowed by config file settings\n";
348 ($c eq 'StartTime') &&
350 next if defined($StartTime) && defined($PrintIt);
353 undef($StartTime);
357 $StartTime=&date_time_spec2seconds($v);
431 printf " StartTime\t= %s",defined($StartTime)
[all...]
/freebsd-13-stable/sys/contrib/dev/acpica/compiler/
H A Daslcompile.c823 Delta = (UINT32) (Event->EndTime - Event->StartTime);
912 AslGbl_Events[AslGbl_NamespaceEvent].StartTime) / 10) /
H A Dasltypes.h444 UINT64 StartTime; member in struct:asl_event_info
H A Daslutils.c468 AslGbl_Events[AslGbl_NextEvent].StartTime = AcpiOsGetTimer ();
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DTimer.h78 TimeRecord StartTime; ///< The time startTimer() was last called. member in class:llvm::Timer
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerDriver.cpp794 auto StartTime = system_clock::now(); local
799 auto MS = duration_cast<milliseconds>(StopTime - StartTime).count();

Completed in 94 milliseconds