|
ONE - On-device Neural Engine
|
#include <EventRecorder.h>

Data Fields | |
| std::string | name |
| std::string | tid |
| std::map< std::string, std::string > | values |
Data Fields inherited from Event | |
| const onert::util::TracingCtx * | tracing_ctx |
| std::string | ph |
| std::string | ts |
| std::vector< std::pair< std::string, std::string > > | args |
Additional Inherited Members | |
Public Member Functions inherited from Event | |
| virtual | ~Event ()=default |
Definition at line 63 of file EventRecorder.h.
| std::string CounterEvent::name |
Definition at line 65 of file EventRecorder.h.
| std::string CounterEvent::tid |
Definition at line 66 of file EventRecorder.h.
| std::map<std::string, std::string> CounterEvent::values |
Definition at line 67 of file EventRecorder.h.