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