|
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 is the complete list of members for tim::operation::add_statistics< T >, including all inherited members.
| add_statistics(const type &_obj, StatsT &_stats, bool _last=false) | tim::operation::add_statistics< T > | inline |
| add_statistics(const type &_obj, bool _last=false) | tim::operation::add_statistics< T > | inline |
| operator()(const U &rhs, bool _last=false) const | tim::operation::add_statistics< T > | inline |
| operator()(const U &rhs, StatsT &stats, bool _last=false, enable_if_t< enabled_statistics< U, StatsT >::value, int >=0) const | tim::operation::add_statistics< T > | |
| operator()(const U &, StatsT &, bool=true, enable_if_t<!enabled_statistics< U, StatsT >::value, int >=0) const | tim::operation::add_statistics< T > | inline |
| type typedef | tim::operation::add_statistics< T > |