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.
types.hpp File Reference
+ Include dependency graph for types.hpp:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define TIMEMORY_COMPONENT_PERFETTO_HEADER_ONLY_MODE   1
 
#define TIMEMORY_PERFETTO_API   ::tim::project::timemory
 
#define TIMEMORY_PERFETTO_CATEGORIES    perfetto::Category("timemory").SetDescription("Events from the timemory API")
 

Functions

 TIMEMORY_DECLARE_COMPONENT (perfetto_trace) TIMEMORY_DEFINE_CONCRETE_TRAIT(uses_value_storage
 
false_type TIMEMORY_DEFINE_CONCRETE_TRAIT (is_available, component::perfetto_trace, false_type) TIMEMORY_PROPERTY_SPECIALIZATION(perfetto_trace
 

Variables

false_type TIMEMORY_PERFETTO_TRACE
 
false_type perfetto_trace
 

Macro Definition Documentation

◆ TIMEMORY_COMPONENT_PERFETTO_HEADER_ONLY_MODE

#define TIMEMORY_COMPONENT_PERFETTO_HEADER_ONLY_MODE   1

Definition at line 33 of file types.hpp.

◆ TIMEMORY_PERFETTO_API

#define TIMEMORY_PERFETTO_API   ::tim::project::timemory

◆ TIMEMORY_PERFETTO_CATEGORIES

#define TIMEMORY_PERFETTO_CATEGORIES    perfetto::Category("timemory").SetDescription("Events from the timemory API")

Function Documentation

◆ TIMEMORY_DECLARE_COMPONENT()

TIMEMORY_DECLARE_COMPONENT ( perfetto_trace  )

◆ TIMEMORY_DEFINE_CONCRETE_TRAIT()

false_type TIMEMORY_DEFINE_CONCRETE_TRAIT ( is_available  ,
component::perfetto_trace  ,
false_type   
)

Variable Documentation

◆ perfetto_trace

false_type perfetto_trace

Definition at line 88 of file types.hpp.

◆ TIMEMORY_PERFETTO_TRACE

false_type TIMEMORY_PERFETTO_TRACE

Definition at line 87 of file types.hpp.