From f7713212f080771e0c6d53d939da59a9ea2e7da0 Mon Sep 17 00:00:00 2001 From: Jim Flynn Date: Tue, 14 Jul 2020 09:50:59 +0100 Subject: IVGCVSW-5101 Add a SOL/EOL and a process ID label to Network Change-Id: I6261f46404a3aab5c069bca40586994d31d26fe8 Signed-off-by: Jim Flynn --- src/profiling/LabelsAndEventClasses.hpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/profiling/LabelsAndEventClasses.hpp') 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; -- cgit v1.2.1