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

Go to the source code of this file.

Classes

struct  tim::math::compute< Tp, Up >
 Struct for performing math operations on complex data structures without using globally overload operators (e.g. lhs += rhs) and generic functions (lhs = abs(rhs)) More...
 
struct  tim::math::compute< null_type, null_type >
 
struct  tim::math::compute< type_list<>, type_list<> >
 

Namespaces

namespace  tim
 
namespace  tim::math
 

Macros

#define TIMEMORY_MATH_NULL_TYPE_COMPUTE(TYPE)
 

Macro Definition Documentation

◆ TIMEMORY_MATH_NULL_TYPE_COMPUTE

#define TIMEMORY_MATH_NULL_TYPE_COMPUTE (   TYPE)

Definition at line 292 of file compute.hpp.