|
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 total amount of time spent executing in user mode. More...
#include "timemory/components/rusage/components.hpp"
Collaboration diagram for tim::component::user_mode_time:Public Types | |
| using | ratio_t = std::micro |
| using | value_type = int64_t |
| using | this_type = user_mode_time |
| using | base_type = base< this_type, value_type > |
| using | storage_type = empty_storage |
Public Member Functions | |
| double | get_display () const |
| double | get () const |
| void | start () |
| void | stop () |
| void | start (const cache_type &_cache) |
| void | stop (const cache_type &_cache) |
Static Public Member Functions | |
| static std::string | label () |
| static std::string | description () |
| static value_type | record () |
| static value_type | record (const cache_type &_cache) |
| template<typename... Args> | |
| static opaque | get_opaque (Args &&...) |
This is the total amount of time spent executing in user mode.
Definition at line 459 of file components.hpp.
Definition at line 464 of file components.hpp.
| using tim::component::user_mode_time::ratio_t = std::micro |
Definition at line 461 of file components.hpp.
|
inherited |
Definition at line 66 of file declaration.hpp.
Definition at line 463 of file components.hpp.
| using tim::component::user_mode_time::value_type = int64_t |
Definition at line 462 of file components.hpp.
|
inlinestatic |
Definition at line 467 of file components.hpp.
|
inline |
Definition at line 474 of file components.hpp.
References tim::component::base< Tp, Value >::get_unit(), and tim::component::base< user_mode_time, int64_t >::load().
Referenced by get_display().
|
inline |
|
inlinestaticinherited |
Definition at line 72 of file declaration.hpp.
|
inlinestatic |
Definition at line 466 of file components.hpp.
|
inlinestatic |
Definition at line 471 of file components.hpp.
|
inlinestatic |
Definition at line 488 of file components.hpp.
|
inline |
|
inline |
|
inline |
|
inline |