Home
last modified time | relevance | path

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

/base/hiviewdfx/hilog/services/hilogd/
Dlog_stats.cpp183 totalLens[index] += info.len; in Count()
200 totalLens[i] = 0; in Reset()
231 std::copy(totalLens, totalLens + LevelNum, in_lens); in GetTotalLens()
Dservice_controller.cpp184 stats.GetTotalLens(rsp.totalLens); in SendOverallStats()
/base/hiviewdfx/hilog/services/hilogtool/
Dlog_display.cpp283 lens += rsp.totalLens[i]; in HilogShowLogStatsInfo()
295 cout << ", length: " << Size2Str(rsp.totalLens[i]); in HilogShowLogStatsInfo()
296 …cout << "(" << setprecision(FLOAT_PRECSION) << (static_cast<float>(rsp.totalLens[i] * PERCENT) / l… in HilogShowLogStatsInfo()
/base/hiviewdfx/hilog/services/hilogd/include/
Dlog_stats.h173 uint64_t totalLens[LevelNum]; variable
/base/hiviewdfx/hilog/frameworks/libhilog/include/
Dhilog_cmd.h223 uint64_t totalLens[LevelNum]; member