ONE - On-device Neural Engine
|
#include <EventRecorder.h>
Public Member Functions | |
virtual | ~Event ()=default |
Data Fields | |
const onert::util::TracingCtx * | tracing_ctx |
std::string | ph |
std::string | ts |
std::vector< std::pair< std::string, std::string > > | args |
Definition at line 29 of file EventRecorder.h.
|
virtualdefault |
std::vector<std::pair<std::string, std::string> > Event::args |
Definition at line 35 of file EventRecorder.h.
Referenced by Command.Command::add_noarg_option_if_valid_arg(), and Command.Command::add_option_with_valid_args().
std::string Event::ph |
Definition at line 33 of file EventRecorder.h.
const onert::util::TracingCtx* Event::tracing_ctx |
Definition at line 31 of file EventRecorder.h.
std::string Event::ts |
Definition at line 34 of file EventRecorder.h.