Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add EventHistogram.GetHistogramAsOSDMap that returns that parameters | Robert Adams | 2013-02-24 | 1 | -211/+228 |
| | | | | about the histogram as well as the values. | ||||
* | Add CounterStat which is a wrapper for a counter stat but, because | Robert Adams | 2013-02-21 | 1 | -0/+211 |
the 'count' event is internal, historical data can be built it. Also includes EventHistogram class for building time based, bucketed history of event occurances. Make Stat implement IDisposable for subclasses that might need it. |