|
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/backends/device.hpp"#include "timemory/backends/dmp.hpp"#include "timemory/backends/hip.hpp"#include "timemory/components/cuda/backends.hpp"#include "timemory/components/timing/ert_timer.hpp"#include "timemory/ert/aligned_allocator.hpp"#include "timemory/ert/barrier.hpp"#include "timemory/ert/cache_size.hpp"#include "timemory/ert/data.hpp"#include "timemory/ert/types.hpp"#include "timemory/mpl/apply.hpp"#include "timemory/mpl/policy.hpp"#include "timemory/settings/declaration.hpp"#include "timemory/tpls/cereal/archives.hpp"#include "timemory/utility/filepath.hpp"#include "timemory/utility/macros.hpp"#include <array>#include <atomic>#include <cstddef>#include <cstdint>#include <functional>#include <numeric>#include <ostream>#include <sstream>#include <stdexcept>#include <string>#include <unordered_set>#include <vector>
Include dependency graph for counter.hpp:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Classes | |
| class | tim::ert::counter< DeviceT, Tp, Counter > |
Namespaces | |
| namespace | tim |
| namespace | tim::ert |
Functions | |
| template<typename Counter > | |
| void | tim::ert::serialize (std::string fname, exec_data< Counter > &obj) |
Provides counter (i.e. timer, hw counters) for when executing ERT
Definition in file counter.hpp.