#include <stats.h>
Public Member Functions | |
StatsRatio (const string &category, const string &name) | |
void | Add (int a, int b) |
Private Attributes | |
StatsCounterType | na |
StatsCounterType | nb |
Definition at line 66 of file stats.h.
StatsRatio::StatsRatio | ( | const string & | category, | |
const string & | name | |||
) |
Definition at line 161 of file util.cpp.
References addTracker(), na, and nb.
Definition at line 70 of file stats.h.
Referenced by lux::GridAccel::GridAccel().
StatsCounterType StatsRatio::na [private] |
Definition at line 73 of file stats.h.
Referenced by Add(), and StatsRatio().
StatsCounterType StatsRatio::nb [private] |
Definition at line 73 of file stats.h.
Referenced by Add(), and StatsRatio().