Home
last modified time | relevance | path

Searched refs:StartTime (Results 1 – 10 of 10) sorted by relevance

/freebsd-12.1/contrib/ntp/scripts/monitoring/
H A Dntploopwatch25 undef($StartTime);
153 defined($StartTime) &&
353 undef($StartTime);
357 $StartTime=&date_time_spec2seconds($v);
431 printf " StartTime\t= %s",defined($StartTime)?&ctime($StartTime):"none\n";
789 if (defined($StartTime))
795 " < StartTime: $StartTime\n")
816 if (defined($StartTime))
839 if ($StartTime <= $F_first{$f[$[]})
847 (($StartTime - $F_first{$f[$[]})/
[all …]
H A Dloopwatch.config.SAMPLE58 # StartTime: none/ISO_DATE_TIME
60 StartTime=none
65 # if both StartTime and EndTime are specified
/freebsd-12.1/contrib/llvm/tools/lld/Common/
H A DTimer.cpp35 StartTime = std::chrono::high_resolution_clock::now(); in start()
39 Total += (std::chrono::high_resolution_clock::now() - StartTime); in stop()
/freebsd-12.1/contrib/llvm/lib/Support/
H A DTimer.cpp137 StartTime = TimeRecord::getCurrentTime(true); in startTimer()
144 Time -= StartTime; in stopTimer()
149 Time = StartTime = TimeRecord(); in clear()
/freebsd-12.1/contrib/llvm/tools/lld/include/lld/Common/
H A DTimer.h50 std::chrono::time_point<std::chrono::high_resolution_clock> StartTime; variable
/freebsd-12.1/sys/contrib/dev/acpica/compiler/
H A Daslcompile.c767 Delta = (UINT32) (Event->EndTime - Event->StartTime); in CmDumpAllEvents()
852 AslGbl_Events[AslGbl_NamespaceEvent].StartTime) / 10) / in CmCleanupAndExit()
H A Dasltypes.h402 UINT64 StartTime; member
H A Daslutils.c422 AslGbl_Events[AslGbl_NextEvent].StartTime = AcpiOsGetTimer (); in UtBeginEvent()
/freebsd-12.1/contrib/llvm/include/llvm/Support/
H A DTimer.h79 TimeRecord StartTime; ///< The time startTimer() was last called. variable
/freebsd-12.1/contrib/compiler-rt/lib/fuzzer/
H A DFuzzerDriver.cpp706 auto StartTime = system_clock::now(); in FuzzerDriver() local
711 auto MS = duration_cast<milliseconds>(StopTime - StartTime).count(); in FuzzerDriver()