VICI
0.11.815
Visual Chart Interpreter
|
Support for tracing the execution path. More...
Go to the source code of this file.
Classes | |
class | VICI::cdi::CallTrace |
Class to create a call trace. More... | |
class | VICI::cdi::NullTrace |
A class for dummy trace objects. More... | |
class | VICI::cdi::Trace |
This class is used to create trace log entries. More... | |
class | VICI::cdi::Tracer |
This class manages the tracing for an application. More... | |
Namespaces | |
VICI | |
The namespace for the Visual Chart Interpreter project. | |
VICI::cdi | |
The namespace for the Common Development Infrastructure. | |
Macros | |
#define | TRACE(n) VICI::cdi::NullTrace() |
Macro for adding trace statements to code. | |
#define | FN_TRACE(n, x) |
Macro for adding function call tracing to code. | |
Support for tracing the execution path.