|
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.
|
#include "timemory/operations/types/record.hpp"
Collaboration diagram for tim::operation::record< Tp >:Public Types | |
| using | type = Tp |
Public Member Functions | |
| TIMEMORY_DELETED_OBJECT (record) record(type &obj | |
| template<typename T = type, typename... Args, enable_if_t< check_record_type< T >::value, char > = 0> | |
| record (T &obj, Args &&... args) | |
| template<typename T = type, typename... Args, enable_if_t<!check_record_type< T >::value, char > = 0> | |
| record (T &, Args &&...) | |
| template<typename Tp > | |
| record (type &obj, const type &rhs) | |
Public Attributes | |
| const type & | rhs |
Definition at line 48 of file record.hpp.
| using tim::operation::record< Tp >::type = Tp |
Definition at line 50 of file record.hpp.
|
explicit |
Definition at line 127 of file record.hpp.
|
explicit |
Definition at line 136 of file record.hpp.
| tim::operation::record< Tp >::record | ( | type & | obj, |
| const type & | rhs | ||
| ) |
Definition at line 118 of file record.hpp.
| tim::operation::record< Tp >::TIMEMORY_DELETED_OBJECT | ( | record< Tp > | ) | & |
| const type& tim::operation::record< Tp >::rhs |
Definition at line 54 of file record.hpp.