Go to the source code of this file.
Defines | |
| #define | UT_COUNTER(name, label) |
| #define | UT_INC_COUNTER(name) |
| #define | UT_ADD_COUNTER(name, amount) |
| #define | UT_DEC_COUNTER(name) |
| #define UT_ADD_COUNTER | ( | name, | |||
| amount | ) |
Definition at line 39 of file UT_ShowCounts.h.
| #define UT_COUNTER | ( | name, | |||
| label | ) |
Definition at line 37 of file UT_ShowCounts.h.
| #define UT_DEC_COUNTER | ( | name | ) |
Definition at line 40 of file UT_ShowCounts.h.
| #define UT_INC_COUNTER | ( | name | ) |
Definition at line 38 of file UT_ShowCounts.h.
1.5.9