| /netbsd-src/external/bsd/ntp/dist/scripts/monitoring/ |
| H A D | ntploopwatch | 25 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 D | loopwatch.config.SAMPLE | 58 # 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 D | TimeProfiler.cpp | 62 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 D | LockFileManager.cpp | 310 auto StartTime = std::chrono::steady_clock::now(); in waitForUnlock() local 340 std::chrono::steady_clock::now() - StartTime) in waitForUnlock()
|
| H A D | Timer.cpp | 169 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 D | cron.c | 261 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 D | globals.h | 68 XTRN time_t StartTime INIT(0);
|
| H A D | do_command.c | 224 (void)fprintf(mail, "Date: %s\n", arpadate(&StartTime)); in read_data()
|
| /netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/windows/ |
| H A D | lmbrowsr.d | 42 LARGE_INTEGER StartTime; member 53 LARGE_INTEGER StartTime; member
|
| H A D | winspool.d | 324 DWORD StartTime; member 351 DWORD StartTime; member 550 DWORD StartTime; member 575 DWORD StartTime; member
|
| H A D | winioctl.d | 436 LARGE_INTEGER StartTime;
|
| /netbsd-src/sys/external/bsd/acpica/dist/compiler/ |
| H A D | aslcompile.c | 728 Delta = (UINT32) (Event->EndTime - Event->StartTime); in CmDumpAllEvents() 817 AslGbl_Events[AslGbl_NamespaceEvent].StartTime) / 10) / in CmCleanupAndExit()
|
| H A D | asltypes.h | 336 UINT64 StartTime; member
|
| H A D | aslutils.c | 402 AslGbl_Events[AslGbl_NextEvent].StartTime = AcpiOsGetTimer (); in UtBeginEvent()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/ |
| H A D | Timer.h | 84 TimeRecord StartTime; ///< The time startTimer() was last called. variable
|
| /netbsd-src/external/apache2/llvm/dist/clang/tools/libclang/ |
| H A D | CIndexCodeCompletion.cpp | 701 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 D | FuzzerDriver.cpp | 710 auto StartTime = system_clock::now(); in FuzzerDriver() local 715 auto MS = duration_cast<milliseconds>(StopTime - StartTime).count(); in FuzzerDriver()
|