|
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/memory.hpp"#include "timemory/macros/os.hpp"
Include dependency graph for aligned_allocator.hpp:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Classes | |
| class | tim::ert::aligned_allocator< Tp, AlignV > |
| struct | tim::ert::aligned_allocator< Tp, AlignV >::rebind< U > |
Namespaces | |
| namespace | tim |
| namespace | tim::ert |
Provides an aligned allocator
Definition in file aligned_allocator.hpp.
| struct tim::ert::aligned_allocator::rebind |
Definition at line 90 of file aligned_allocator.hpp.
Collaboration diagram for tim::ert::aligned_allocator< Tp, AlignV >::rebind< U >:| Class Members | ||
|---|---|---|
| typedef aligned_allocator< U, AlignV > | other | |