Zth (libzth)
|
Macros | |
#define | zth_perf_mark(marker) |
Put a string marker into the perf output. More... | |
Functions | |
void | zth_perf_log (char const *fmt,...) |
Put a formatted log string into the perf output. More... | |
void | zth_perf_logv (char const *fmt, va_list args) |
Put a formatted log string into the perf output. More... | |
This module allows generating a VCD file (in the current working directory), which tracks scheduling behavior of the application.
#define zth_perf_mark | ( | marker | ) |
Put a string marker into the perf output.
This is a C-wrapper for zth::perf_mark().
void zth_perf_log | ( | char const * | fmt, |
... | |||
) |
Put a formatted log string into the perf output.
This is a C-wrapper for zth::perf_log().
void zth_perf_logv | ( | char const * | fmt, |
va_list | args | ||
) |
Put a formatted log string into the perf output.
This is a C-wrapper for zth::perf_logv().