Searched refs:StartTime (Results 1 – 10 of 10) sorted by relevance
25 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 …]
58 # StartTime: none/ISO_DATE_TIME60 StartTime=none65 # if both StartTime and EndTime are specified
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
310 auto StartTime = std::chrono::steady_clock::now(); in waitForUnlock() local340 std::chrono::steady_clock::now() - StartTime) in waitForUnlock()
194 StartTime = TimeRecord::getCurrentTime(true); in startTimer()201 Time -= StartTime; in stopTimer()207 Time = StartTime = TimeRecord(); in clear()
823 Delta = (UINT32) (Event->EndTime - Event->StartTime); in CmDumpAllEvents()912 AslGbl_Events[AslGbl_NamespaceEvent].StartTime) / 10) / in CmCleanupAndExit()
444 UINT64 StartTime; member
468 AslGbl_Events[AslGbl_NextEvent].StartTime = AcpiOsGetTimer (); in UtBeginEvent()
84 TimeRecord StartTime; ///< The time startTimer() was last called. variable
853 auto StartTime = system_clock::now(); in FuzzerDriver() local858 auto MS = duration_cast<milliseconds>(StopTime - StartTime).count(); in FuzzerDriver()