Home
last modified time | relevance | path

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

/base/hiviewdfx/hilog/services/hilogtool/
H A Dlog_display.cpp46 static constexpr int FLOAT_PRECSION = 2; member
118 cout << setw(FREQ_W) << setprecision(FLOAT_PRECSION) << rsp.freqMax << colCmd; in PrintStats()
120 cout << setw(TP_W) << setprecision(FLOAT_PRECSION) << rsp.throughputMax << colCmd; in PrintStats()
293 cout << "(" << setprecision(FLOAT_PRECSION) << (static_cast<float>(rsp.totalLines[i] * PERCENT) / lines) << in HilogShowLogStatsInfo()
296 cout << "(" << setprecision(FLOAT_PRECSION) << (static_cast<float>(rsp.totalLens[i] * PERCENT) / lens) << in HilogShowLogStatsInfo()

Completed in 2 milliseconds