MySQL 5.6.14 Source Code Document
|
Public Member Functions | |
void | add (double x2) |
void | add (const Stats &sum2) |
Public Member Functions inherited from NDBT_Stats | |
void | reset () |
void | addObservation (double t) |
void | addObservation (Uint64 t) |
double | getMean () const |
double | getStddev () const |
double | getVariance () const |
double | getMin () const |
double | getMax () const |
int | getCount () const |
NDBT_Stats & | operator+= (const NDBT_Stats &c) |
Definition at line 1815 of file testIndexStat.cpp.