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

Tag definitions. More...

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  bactria::metrics::Generic
 The generic tag. More...
 
struct  bactria::metrics::Function
 The function tag. More...
 
struct  bactria::metrics::Loop
 The loop tag. More...
 
struct  bactria::metrics::Body
 The body tag. More...
 

Detailed Description

Tag definitions.

This file defines a number of tags that can be used to add more details to a Sector. It should not be included directly by the user.