|
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 "caliper/ConfigManager.h"#include "caliper/cali.h"#include "timemory/api.hpp"#include "timemory/components/base.hpp"#include "timemory/hash/types.hpp"#include "timemory/settings/declaration.hpp"#include <map>#include <vector>
Include dependency graph for timemory.hpp:Go to the source code of this file.
Classes | |
| struct | tim::trait::python_args< TIMEMORY_RECORD, component::caliper_loop_marker > |
| struct | tim::trait::python_args< TIMEMORY_MARK_BEGIN, component::caliper_loop_marker > |
| struct | tim::trait::python_args< TIMEMORY_MARK_END, component::caliper_loop_marker > |
| struct | tim::component::caliper_common |
| struct | tim::component::caliper_config |
Component which provides Caliper cali::ConfigManager. More... | |
| struct | tim::component::caliper_marker |
| Standard marker for the Caliper Performance Analysis Toolbox. More... | |
| struct | tim::component::caliper_loop_marker |
| Loop marker for the Caliper Performance Analysis Toolbox. More... | |
Namespaces | |
| namespace | tim |
| namespace | tim::trait |
| namespace | tim::component |
| struct tim::trait::python_args< TIMEMORY_RECORD, component::caliper_loop_marker > |
Definition at line 53 of file timemory.hpp.
Collaboration diagram for tim::trait::python_args< TIMEMORY_RECORD, component::caliper_loop_marker >:| Class Members | ||
|---|---|---|
| typedef type_list< size_t > | type | |
| struct tim::trait::python_args< TIMEMORY_MARK_BEGIN, component::caliper_loop_marker > |
Definition at line 59 of file timemory.hpp.
Collaboration diagram for tim::trait::python_args< TIMEMORY_MARK_BEGIN, component::caliper_loop_marker >:| Class Members | ||
|---|---|---|
| typedef type_list< size_t > | type | |
| struct tim::trait::python_args< TIMEMORY_MARK_END, component::caliper_loop_marker > |
Definition at line 65 of file timemory.hpp.
Collaboration diagram for tim::trait::python_args< TIMEMORY_MARK_END, component::caliper_loop_marker >:| Class Members | ||
|---|---|---|
| typedef type_list< size_t > | type | |