Public Member Functions | |
| StatTracker (const string &cat, const string &n, StatsCounterType *pa, StatsCounterType *pb=NULL, bool percentage=true) | |
Public Attributes | |
| string | category |
| string | name |
| StatsCounterType * | ptra |
| StatsCounterType * | ptrb |
| bool | percentage |
Definition at line 125 of file util.cpp.
| StatTracker::StatTracker | ( | const string & | cat, | |
| const string & | n, | |||
| StatsCounterType * | pa, | |||
| StatsCounterType * | pb = NULL, |
|||
| bool | percentage = true | |||
| ) |
| string StatTracker::category |
Definition at line 129 of file util.cpp.
Referenced by addTracker(), lux::StatsPrint(), and StatTracker().
| string StatTracker::name |
Definition at line 129 of file util.cpp.
Referenced by addTracker(), lux::StatsPrint(), and StatTracker().
Definition at line 130 of file util.cpp.
Referenced by addTracker(), lux::StatsPrint(), and StatTracker().
Definition at line 130 of file util.cpp.
Referenced by addTracker(), lux::StatsPrint(), and StatTracker().
1.5.9