Home
last modified time | relevance | path

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

/base/hiviewdfx/hilog/services/hilogd/include/
H A 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/
H A 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()
H A Dservice_controller.cpp175 rsp.freqMax = entry.GetFreqMax(); in StatsEntry2StatsRsp()
/base/hiviewdfx/hilog/frameworks/libhilog/include/
H A Dhilog_cmd.h197 float freqMax; // lines per second, average value member
/base/hiviewdfx/hilog/services/hilogtool/
H A Dlog_display.cpp118 cout << setw(FREQ_W) << setprecision(FLOAT_PRECSION) << rsp.freqMax << colCmd; in PrintStats()

Completed in 4 milliseconds