Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Rename Metrics' "keys" to "labels" | Paul "LeoNerd" Evans | 2015-03-12 | 1 | -12/+12 |
* | Neater implementation of metric render methods by pulling out 'render' as a b... | Paul "LeoNerd" Evans | 2015-03-12 | 1 | -18/+15 |
* | Initial hack at a TimerMetric; for storing counts + duration accumulators | Paul "LeoNerd" Evans | 2015-03-12 | 1 | -0/+48 |
* | Implement vector CallbackMetrics | Paul "LeoNerd" Evans | 2015-03-12 | 1 | -2/+6 |
* | Neater introspection methods on BaseMetric so that subclasses don't need to t... | Paul "LeoNerd" Evans | 2015-03-12 | 1 | -4/+11 |
* | Rename CacheCounterMetric to just CacheMetric; add a CallbackMetric component... | Paul "LeoNerd" Evans | 2015-03-12 | 1 | -4/+9 |
* | Initial attempt at a scalar callback-based metric to give instantaneous snaps... | Paul "LeoNerd" Evans | 2015-03-12 | 1 | -0/+14 |
* | Create the concept of a cachecounter metric; generating two counters specific... | Paul "LeoNerd" Evans | 2015-03-12 | 1 | -6/+37 |
* | Initial tiny attempt at (vectorable) counter metrics | Paul "LeoNerd" Evans | 2015-03-12 | 1 | -0/+54 |