|
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.
|
Define addition operations. More...
#include "timemory/operations/types/math.hpp"
Collaboration diagram for tim::operation::plus< Tp >:Public Types | |
| using | type = Tp |
| template<typename U > | |
| using | base_t = typename U::base_type |
Public Member Functions | |
| TIMEMORY_DELETED_OBJECT (plus) template< typename Up | |
Public Attributes | |
| Up = Tp | |
Define addition operations.
| using tim::operation::plus< Tp >::base_t = typename U::base_type |
| using tim::operation::plus< Tp >::type = Tp |
| tim::operation::plus< Tp >::TIMEMORY_DELETED_OBJECT | ( | plus< Tp > | ) |
| tim::operation::plus< Tp >::Up = Tp |