Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/hilog/services/hilogd/
H A Dlog_stats.cpp196 tsBegin = LogTimeStamp(CLOCK_REALTIME); in Reset()
216 return tsBegin; in GetBeginTs()
H A Dservice_controller.cpp188 const LogTimeStamp tsBegin = stats.GetBeginTs(); in SendOverallStats() local
189 rsp.tsBeginSec = tsBegin.tv_sec; in SendOverallStats()
190 rsp.tsBeginNsec = tsBegin.tv_nsec; in SendOverallStats()
/ohos5.0/base/hiviewdfx/hilog/services/hilogd/include/
H A Dlog_stats.h170 LogTimeStamp tsBegin; variable