aboutsummaryrefslogtreecommitdiff
path: root/src/profiling/LabelsAndEventClasses.hpp
diff options
context:
space:
mode:
authorJim Flynn <jim.flynn@arm.com>2020-07-14 09:50:59 +0100
committerJim Flynn <jim.flynn@arm.com>2020-07-14 17:20:04 +0100
commitf7713212f080771e0c6d53d939da59a9ea2e7da0 (patch)
treec176d4448ed36804b6bac3806d55c74f113e2256 /src/profiling/LabelsAndEventClasses.hpp
parent6da6a45d09ac8d7ea956c09ba241c9e0840ecb25 (diff)
downloadarmnn-f7713212f080771e0c6d53d939da59a9ea2e7da0.tar.gz
IVGCVSW-5101 Add a SOL/EOL and a process ID label to Network
Change-Id: I6261f46404a3aab5c069bca40586994d31d26fe8 Signed-off-by: Jim Flynn <jim.flynn@arm.com>
Diffstat (limited to 'src/profiling/LabelsAndEventClasses.hpp')
-rw-r--r--src/profiling/LabelsAndEventClasses.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/profiling/LabelsAndEventClasses.hpp b/src/profiling/LabelsAndEventClasses.hpp
index 835fc7923e..b06b9a1488 100644
--- a/src/profiling/LabelsAndEventClasses.hpp
+++ b/src/profiling/LabelsAndEventClasses.hpp
@@ -27,6 +27,7 @@ public:
ARMNN_DLLEXPORT static std::string BACKENDID_LABEL;
ARMNN_DLLEXPORT static std::string CHILD_LABEL;
ARMNN_DLLEXPORT static std::string EXECUTION_OF_LABEL;
+ ARMNN_DLLEXPORT static std::string PROCESS_ID_LABEL;
ARMNN_DLLEXPORT static ProfilingStaticGuid EMPTY_GUID;
ARMNN_DLLEXPORT static ProfilingStaticGuid NAME_GUID;
ARMNN_DLLEXPORT static ProfilingStaticGuid TYPE_GUID;
@@ -34,6 +35,7 @@ public:
ARMNN_DLLEXPORT static ProfilingStaticGuid BACKENDID_GUID;
ARMNN_DLLEXPORT static ProfilingStaticGuid CHILD_GUID;
ARMNN_DLLEXPORT static ProfilingStaticGuid EXECUTION_OF_GUID;
+ ARMNN_DLLEXPORT static ProfilingStaticGuid PROCESS_ID_GUID;
// Common types
ARMNN_DLLEXPORT static std::string LAYER;