HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
profiler_common.h File Reference
#include "core/common/common.h"
#include <string>
#include <unordered_map>
+ Include dependency graph for profiler_common.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  onnxruntime::profiling::EventRecord
 
class  onnxruntime::profiling::EpProfiler
 

Namespaces

 onnxruntime
 
 onnxruntime::profiling
 

Typedefs

using onnxruntime::profiling::Events = std::vector< EventRecord >
 

Enumerations

enum  onnxruntime::profiling::EventCategory {
  onnxruntime::profiling::SESSION_EVENT = 0, onnxruntime::profiling::NODE_EVENT, onnxruntime::profiling::KERNEL_EVENT, onnxruntime::profiling::API_EVENT,
  onnxruntime::profiling::EVENT_CATEGORY_MAX
}
 

Functions

std::string onnxruntime::profiling::demangle (const char *name)
 
std::string onnxruntime::profiling::demangle (const std::string &name)