#include <profiler_common.h>
|
| EventRecord ()=default |
|
| EventRecord (EventCategory category, int process_id, int thread_id, std::string &&event_name, long long time_stamp, long long duration, std::unordered_map< std::string, std::string > &&event_args) |
|
| EventRecord (EventCategory category, int process_id, int thread_id, const std::string &event_name, long long time_stamp, long long duration, const std::unordered_map< std::string, std::string > &event_args) |
|
| EventRecord (const EventRecord &other)=default |
|
| EventRecord (EventRecord &&other) noexcept=default |
|
EventRecord & | operator= (const EventRecord &other)=default |
|
EventRecord & | operator= (EventRecord &&other)=default |
|
Definition at line 30 of file profiler_common.h.
onnxruntime::profiling::EventRecord::EventRecord |
( |
| ) |
|
|
default |
onnxruntime::profiling::EventRecord::EventRecord |
( |
const EventRecord & |
other | ) |
|
|
default |
onnxruntime::profiling::EventRecord::EventRecord |
( |
EventRecord && |
other | ) |
|
|
defaultnoexcept |
EventCategory onnxruntime::profiling::EventRecord::cat = EventCategory::API_EVENT |
long long onnxruntime::profiling::EventRecord::dur = 0 |
int onnxruntime::profiling::EventRecord::pid = -1 |
int onnxruntime::profiling::EventRecord::tid = -1 |
long long onnxruntime::profiling::EventRecord::ts = 0 |
The documentation for this struct was generated from the following file: