Define categories to organize traces. More...
Macros | |
| #define | kzTraceCreateCategory(type, title, desc, enabled) |
| Defines a Tracing category that can be used to enable and disable trace scopes. | |
Define categories to organize traces.
| #define kzTraceCreateCategory | ( | type, | |
| title, | |||
| desc, | |||
| enabled ) |
Defines a Tracing category that can be used to enable and disable trace scopes.
This should only be used in the global namespace.
| type | The scope key. |
| title | The scope title. |
| desc | A description of the scope. |
| enabled | A boolean to indicate if the scope is enabled at compile time. If disabled, the category cannot be enabled at run time. |