Home
last modified time | relevance | path

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

/base/hiviewdfx/hilog/services/hilogd/include/
Dlog_stats.h53 float freqMax; // lines per second, average value member
65 if (freqMax == 0) { in GetFreqMax()
75 return freqMax; in GetFreqMax()
/base/hiviewdfx/hilog/services/hilogd/
Dlog_stats.cpp52 if (freq > entry.freqMax) { in UpdateStats()
53 entry.freqMax = freq; in UpdateStats()
80 entry.freqMax = 0; in ResetStatsEntry()
99 entry.freqMax = 0; in StatsInfo2NewStatsEntry()
Dservice_controller.cpp163 rsp.freqMax = entry.GetFreqMax(); in StatsEntry2StatsRsp()
/base/hiviewdfx/hilog/frameworks/libhilog/include/
Dhilog_cmd.h176 float freqMax; // lines per second, average value member
/base/hiviewdfx/hilog/services/hilogtool/
Dlog_display.cpp118 cout << setw(FREQ_W) << setprecision(FLOAT_PRECSION) << rsp.freqMax << colCmd; in PrintStats()