aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/Monitoring/Stats/Stat.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Make StatsManager default output a little more readableRobert Adams2013-02-241-1/+1
|
* Add a virtual ToOSDMap() function to Monitoring.Stat for futureRobert Adams2013-02-211-0/+16
| | | | overloading by aggregation statistics and browser based stat viewers.
* Add CounterStat which is a wrapper for a counter stat but, becauseRobert Adams2013-02-211-1/+7
| | | | | | | 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.
* refactor: Move stat classes out of StatManager and into their own files for ↵Justin Clark-Casey (justincc)2012-11-161-0/+238
clarity.