Home
last modified time | relevance | path

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

/base/hiviewdfx/hilog/services/hilogd/include/
Dlog_stats.h56 float throughputMax; // length per second, average value member
81 if (throughputMax == 0) { in GetThroughputMax()
91 return throughputMax; in GetThroughputMax()
/base/hiviewdfx/hilog/services/hilogd/
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()
Dservice_controller.cpp166 rsp.throughputMax = entry.GetThroughputMax(); in StatsEntry2StatsRsp()
/base/hiviewdfx/hilog/frameworks/libhilog/include/
Dhilog_cmd.h179 float throughputMax; // length per second, average value member
/base/hiviewdfx/hilog/services/hilogtool/
Dlog_display.cpp120 cout << setw(TP_W) << setprecision(FLOAT_PRECSION) << rsp.throughputMax << colCmd; in PrintStats()