Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/hilog/services/hilogd/include/
H A Dlog_stats.h56 float throughputMax; // length per second, average value member
81 if (throughputMax == 0) { in GetThroughputMax()
91 return throughputMax; in GetThroughputMax()
/ohos5.0/base/hiviewdfx/hilog/services/hilogd/
H A Dlog_stats.cpp58 if (throughput > entry.throughputMax) { in UpdateStats()
59 entry.throughputMax = throughput; in UpdateStats()
83 entry.throughputMax = 0; in ResetStatsEntry()
102 entry.throughputMax = 0; in StatsInfo2NewStatsEntry()
H A Dservice_controller.cpp178 rsp.throughputMax = entry.GetThroughputMax(); in StatsEntry2StatsRsp()
/ohos5.0/base/hiviewdfx/hilog/frameworks/libhilog/include/
H A Dhilog_cmd.h200 float throughputMax; // length per second, average value member
/ohos5.0/base/hiviewdfx/hilog/services/hilogtool/
H A Dlog_display.cpp120 cout << setw(TP_W) << setprecision(FLOAT_PRECSION) << rsp.throughputMax << colCmd; in PrintStats()