|
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/backends/gpu.hpp"#include "timemory/components/base.hpp"#include "timemory/components/gotcha/components.hpp"#include "timemory/components/gotcha/types.hpp"#include "timemory/mpl/concepts.hpp"#include "timemory/mpl/policy.hpp"#include "timemory/mpl/types.hpp"#include "timemory/operations/types/construct.hpp"#include "timemory/types.hpp"#include "timemory/variadic/component_tuple.hpp"#include "timemory/variadic/types.hpp"#include <memory>#include <string>
Include dependency graph for memory_allocations.hpp:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Classes | |
| struct | tim::component::malloc_gotcha |
| struct | tim::component::memory_allocations |
| This component wraps malloc, calloc, free, CUDA/HIP malloc/free via GOTCHA and tracks the number of bytes requested/freed in each call. This component is useful for detecting the locations where memory re-use would provide a performance benefit. More... | |
Namespaces | |
| namespace | tim |
| namespace | tim::component |