|
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.
|
This data type is used in tim::node::tree for inclusive and exclusive values. More...
#include "timemory/storage/node.hpp"
Collaboration diagram for tim::node::entry< Tp, StatT >:Public Types | |
| using | base_type = std::tuple< Tp, StatT > |
| using | this_type = entry |
Public Member Functions | |
| template<typename... Args> | |
| entry (Args &&... args) | |
| entry (const base_type &_obj) | |
| entry (base_type &&_obj) noexcept | |
| Tp & | data () |
| component object with either inclusive or exclusive values More... | |
| StatT & | stats () |
| statistics data with either inclusive or exclusive values More... | |
| const Tp & | data () const |
| component object with either inclusive or exclusive values More... | |
| const StatT & | stats () const |
| statistics data with either inclusive or exclusive values More... | |
| this_type & | operator+= (const this_type &rhs) |
| this_type & | operator-= (const this_type &rhs) |
This data type is used in tim::node::tree for inclusive and exclusive values.
| Tp | Component type |
| StatT | Statistics type |
| using tim::node::entry< Tp, StatT >::base_type = std::tuple<Tp, StatT> |
| using tim::node::entry< Tp, StatT >::this_type = entry |
|
inlineexplicit |
|
inlineexplicit |
|
inlineexplicitnoexcept |
|
inline |
component object with either inclusive or exclusive values
Definition at line 84 of file node.hpp.
Referenced by tim::cereal::load(), tim::node::entry< Tp, StatT >::operator+=(), tim::node::entry< Tp, StatT >::operator-=(), and tim::cereal::save().
|
inline |
|
inline |
Definition at line 95 of file node.hpp.
References tim::node::entry< Tp, StatT >::data(), and tim::node::entry< Tp, StatT >::stats().
|
inline |
Definition at line 102 of file node.hpp.
References tim::node::entry< Tp, StatT >::data(), and tim::node::entry< Tp, StatT >::stats().
|
inline |
statistics data with either inclusive or exclusive values
Definition at line 87 of file node.hpp.
Referenced by tim::cereal::load(), tim::node::entry< Tp, StatT >::operator+=(), tim::node::entry< Tp, StatT >::operator-=(), and tim::cereal::save().
|
inline |