Home
last modified time | relevance | path

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

/base/hiviewdfx/hilog/services/hilogd/
Dservice_controller.cpp179 LogTimeStamp monoNow(CLOCK_MONOTONIC); in SendOverallStats() local
180 monoNow -= monoBegin; in SendOverallStats()
181 rsp.durationSec = monoNow.tv_sec; in SendOverallStats()
182 rsp.durationNsec = monoNow.tv_nsec; in SendOverallStats()