|
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.
|
Implements __itt_pause() and __itt_resume() to control where the vtune profiler is active.
More...
#include "timemory/components/vtune/components.hpp"
Collaboration diagram for tim::component::vtune_profiler:Public Types | |
| using | value_type = void |
| using | this_type = vtune_profiler |
| using | base_type = base< this_type, value_type > |
| using | tracker_type = policy::instance_tracker< vtune_profiler, false > |
| using | storage_type = empty_storage |
Public Member Functions | |
| void | start () |
| void | stop () |
| void | get () const |
Static Public Member Functions | |
| static std::string | label () |
| static std::string | description () |
| static value_type | record () |
| static void | global_init () |
| static void | global_finalize () |
| template<typename... Args> | |
| static opaque | get_opaque (Args &&...) |
Implements __itt_pause() and __itt_resume() to control where the vtune profiler is active.
Definition at line 156 of file components.hpp.
Definition at line 162 of file components.hpp.
|
inherited |
Definition at line 66 of file declaration.hpp.
Definition at line 161 of file components.hpp.
| using tim::component::vtune_profiler::tracker_type = policy::instance_tracker<vtune_profiler, false> |
Definition at line 163 of file components.hpp.
| using tim::component::vtune_profiler::value_type = void |
Definition at line 160 of file components.hpp.
|
inlinestatic |
Definition at line 166 of file components.hpp.
|
inlineinherited |
Definition at line 69 of file declaration.hpp.
|
inlinestaticinherited |
Definition at line 72 of file declaration.hpp.
|
inlinestatic |
Definition at line 173 of file components.hpp.
|
inlinestatic |
Definition at line 172 of file components.hpp.
|
inlinestatic |
Definition at line 165 of file components.hpp.
|
inlinestatic |
Definition at line 170 of file components.hpp.
|
inline |
|
inline |