Home
last modified time | relevance | path

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

/base/hiviewdfx/hilog/services/hilogd/include/
H A Dlog_stats.h96 uint32_t totalLines = 0; in GetTotalLines() local
98 totalLines += i; in GetTotalLines()
100 return totalLines; in GetTotalLines()
172 uint32_t totalLines[LevelNum]; member in OHOS::HiviewDFX::LogStats
/base/hiviewdfx/hilog/services/hilogd/
H A Dlog_stats.cpp182 totalLines[index]++; in Count()
199 totalLines[i] = 0; in Reset()
226 std::copy(totalLines, totalLines + LevelNum, in_lines);
H A Dservice_controller.cpp196 stats.GetTotalLines(rsp.totalLines); in SendOverallStats()
/base/hiviewdfx/hilog/services/hilogtool/
H A Dlog_display.cpp282 lines += rsp.totalLines[i]; in HilogShowLogStatsInfo()
292 cout << level << " lines: " << rsp.totalLines[i]; in HilogShowLogStatsInfo()
293 cout << "(" << setprecision(FLOAT_PRECSION) << (static_cast<float>(rsp.totalLines[i] * PERCENT) / lines) << in HilogShowLogStatsInfo()
/base/hiviewdfx/hilog/frameworks/libhilog/include/
H A Dhilog_cmd.h243 uint32_t totalLines[LevelNum]; member

Completed in 5 milliseconds