VICI  0.11.815
Visual Chart Interpreter
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Classes | Namespaces | Macros
trace.h File Reference

Support for tracing the execution path. More...

#include "stringy.h"
#include <map>
#include <sstream>
#include <mutex>

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.
 

Detailed Description

Support for tracing the execution path.