aboutsummaryrefslogtreecommitdiff
path: root/src/profiling/LabelsAndEventClasses.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/profiling/LabelsAndEventClasses.hpp')
-rw-r--r--src/profiling/LabelsAndEventClasses.hpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/profiling/LabelsAndEventClasses.hpp b/src/profiling/LabelsAndEventClasses.hpp
index c2082dd9e5..69cee9aaea 100644
--- a/src/profiling/LabelsAndEventClasses.hpp
+++ b/src/profiling/LabelsAndEventClasses.hpp
@@ -33,10 +33,14 @@ public:
static std::string WORKLOAD;
static std::string NETWORK;
static std::string CONNECTION;
+ static std::string INFERENCE;
+ static std::string WORKLOAD_EXECUTION;
static ProfilingStaticGuid LAYER_GUID;
static ProfilingStaticGuid WORKLOAD_GUID;
static ProfilingStaticGuid NETWORK_GUID;
static ProfilingStaticGuid CONNECTION_GUID;
+ static ProfilingStaticGuid INFERENCE_GUID;
+ static ProfilingStaticGuid WORKLOAD_EXECUTION_GUID;
// Event Class GUIDs
static ProfilingStaticGuid ARMNN_PROFILING_SOL_EVENT_CLASS;