Lines Matching defs:StatsEntry
48 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;
58 LogTimeStamp realTimeLast;
59 LogTimeStamp monoTimeLast;
60 LogTimeStamp monoTimeAuditStart;
62 float GetFreqMax() const in GetFreqMax()
78 float GetThroughputMax() const in GetThroughputMax()
94 uint32_t GetTotalLines() const in GetTotalLines()
103 uint64_t GetTotalLen() const in GetTotalLen()
128 using TagStatsEntry = struct StatsEntry; argument