The MAUVE Toolchain
mauve::tracing Namespace Reference

Tracing functions. More...

Functions

void trace_end (const std::string &message)
 Trace the end of a program with a message. More...
 
void trace_event (const std::string &message)
 Trace an event with a message. More...
 
void trace_start (const std::string &message)
 Trace the start of a program with a message. More...
 

Detailed Description

Tracing functions.

Function Documentation

void mauve::tracing::trace_end ( const std::string &  message)

Trace the end of a program with a message.

Parameters
messagemessage of the trace
void mauve::tracing::trace_event ( const std::string &  message)

Trace an event with a message.

Parameters
messagemessage of the trace
void mauve::tracing::trace_start ( const std::string &  message)

Trace the start of a program with a message.

Parameters
messagemessage of the trace