Searched refs:throughputMax (Results 1 – 5 of 5) sorted by relevance
56 float throughputMax; // length per second, average value member81 if (throughputMax == 0) { in GetThroughputMax()91 return throughputMax; in GetThroughputMax()
58 if (throughput > entry.throughputMax) { in UpdateStats()59 entry.throughputMax = throughput; in UpdateStats()83 entry.throughputMax = 0; in ResetStatsEntry()102 entry.throughputMax = 0; in StatsInfo2NewStatsEntry()
166 rsp.throughputMax = entry.GetThroughputMax(); in StatsEntry2StatsRsp()
179 float throughputMax; // length per second, average value member
120 cout << setw(TP_W) << setprecision(FLOAT_PRECSION) << rsp.throughputMax << colCmd; in PrintStats()