FleCSI User API Version: 2.3.0
 
Loading...
Searching...
No Matches
context< T > Struct Template Reference

base for annotation contexts. More...

Static Public Attributes

static cali::Annotation ann
 Initialize caliper annotation objects from the context name.
 

Detailed Description

template<class T>
struct flecsi::util::annotation::context< T >

base for annotation contexts.

Annotation contexts correspond to Caliper context attributes and are used to group code regions.

Template Parameters
Ttype used to label context by including a char[] static member called name.

Member Data Documentation

◆ ann

template<class T >
cali::Annotation ann
static

Initialize caliper annotation objects from the context name.