Searched defs:StatsEntry (Results 1 – 1 of 1) sorted by relevance
48 struct StatsEntry { struct49 uint32_t lines[LevelNum];50 uint64_t len[LevelNum];51 uint32_t dropped;52 uint32_t tmpLines;53 float freqMax; // lines per second, average value54 LogTimeStamp realTimeFreqMax;55 uint32_t tmpLen;56 float throughputMax; // length per second, average value57 LogTimeStamp realTimeThroughputMax;[all …]