Home
last modified time | relevance | path

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

/base/hiviewdfx/hilog/services/hilogd/
H A Dlog_stats.cpp183 totalLens[index] += info.len; in Count()
200 totalLens[i] = 0; in Reset()
231 std::copy(totalLens, totalLens + LevelNum, in_lens);
H A Dservice_controller.cpp197 stats.GetTotalLens(rsp.totalLens); in SendOverallStats()
/base/hiviewdfx/hilog/services/hilogtool/
H A 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) / lens) << in HilogShowLogStatsInfo()
/base/hiviewdfx/hilog/services/hilogd/include/
H A Dlog_stats.h173 uint64_t totalLens[LevelNum]; member in OHOS::HiviewDFX::LogStats
/base/hiviewdfx/hilog/frameworks/libhilog/include/
H A Dhilog_cmd.h244 uint64_t totalLens[LevelNum]; member

Completed in 5 milliseconds