Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/ntp/dist/scripts/monitoring/
H A Dntploopwatch25 undef($StartTime);
127 (@ARGV || die($usage), $StartTime=&date_time_spec2seconds(shift),next);
153 defined($StartTime) &&
350 next if defined($StartTime) && defined($PrintIt);
353 undef($StartTime);
357 $StartTime=&date_time_spec2seconds($v);
431 printf " StartTime\t= %s",defined($StartTime)?&ctime($StartTime):"none\n";
579 if (defined($StartTime) && defined($EndTime))
581 $l = ($EndTime-$StartTime) -$[+1 +1; # worst case: 1 sample per second
774 ((defined($StartTime) && defined($EndTime))
[all …]
H A Dloopwatch.config.SAMPLE58 # StartTime: none/ISO_DATE_TIME
60 StartTime=none
65 # if both StartTime and EndTime are specified
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/
H A DTimeProfiler.cpp62 steady_clock::rep getFlameGraphStartUs(TimePointType StartTime) const { in getFlameGraphStartUs()
64 time_point_cast<microseconds>(StartTime)) in getFlameGraphStartUs()
78 : BeginningOfTime(system_clock::now()), StartTime(steady_clock::now()), in TimeTraceProfiler()
96 (E.getFlameGraphStartUs(StartTime) + E.getFlameGraphDurUs() >= in end()
97 Entries.back().getFlameGraphStartUs(StartTime) + in end()
142 auto StartUs = E.getFlameGraphStartUs(StartTime); in write()
253 const TimePointType StartTime; member
H A DLockFileManager.cpp310 auto StartTime = std::chrono::steady_clock::now(); in waitForUnlock() local
340 std::chrono::steady_clock::now() - StartTime) in waitForUnlock()
H A DTimer.cpp169 StartTime = TimeRecord::getCurrentTime(true); in startTimer()
176 Time -= StartTime; in stopTimer()
182 Time = StartTime = TimeRecord(); in clear()
/netbsd-src/external/bsd/cron/dist/
H A Dcron.c261 job_add(e, u, StartTime); in run_reboot_jobs()
418 job_add(e, u, StartTime); in find_jobs()
442 StartTime = time(NULL); in set_time()
444 tm = *localtime(&StartTime); in set_time()
447 GMToff = get_gmtoff(&StartTime, &tm); in set_time()
452 StartTime = time(NULL); in set_time()
454 clockTime = (StartTime + GMToff) / (time_t)SECONDS_PER_MINUTE; in set_time()
H A Dglobals.h68 XTRN time_t StartTime INIT(0);
H A Ddo_command.c224 (void)fprintf(mail, "Date: %s\n", arpadate(&StartTime)); in read_data()
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/windows/
H A Dlmbrowsr.d42 LARGE_INTEGER StartTime; member
53 LARGE_INTEGER StartTime; member
H A Dwinspool.d324 DWORD StartTime; member
351 DWORD StartTime; member
550 DWORD StartTime; member
575 DWORD StartTime; member
H A Dwinioctl.d436 LARGE_INTEGER StartTime;
/netbsd-src/sys/external/bsd/acpica/dist/compiler/
H A Daslcompile.c728 Delta = (UINT32) (Event->EndTime - Event->StartTime); in CmDumpAllEvents()
817 AslGbl_Events[AslGbl_NamespaceEvent].StartTime) / 10) / in CmCleanupAndExit()
H A Dasltypes.h336 UINT64 StartTime; member
H A Daslutils.c402 AslGbl_Events[AslGbl_NextEvent].StartTime = AcpiOsGetTimer (); in UtBeginEvent()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DTimer.h84 TimeRecord StartTime; ///< The time startTimer() was last called. variable
/netbsd-src/external/apache2/llvm/dist/clang/tools/libclang/
H A DCIndexCodeCompletion.cpp701 const llvm::TimeRecord &StartTime = llvm::TimeRecord::getCurrentTime(); in clang_codeCompleteAt_Impl() local
814 os << "\"wall\": " << (EndTime.getWallTime() - StartTime.getWallTime()); in clang_codeCompleteAt_Impl()
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/fuzzer/
H A DFuzzerDriver.cpp710 auto StartTime = system_clock::now(); in FuzzerDriver() local
715 auto MS = duration_cast<milliseconds>(StopTime - StartTime).count(); in FuzzerDriver()