Home
last modified time | relevance | path

Searched refs:faultTime (Results 1 - 2 of 2) sorted by relevance

/base/startup/init/services/loopevent/timer/
H A Dle_timer.c65 const uint64_t faultTime = 10; // 10ms in CheckTimeoutOfTimer() local
71 if (timer->endTime > (currTime + faultTime)) { in CheckTimeoutOfTimer()
/base/hiviewdfx/hiview/plugins/eventlogger/log_catcher/
H A Devent_log_task.cpp431 uint64_t faultTime = timeStamp.empty() ? (event_->happenTime_) : in HitraceCapture() local
433 faultTime += DELAY_TIME; in HitraceCapture()
435 if (currentTime >= (TRACE_OUT_OF_TIME + faultTime)) { in HitraceCapture()
436 faultTime = currentTime - DELAY_OUT_OF_TIME; in HitraceCapture()
438 auto result = collector->DumpTraceWithDuration(caller, MAX_DUMP_TRACE_LIMIT, faultTime); in HitraceCapture()

Completed in 2 milliseconds