|
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/operations/types/fini.hpp"#include "timemory/operations/types/init.hpp"#include "timemory/units.hpp"#include <array>#include <functional>#include <memory>#include <sstream>#include <string>#include <vector>
Include dependency graph for papi_rate_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_rate_tuple< RateT, EventTypes > |
This component pairs a tim::component::papi_tuple with a component which will provide an interval over which the hardware counters will be reported, e.g. if RateT is tim::component::wall_clock, the reported values will be the hardware-counters w.r.t. the wall-clock time. If RateT is tim::component::cpu_clock, the reported values will be the hardware counters w.r.t. the cpu time. More... | |
Namespaces | |
| namespace | tim |
| namespace | tim::component |