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::trait::perfetto_category< ApiT > Struct Template Reference

Provides the static category for perfetto traces. More...

#include "timemory/mpl/type_traits.hpp"

+ Collaboration diagram for tim::trait::perfetto_category< ApiT >:

Static Public Attributes

static constexpr auto value = "timemory"
 

Detailed Description

template<typename ApiT>
struct tim::trait::perfetto_category< ApiT >

Provides the static category for perfetto traces.

Definition at line 999 of file type_traits.hpp.

Member Data Documentation

◆ value

template<typename ApiT >
constexpr auto tim::trait::perfetto_category< ApiT >::value = "timemory"
staticconstexpr

Definition at line 1001 of file type_traits.hpp.


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