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 "timemory/components/macros.hpp"
#include "timemory/enum.h"
#include "timemory/mpl/concepts.hpp"
#include "timemory/mpl/types.hpp"
#include "timemory/tpls/cereal/cereal.hpp"
+ 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.

Classes

struct  tim::trait::derivation_types< component::printer >
 

Namespaces

namespace  tim
 
namespace  tim::component
 
namespace  tim::trait
 

Macros

#define TIMEMORY_COMPONENT_PRINTER_HEADER_ONLY_MODE   1
 

Functions

 TIMEMORY_DEFINE_CONCRETE_TRAIT (uses_value_storage, component::printer, false_type) TIMEMORY_DEFINE_CONCRETE_TRAIT(default_runtime_enabled
 

Class Documentation

◆ tim::trait::derivation_types< component::printer >

struct tim::trait::derivation_types< component::printer >

Definition at line 53 of file types.hpp.

+ Collaboration diagram for tim::trait::derivation_types< component::printer >:
Class Members
typedef type_list< type_list< timestamp > > type

Macro Definition Documentation

◆ TIMEMORY_COMPONENT_PRINTER_HEADER_ONLY_MODE

#define TIMEMORY_COMPONENT_PRINTER_HEADER_ONLY_MODE   1

Definition at line 35 of file types.hpp.

Function Documentation

◆ TIMEMORY_DEFINE_CONCRETE_TRAIT()

TIMEMORY_DEFINE_CONCRETE_TRAIT ( uses_value_storage  ,
component::printer  ,
false_type   
)