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.
callbacks.hpp File Reference
#include <functional>
#include <map>
#include <set>
#include <string>
+ Include dependency graph for callbacks.hpp:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  tim::runtime::user_components
 

Namespaces

namespace  tim
 
namespace  tim::runtime
 

Class Documentation

◆ tim::runtime::user_components

struct tim::runtime::user_components

Definition at line 36 of file callbacks.hpp.

+ Collaboration diagram for tim::runtime::user_components:
Class Members
typedef map< int, set< string > > enum_key_map_t