Home
last modified time | relevance | path

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

/base/hiviewdfx/hilog/services/hilogd/include/
Dlog_stats.h48 struct StatsEntry { struct
49 uint32_t lines[LevelNum];
50 uint64_t len[LevelNum];
51 uint32_t dropped;
52 uint32_t tmpLines;
53 float freqMax; // lines per second, average value
54 LogTimeStamp realTimeFreqMax;
55 uint32_t tmpLen;
56 float throughputMax; // length per second, average value
57 LogTimeStamp realTimeThroughputMax;
[all …]