added a setLastAvg() method to report a 'substitute' min/avg/max if no real data...
[senf.git] / senf / Utils / StatisticAccumulator.hh
2011-04-17 mtk added a setLastAvg() method to report a 'substitute...
2011-01-17 mtk make data() method const - again !
2011-01-14 mtk data() can not be const
2011-01-13 tho made some members non-inline to decrease size
2011-01-11 mtk introduced a StatisticsData Object to hold the aggregat...
2010-12-01 jmo unit test fix for jaunty and before
2010-11-22 jmo first version of statistic value accumulator added