|
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.
|
Namespaces | |
| namespace | hidden |
Functions | |
| template<typename Toolset , typename Arg , typename... Args> | |
| opaque | get_opaque (Arg &&arg, Args &&... args) |
| template<typename Toolset > | |
| opaque | get_opaque () |
| template<typename Toolset > | |
| opaque | get_opaque (scope::config _scope) |
| template<typename Toolset > | |
| std::set< size_t > | get_typeids () |
Definition at line 339 of file definition.hpp.
| opaque tim::component::factory::get_opaque | ( | Arg && | arg, |
| Args &&... | args | ||
| ) |
Definition at line 327 of file definition.hpp.
| opaque tim::component::factory::get_opaque | ( | scope::config | _scope | ) |
Definition at line 350 of file definition.hpp.
Referenced by tim::component::factory::hidden::get_opaque().