Use trace configuration macros to configure how the tracing subsystem works. More...
Classes | |
| struct | kanzi::TracingSettings |
| Settings for the Tracing subsystem. More... | |
Macros | |
| #define | kzTraceAdvanceFrame() |
| Advance the tracing subsytem frame. | |
| #define | kzTraceApplySettings(settings) |
| Apply new tracing subsystem settings. | |
| #define | kzTraceInitialize() |
| Initializes the Kanzi tracing subsystem. | |
| #define | kzTraceSetThreadName(name) |
| Sets the name of the current thread in the tracing subsystem. | |
Use trace configuration macros to configure how the tracing subsystem works.
| #define kzTraceInitialize | ( | ) |
Initializes the Kanzi tracing subsystem.
This macro definition is empty when KANZI_TRACING_BUILD is not defined.
| #define kzTraceSetThreadName | ( | name | ) |
Sets the name of the current thread in the tracing subsystem.
This macro definition is empty when KANZI_TRACING_BUILD is not defined.
| name | The thread name. |
| #define kzTraceApplySettings | ( | settings | ) |
Apply new tracing subsystem settings.
This macro definition is empty when KANZI_TRACING_BUILD is not defined.
| settings | An instance of the TracingSettings structure that contains the tracing settings. |
| #define kzTraceAdvanceFrame | ( | ) |
Advance the tracing subsytem frame.