|
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/general/source_location.hpp"#include "timemory/mpl/filters.hpp"#include "timemory/settings/declaration.hpp"#include "timemory/utility/macros.hpp"#include "timemory/utility/transient_function.hpp"#include "timemory/utility/utility.hpp"#include "timemory/variadic/component_bundle.hpp"#include "timemory/variadic/macros.hpp"#include "timemory/variadic/types.hpp"#include <cstdint>#include <string>
Include dependency graph for auto_base_bundle.hpp:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Classes | |
| class | tim::auto_base_bundle< Tag, CompT, BundleT > |
Example: auto_base_bundle<Tag, component_bundle<Tag>, auto_bundle<Tag, Types...>> will use Tag + trait::is_available<Tag> or trait::runtime_available<Tag> to disable this bundle at compile-time or run-time, respectively. It will wrap auto-start/stop around component_bundle<Tag, Types...> and use auto_bundle<Tag, Types...> for function signatures. More... | |
Namespaces | |
| namespace | tim |