Libbarrett
1.2.4
|
Public Member Functions | |
RatePrinter (int _y, int _x) | |
void | update () |
void | print () |
Static Public Member Functions | |
static void | printAll () |
Protected Attributes | |
int | y |
int | x |
RTIME | now |
RTIME | lastUpdate |
RTIME | runningTotal |
double | rate |
double | avgTenSec |
int | iterations |
Static Protected Attributes | |
static std::vector< RatePrinter * > | rps |