timemory  3.2.1
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 >
 

Static Public Member Functions

static std::string label ()
 
static std::string description ()
 

Detailed Description

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

Definition at line 49 of file components.hpp.

Member Typedef Documentation

◆ base_type

◆ this_type

◆ value_type

Definition at line 52 of file components.hpp.

Member Function Documentation

◆ description()

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

Definition at line 57 of file components.hpp.

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

◆ label()

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

Definition at line 56 of file components.hpp.

56 { return "tau"; }

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