aboutsummaryrefslogtreecommitdiff
path: root/src/profiling/ProfilingUtils.hpp
diff options
context:
space:
mode:
authorFerran Balaguer <ferran.balaguer@arm.com>2019-09-04 16:47:34 +0100
committerFerran Balaguer Arm <ferran.balaguer@arm.com>2019-09-09 10:28:39 +0000
commit47d0fe98ca6ab3ba1d21b0971d3009a287974442 (patch)
tree04f22e9db6f98d21b3c172a3473e9c9f230b657b /src/profiling/ProfilingUtils.hpp
parent9e0deb76fc25be6a0e898f53a115af3aeed9e5b8 (diff)
downloadarmnn-47d0fe98ca6ab3ba1d21b0971d3009a287974442.tar.gz
IVGCVSW-3690 Implement SendCounterPacket.SendStreamMetaDataPacket() function
Signed-off-by: Ferran Balaguer <ferran.balaguer@arm.com> Change-Id: I9e034b0caaff5371fadfdba20fdbe3171d4cd2e6
Diffstat (limited to 'src/profiling/ProfilingUtils.hpp')
-rw-r--r--src/profiling/ProfilingUtils.hpp11
1 files changed, 10 insertions, 1 deletions
diff --git a/src/profiling/ProfilingUtils.hpp b/src/profiling/ProfilingUtils.hpp
index fe58ee13d1..410198a2cc 100644
--- a/src/profiling/ProfilingUtils.hpp
+++ b/src/profiling/ProfilingUtils.hpp
@@ -7,6 +7,7 @@
#include <armnn/Exceptions.hpp>
+#include <string>
#include <stdint.h>
namespace armnn
@@ -27,6 +28,14 @@ uint32_t ReadUint32(const unsigned char* buffer, unsigned int offset);
uint16_t ReadUint16(const unsigned char* buffer, unsigned int offset);
+std::string GetSoftwareInfo();
+
+std::string GetSoftwareVersion();
+
+std::string GetHardwareVersion();
+
+std::string GetProcessName();
+
class BufferExhaustion : public armnn::Exception
{
using Exception::Exception;
@@ -34,4 +43,4 @@ class BufferExhaustion : public armnn::Exception
} // namespace profiling
-} // namespace armnn \ No newline at end of file
+} // namespace armnn