Constant
ValentENABLE_TRACE
Description
Whether tracing is enabled.
If TRUE
, the macros for tracing function entry, exit and jump labels will
write to the log and pass events to sysprof, if it’s available. If FALSE
,
these macros will be compiled out.
The macros include VALENT_ENTRY
, VALENT_EXIT
, VALENT_RETURN
, VALENT_GOTO
,
VALENT_NOTE
and VALENT_PROBE
.