Home
last modified time | relevance | path

Searched refs:realTimeThroughputMax (Results 1 - 3 of 3) sorted by relevance

/base/hiviewdfx/hilog/services/hilogd/include/
H A Dlog_stats.h57 LogTimeStamp realTimeThroughputMax; member
123 std::cout << "Max throughput ts: " << realTimeThroughputMax.tv_sec << "."; in Print()
124 std::cout << realTimeThroughputMax.tv_nsec << sep; in Print()
/base/hiviewdfx/hilog/services/hilogd/
H A Dlog_stats.cpp60 entry.realTimeThroughputMax = entry.realTimeLast; in UpdateStats()
84 entry.realTimeThroughputMax.SetTimeStamp(0, 0); in ResetStatsEntry()
103 entry.realTimeThroughputMax.SetTimeStamp(info.tv_sec, info.tv_nsec); in StatsInfo2NewStatsEntry()
H A Dservice_controller.cpp179 rsp.tpMaxSec = entry.realTimeThroughputMax.tv_sec; in StatsEntry2StatsRsp()
180 rsp.tpMaxNsec = entry.realTimeThroughputMax.tv_nsec; in StatsEntry2StatsRsp()

Completed in 4 milliseconds