Home
last modified time | relevance | path

Searched defs:StatsEntry (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/base/hiviewdfx/hilog/services/hilogd/include/
H A Dlog_stats.h48 struct StatsEntry { struct
49 uint32_t lines[LevelNum];
50 uint64_t len[LevelNum];
51 uint32_t dropped;
52 uint32_t tmpLines;
54 LogTimeStamp realTimeFreqMax;
55 uint32_t tmpLen;
58 LogTimeStamp realTimeLast;
59 LogTimeStamp monoTimeLast;
62 float GetFreqMax() const in GetFreqMax()
[all …]