|
Kanzi Graphics Engine
|
Named counters. More...
Macros | |
| #define | kzsCounterIncrease(name_param) |
Enumerations | |
| enum | KzsCounterSortMode { KZS_COUNTER_SORT_MODE_NAME, KZS_COUNTER_SORT_MODE_COUNT } |
| Specifies how the counters are sorted when printing. More... | |
Functions | |
| kzsError | kzsCountersInitialize (void) |
| Initializes counters. More... | |
| kzsError | kzsCountersUninitialize (void) |
| Uninitializes counters. More... | |
| void | kzsCountersReset (void) |
| Resets all counter data. More... | |
| void | kzsCountersPrint (enum KzsCounterSortMode sortMode) |
| Prints the values of all registered counters. More... | |
Named counters.
Copyright 2008-2019 by Rightware. All rights reserved.
| #define kzsCounterIncrease | ( | name_param) |
| enum KzsCounterSortMode |
| void kzsCountersPrint | ( | enum KzsCounterSortMode | sortMode) |
Prints the values of all registered counters.