|
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 ncclp.hpp:Go to the source code of this file.
Classes | |
| struct | tim::component::ncclp_handle< Toolset, Tag > |
Namespaces | |
| namespace | tim |
| namespace | tim::component |
Macros | |
| #define | NUM_TIMEMORY_NCCLP_WRAPPERS 15 |
Functions | |
| template<typename Toolset , typename Tag > | |
| void | tim::component::configure_ncclp (std::set< std::string > permit={}, std::set< std::string > reject={}) |
| template<typename Toolset , typename Tag > | |
| void | configure_ncclp (std::set< std::string >, std::set< std::string >) |