Searched refs:StartTime (Results 1 – 11 of 11) 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
33 : StartTime(0), AccTime(Other.AccTime), Manager(Other.Manager), in Timer()43 CHECK_EQ(StartTime, 0U); in start()44 StartTime = getMonotonicTime(); in start()47 AccTime += getMonotonicTime() - StartTime; in stop()48 StartTime = 0; in stop()55 StartTime = 0; in ignore()65 u64 StartTime = 0; variable
82 ClockType::rep getFlameGraphStartUs(TimePointType StartTime) const { in getFlameGraphStartUs()84 time_point_cast<microseconds>(StartTime)) in getFlameGraphStartUs()99 : BeginningOfTime(system_clock::now()), StartTime(ClockType::now()), in TimeTraceProfiler()117 (E.getFlameGraphStartUs(StartTime) + E.getFlameGraphDurUs() >= in end()118 Entries.back().getFlameGraphStartUs(StartTime) + in end()165 auto StartUs = E.getFlameGraphStartUs(StartTime); in write()278 const TimePointType StartTime; member
309 auto StartTime = std::chrono::steady_clock::now(); in waitForUnlock() local339 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()
830 Delta = (UINT32) (Event->EndTime - Event->StartTime); in CmDumpAllEvents()919 AslGbl_Events[AslGbl_NamespaceEvent].StartTime) / 10) / in CmCleanupAndExit()
444 UINT64 StartTime; member
510 AslGbl_Events[AslGbl_NextEvent].StartTime = AcpiOsGetTimer (); in UtBeginEvent()
81 TimeRecord StartTime; ///< The time startTimer() was last called. variable
859 auto StartTime = system_clock::now(); in FuzzerDriver() local864 auto MS = duration_cast<milliseconds>(StopTime - StartTime).count(); in FuzzerDriver()