#include <Stats.h>
Public Member Functions | |
void | done () |
int | getIntervalCount () |
stat_t | getIntervalMax () |
stat_t | getIntervalMin () |
virtual void | init () |
IntervalCStats () | |
IntervalCStats (std::string name, std::string unit) | |
void | reset () |
Private Types | |
typedef CStats< T >::stat_t | stat_t |
Private Attributes | |
int | best_count |
stat_t | best_max |
stat_t | best_min |
typedef CStats<T>::stat_t IntervalCStats< T >::stat_t [private] |
Reimplemented from MaxMinCStats< T >.
IntervalCStats< T >::IntervalCStats | ( | ) | [inline] |
IntervalCStats< T >::IntervalCStats | ( | std::string | name, |
std::string | unit | ||
) | [inline] |
void IntervalCStats< T >::done | ( | ) | [inline] |
int IntervalCStats< T >::getIntervalCount | ( | ) | [inline] |
stat_t IntervalCStats< T >::getIntervalMax | ( | ) | [inline] |
stat_t IntervalCStats< T >::getIntervalMin | ( | ) | [inline] |
virtual void IntervalCStats< T >::init | ( | ) | [inline, virtual] |
Reimplemented from MaxMinCStats< T >.
void IntervalCStats< T >::reset | ( | ) | [inline] |
Reimplemented from MaxMinCStats< T >.
int IntervalCStats< T >::best_count [private] |
stat_t IntervalCStats< T >::best_max [private] |
stat_t IntervalCStats< T >::best_min [private] |