Tracing functions.
More...
|
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...
|
|
void mauve::tracing::trace_end |
( |
const std::string & |
message | ) |
|
Trace the end of a program with a message.
- Parameters
-
message | message of the trace |
void mauve::tracing::trace_event |
( |
const std::string & |
message | ) |
|
Trace an event with a message.
- Parameters
-
message | message of the trace |
void mauve::tracing::trace_start |
( |
const std::string & |
message | ) |
|
Trace the start of a program with a message.
- Parameters
-
message | message of the trace |