aboutsummaryrefslogtreecommitdiff
path: root/src/profiling/LabelsAndEventClasses.hpp
diff options
context:
space:
mode:
authorDavid Monahan <david.monahan@arm.com>2019-12-02 08:35:43 +0000
committerNarumol Prangnawarat <narumol.prangnawarat@arm.com>2019-12-04 15:34:07 +0000
commit6198fe0f653fb60c938a3c269bf28aeefcdad07e (patch)
treefad59f7c352d9263efd24a8dde7d94e79dd827b3 /src/profiling/LabelsAndEventClasses.hpp
parent109c05bc985d25f513444a7caa1e54557ef0f3c0 (diff)
downloadarmnn-6198fe0f653fb60c938a3c269bf28aeefcdad07e.tar.gz
IVGCVSW-4016 Add the Inference timeline trace and unit tests
Signed-off-by: David Monahan <david.monahan@arm.com> Signed-off-by: Narumol Prangnawarat <narumol.prangnawarat@arm.com> Change-Id: I0cfbc2e1ed8f1eded1841866ebf9f39a066e91af
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;