|
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/perfetto/perfetto.hpp"
Collaboration diagram for tim::component::perfetto_trace::config:Public Types | |
| using | session_t = std::unique_ptr< TracingSession > |
Public Attributes | |
| bool | in_process = true |
| bool | system_backend = false |
| TracingInitArgs | init_args = {} |
Friends | |
| struct | perfetto_trace |
Definition at line 82 of file perfetto.hpp.
| using tim::component::perfetto_trace::config::session_t = std::unique_ptr<TracingSession> |
Definition at line 86 of file perfetto.hpp.
|
friend |
Definition at line 84 of file perfetto.hpp.
| bool tim::component::perfetto_trace::config::in_process = true |
Definition at line 87 of file perfetto.hpp.
| TracingInitArgs tim::component::perfetto_trace::config::init_args = {} |
Definition at line 89 of file perfetto.hpp.
| bool tim::component::perfetto_trace::config::system_backend = false |
Definition at line 88 of file perfetto.hpp.