|
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/api.hpp"#include "timemory/components/base.hpp"#include "timemory/components/gotcha/backends.hpp"#include "timemory/components/gotcha/types.hpp"#include "timemory/manager/declaration.hpp"#include "timemory/mpl/apply.hpp"#include "timemory/mpl/types.hpp"#include "timemory/units.hpp"#include "timemory/variadic/types.hpp"#include <memory>#include <set>#include <string>#include <unordered_map>#include "timemory/timemory.hpp"
Include dependency graph for mpip.hpp:Go to the source code of this file.
Classes | |
| struct | tim::component::mpip_handle< Toolset, Tag > |
Namespaces | |
| namespace | tim |
| namespace | tim::component |
Macros | |
| #define | NUM_TIMEMORY_MPIP_WRAPPERS 246 |
Functions | |
| template<typename Toolset , typename Tag > | |
| void | tim::component::configure_mpip (std::set< std::string > permit={}, std::set< std::string > reject={}) |
| template<typename Toolset , typename Tag > | |
| uint64_t | tim::component::activate_mpip () |
| The thread that first activates mpip will be the thread that turns it off. Function returns the number of new mpip handles. More... | |
| template<typename Toolset , typename Tag > | |
| uint64_t | tim::component::deactivate_mpip (uint64_t) |
| The thread that created the initial mpip handle will turn off. Returns the number of handles active. More... | |