bactria  0.0.1
The bactria library is a header-only C++14 library for profiling and tracing.
bactria::metrics::Body Struct Reference

The body tag. More...

#include <Tags.hpp>

Static Public Attributes

static constexpr auto value = 4u
 

Detailed Description

The body tag.

Used for defining a Sector that instruments a (loop) body. This will result in separate instrumentation paths for each (loop) iteration of the Sector.

See also
Loop

Member Data Documentation

◆ value

constexpr auto bactria::metrics::Body::value = 4u
staticconstexpr

Internal value of the tag which is supplied to the plugin. Note that this may change between bactria without further announcement. Users are strongly advised to never rely directly on the value of this tag.


The documentation for this struct was generated from the following file: