VICI
0.11.815
Visual Chart Interpreter
|
Class to create a call trace. More...
#include <vici/trace.h>
Public Member Functions | |
CallTrace (int level, csr methodName, csr file) | |
Constructor. More... | |
~CallTrace () | |
Destructor. | |
Class to create a call trace.
This CallTrace class is used to produce a call graph. Use the macro FN_TRACE to create an object of this class on the stack at the beginning of each method. The destructor will be automatically called when the method ends.
Constructor.
This should be used via the FN_TRACE(level,method) macro.
level | used to determine if tracing output should be generated. |
methodName | name of the function to report |
file | name of the source file |