|
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/declaration.hpp"#include "timemory/components/base/types.hpp"#include "timemory/components/metadata.hpp"#include "timemory/mpl/math.hpp"#include "timemory/mpl/types.hpp"#include "timemory/settings/declaration.hpp"#include "timemory/storage/types.hpp"#include "timemory/units.hpp"#include "timemory/components/opaque/definition.hpp"#include "timemory/operations/types.hpp"#include "timemory/operations/types/get.hpp"#include "timemory/operations/types/sample.hpp"#include "timemory/variadic/functional.hpp"
Include dependency graph for definition.hpp:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Namespaces | |
| namespace | tim |
| namespace | tim::component |
Functions | |
| template<typename Tp , typename Value > | |
| Tp | tim::component::operator+ (const base< Tp, Value > &lhs, const base< Tp, Value > &rhs) |
| template<typename Tp , typename Value > | |
| Tp | tim::component::operator- (const base< Tp, Value > &lhs, const base< Tp, Value > &rhs) |
| template<typename Tp , typename Value > | |
| Tp | tim::component::operator* (const base< Tp, Value > &lhs, const base< Tp, Value > &rhs) |
| template<typename Tp , typename Value > | |
| Tp | tim::component::operator/ (const base< Tp, Value > &lhs, const base< Tp, Value > &rhs) |