bactria  0.0.1
The bactria library is a header-only C++14 library for profiling and tracing.
Phase.hpp File Reference

Phase definitions. More...

#include <bactria/metrics/Plugin.hpp>
#include <string>
#include <utility>
Include dependency graph for Phase.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  bactria::metrics::Phase
 The phase class. More...
 

Macros

#define bactria_Phase(name)
 A macro that creates a phase and immediately enters it. More...
 

Detailed Description

Phase definitions.

This file contains the Phase definition. It should not be included directly by the user.