|
HDK
|
Go to the source code of this file.
Macros | |
| #define | UT_COUNTER(name, label) |
| #define | UT_INC_COUNTER(name) |
| #define | UT_ADD_COUNTER(name, amount) |
| #define | UT_DEC_COUNTER(name) |
| #define | UT_MAX_COUNTER(name, value) |
| #define UT_ADD_COUNTER | ( | name, | |
| amount | |||
| ) |
Definition at line 33 of file UT_ShowCounts.h.
Definition at line 31 of file UT_ShowCounts.h.
| #define UT_DEC_COUNTER | ( | name | ) |
Definition at line 34 of file UT_ShowCounts.h.
| #define UT_INC_COUNTER | ( | name | ) |
Definition at line 32 of file UT_ShowCounts.h.
Definition at line 35 of file UT_ShowCounts.h.