Home
last modified time | relevance | path

Searched refs:ts_mono (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/base/hiviewdfx/hilog/frameworks/libhilog/base/
H A Dhilog_base.c57 struct timespec ts_mono = {0}; in SendMessage() local
58 (void)clock_gettime(CLOCK_MONOTONIC, &ts_mono); in SendMessage()
61 header->mono_sec = (uint32_t)(ts_mono.tv_sec); in SendMessage()
/ohos5.0/base/hiviewdfx/hilog/frameworks/libhilog/
H A Dhilog_printf.cpp237 struct timespec ts_mono = {0}; in HiLogPrintArgs() local
238 (void)clock_gettime(CLOCK_MONOTONIC, &ts_mono); in HiLogPrintArgs()
241 header.mono_sec = static_cast<uint32_t>(ts_mono.tv_sec); in HiLogPrintArgs()
337 ret = HiLogFlowCtrlProcess(tagLen + logLen - traceBufLen, ts_mono); in HiLogPrintArgs()
/ohos5.0/base/hiviewdfx/hilog/services/hilogd/
H A Dlog_stats.cpp42 LogTimeStamp ts_mono(info.mono_sec, info.tv_nsec); in UpdateStats() local
44 ts_mono -= entry.monoTimeLast; in UpdateStats()
45 if (ts_mono > ts_audit_period) { in UpdateStats()
H A Dlog_buffer.cpp424 struct timespec ts_mono = {0}; in GenerateHilogMsgInside() local
425 (void)clock_gettime(CLOCK_MONOTONIC, &ts_mono); in GenerateHilogMsgInside()
428 hilogMsg.mono_sec = static_cast<uint32_t>(ts_mono.tv_nsec); in GenerateHilogMsgInside()