Lines Matching full:statistics
35 * Base class for managing+displaying periodically collected statistics.
51 /* set the format of the statistics to display */ \
53 /* collect+store ``current statistics'' */ \
55 /* collect+store ``total statistics'' */ \
57 /* update ``total statistics'' if necessary from current */ \
65 /* print current statistics terminated by a \n */ \
67 /* print total statistics terminated by a \n */ \
69 /* print total statistics in a verbose (1 stat/line) format */ \
71 /* print available statistics */ \
75 * Statistics base class. This class is not usable; only
79 const char *name; /* statistics name, e.g. wlanstats */
80 const struct fmt *stats; /* statistics in class */