|
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/base.hpp"#include "timemory/components/papi/backends.hpp"#include "timemory/components/papi/papi_common.hpp"#include "timemory/components/papi/types.hpp"#include "timemory/mpl/policy.hpp"#include "timemory/mpl/types.hpp"#include "timemory/units.hpp"#include <array>#include <functional>#include <memory>#include <sstream>#include <string>#include <vector>
Include dependency graph for papi_tuple.hpp:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Classes | |
| struct | tim::component::papi_tuple< EventTypes > |
| This component is useful for bundling together a fixed set of hardware counter identifiers which require no runtime configuration. More... | |
Namespaces | |
| namespace | tim |
| namespace | tim::component |