Guitarix
|
#include <gx_system.h>
Public Member Functions | |
Accum () | |
void | reset () |
void | add (int diff) |
int | count () const |
float | mean () const |
float | stddev () const |
float | minimum () const |
float | maximum () const |
Private Attributes | |
int | n |
int | mn |
int | mx |
float | sx |
float | sx2 |
Definition at line 145 of file gx_system.h.
|
inline |
Definition at line 153 of file gx_system.h.
|
inline |
Definition at line 169 of file gx_system.h.
Referenced by reset(), gx_system::MeasureThreadsafe::stop(), and gx_system::PrefixConverter::~PrefixConverter().
|
inline |
Definition at line 162 of file gx_system.h.
|
inline |
Definition at line 166 of file gx_system.h.
|
inline |
Definition at line 163 of file gx_system.h.
|
inline |
Definition at line 165 of file gx_system.h.
|
inline |
Definition at line 154 of file gx_system.h.
Referenced by Accum(), gx_system::Measure::Measure(), and gx_system::Measure::ns2ms().
|
inline |
Definition at line 164 of file gx_system.h.
|
private |
Definition at line 148 of file gx_system.h.
|
private |
Definition at line 149 of file gx_system.h.
|
private |
Definition at line 147 of file gx_system.h.
Referenced by add(), count(), mean(), gx_system::CmdlineOptions::set_opt_autosave(), and gx_system::MeasureThreadsafe::stop().
|
private |
Definition at line 150 of file gx_system.h.
Referenced by add().
|
private |
Definition at line 151 of file gx_system.h.
Referenced by add().