|
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/components/gotcha/ncclp.hpp"
Collaboration diagram for tim::component::ncclp_handle< Toolset, Tag >:Public Types | |
| using | value_type = void |
| using | this_type = ncclp_handle< Toolset, Tag > |
| using | base_type = base< this_type, value_type > |
| using | string_t = std::string |
| using | nccl_toolset_t = Toolset |
| using | ncclp_gotcha_t = tim::component::gotcha< ncclp_wrapper_count, nccl_toolset_t, Tag > |
| using | ncclp_tuple_t = tim::component_tuple< ncclp_gotcha_t > |
| using | toolset_ptr_t = std::shared_ptr< ncclp_tuple_t > |
| using | storage_type = empty_storage |
Public Member Functions | |
| void | get () |
| void | start () |
| void | stop () |
| int | get_count () |
| void | get () const |
Static Public Member Functions | |
| static string_t | label () |
| static string_t | description () |
| template<typename... Args> | |
| static opaque | get_opaque (Args &&...) |
Static Public Attributes | |
| static constexpr size_t | ncclp_wrapper_count = 15 |
| using tim::component::ncclp_handle< Toolset, Tag >::base_type = base<this_type, value_type> |
| using tim::component::ncclp_handle< Toolset, Tag >::nccl_toolset_t = Toolset |
| using tim::component::ncclp_handle< Toolset, Tag >::ncclp_gotcha_t = tim::component::gotcha<ncclp_wrapper_count, nccl_toolset_t, Tag> |
| using tim::component::ncclp_handle< Toolset, Tag >::ncclp_tuple_t = tim::component_tuple<ncclp_gotcha_t> |
|
inherited |
Definition at line 66 of file declaration.hpp.
| using tim::component::ncclp_handle< Toolset, Tag >::string_t = std::string |
| using tim::component::ncclp_handle< Toolset, Tag >::this_type = ncclp_handle<Toolset, Tag> |
| using tim::component::ncclp_handle< Toolset, Tag >::toolset_ptr_t = std::shared_ptr<ncclp_tuple_t> |
| using tim::component::ncclp_handle< Toolset, Tag >::value_type = void |
|
inlinestatic |
|
inline |
Definition at line 93 of file ncclp.hpp.
Referenced by tim::component::ncclp_handle< Toolset, Tag >::stop().
|
inlineinherited |
Definition at line 69 of file declaration.hpp.
|
inline |
|
inlinestaticinherited |
Definition at line 72 of file declaration.hpp.
|
inlinestatic |
|
inline |
|
inline |
Definition at line 104 of file ncclp.hpp.
References tim::component::ncclp_handle< Toolset, Tag >::get().
|
staticconstexpr |