Searched refs:FormatDateString4SteadyClock (Results 1 - 3 of 3) sorted by relevance
/foundation/resourceschedule/ffrt/src/queue/ |
H A D | eventhandler_adapter_queue.cpp | 32 oss << "start at " << ffrt::FormatDateString4SteadyClock(currentRunningTask.beginTime_) << ", ";
in DumpRunningTaskInfo() 35 oss << ", send time = " << ffrt::FormatDateString4SteadyClock(currentRunningTask.sendTime_);
in DumpRunningTaskInfo() 36 oss << ", handle time = " << ffrt::FormatDateString4SteadyClock(currentRunningTask.handleTime_);
in DumpRunningTaskInfo() 53 oss << ", send time = " << ffrt::FormatDateString4SteadyClock(historyTask.sendTime_);
in DumpHistoryTaskInfo() 54 oss << ", handle time = " << ffrt::FormatDateString4SteadyClock(historyTask.handleTime_);
in DumpHistoryTaskInfo() 55 oss << ", trigger time = " << ffrt::FormatDateString4SteadyClock(historyTask.triggerTime_);
in DumpHistoryTaskInfo() 56 oss << ", complete time = " << ffrt::FormatDateString4SteadyClock(historyTask.completeTime_);
in DumpHistoryTaskInfo() 81 oss << ", send time = " << ffrt::FormatDateString4SteadyClock(task->GetUptime() - task->GetDelay());
in DumpUnexecutedTaskInfo() 82 oss << ", handle time = " << ffrt::FormatDateString4SteadyClock(task->GetUptime());
in DumpUnexecutedTaskInfo()
|
/foundation/resourceschedule/ffrt/src/util/ |
H A D | time_format.h | 65 static std::string FormatDateString4SteadyClock(uint64_t steadyClockTimeStamp, time_unit_t timeUnit = millisecond)
in FormatDateString4SteadyClock() function
|
/foundation/resourceschedule/ffrt/src/dfx/bbox/ |
H A D | bbox.cpp | 397 return FormatDateString4SteadyClock(timeStamp, microsecond); in FormatDateString()
|
Completed in 2 milliseconds