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>
diff --git a/src/profiling/LabelsAndEventClasses.hpp b/src/profiling/LabelsAndEventClasses.hpp
index 835fc79..b06b9a1 100644
--- a/src/profiling/LabelsAndEventClasses.hpp
+++ b/src/profiling/LabelsAndEventClasses.hpp
@@ -27,6 +27,7 @@
     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 @@
     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;