ONE - On-device Neural Engine
Loading...
Searching...
No Matches
Event Struct Reference

#include <EventRecorder.h>

Collaboration diagram for Event:

Public Member Functions

virtual ~Event ()=default
 

Data Fields

const onert::util::TracingCtxtracing_ctx
 
std::string ph
 
std::string ts
 
std::vector< std::pair< std::string, std::string > > args
 

Detailed Description

Definition at line 29 of file EventRecorder.h.

Constructor & Destructor Documentation

◆ ~Event()

virtual Event::~Event ( )
virtualdefault

Field Documentation

◆ args

std::vector<std::pair<std::string, std::string> > Event::args

◆ ph

std::string Event::ph

Definition at line 33 of file EventRecorder.h.

◆ tracing_ctx

const onert::util::TracingCtx* Event::tracing_ctx

Definition at line 31 of file EventRecorder.h.

◆ ts

std::string Event::ts

Definition at line 34 of file EventRecorder.h.


The documentation for this struct was generated from the following file: