Home
last modified time | relevance | path

Searched refs:monoBegin (Results 1 – 3 of 3) sorted by relevance

/base/hiviewdfx/hilog/services/hilogd/
Dlog_stats.cpp197 monoBegin = LogTimeStamp(CLOCK_MONOTONIC); in Reset()
221 return monoBegin; in GetBeginMono()
Dservice_controller.cpp179 const LogTimeStamp monoBegin = stats.GetBeginMono(); in SendOverallStats() local
181 monoNow -= monoBegin; in SendOverallStats()
/base/hiviewdfx/hilog/services/hilogd/include/
Dlog_stats.h171 LogTimeStamp monoBegin; variable