timemory 3.3.0
Modular C++ Toolkit for Performance Analysis and Logging. Profiling API and Tools for C, C++, CUDA, Fortran, and Python. The C++ template API is essentially a framework to creating tools: it is designed to provide a unifying interface for recording various performance measurements alongside data logging and interfaces to other tools.
tim::component::tau_marker Struct Reference

Forwards timemory labels to the TAU (Tuning and Analysis Utilities) More...

#include "timemory/components/tau_marker/components.hpp"

+ Collaboration diagram for tim::component::tau_marker:

Public Types

using value_type = void
 
using this_type = tau_marker
 
using base_type = base< this_type, value_type >
 
using storage_type = empty_storage
 

Public Member Functions

void get () const
 

Static Public Member Functions

static std::string label ()
 
static std::string description ()
 
template<typename... Args>
static opaque get_opaque (Args &&...)
 

Detailed Description

Forwards timemory labels to the TAU (Tuning and Analysis Utilities)

Definition at line 48 of file components.hpp.

Member Typedef Documentation

◆ base_type

◆ storage_type

Definition at line 66 of file declaration.hpp.

◆ this_type

◆ value_type

Definition at line 51 of file components.hpp.

Member Function Documentation

◆ description()

static std::string tim::component::tau_marker::description ( )
inlinestatic

Definition at line 56 of file components.hpp.

57 {
58 return "Forwards markers to TAU instrumentation (via Tau_start and Tau_stop)";
59 }

◆ get()

void tim::component::empty_base::get ( ) const
inlineinherited

Definition at line 69 of file declaration.hpp.

69{}

◆ get_opaque()

template<typename... Args>
static opaque tim::component::empty_base::get_opaque ( Args &&  ...)
inlinestaticinherited

Definition at line 72 of file declaration.hpp.

73 {
74 return opaque{};
75 }

◆ label()

static std::string tim::component::tau_marker::label ( )
inlinestatic

Definition at line 55 of file components.hpp.

55{ return "tau"; }

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