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

Declare the base component types. More...

+ 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::dynamic_base< Tp >
 trait that designates the type the static polymorphic base class (tim::component::base) inherit from. More...
 

Namespaces

namespace  tim
 
namespace  tim::trait
 
namespace  tim::component
 
namespace  tim::component::operators
 
namespace  tim::cereal
 
namespace  tim::cereal::detail
 

Typedefs

template<typename Tp >
using tim::trait::data_t = typename data< Tp >::type
 

Functions

template<typename Tp >
Tp tim::component::operators::operator- (Tp lhs, const Tp &rhs)
 

Detailed Description

Declare the base component types.

Definition in file types.hpp.