aboutsummaryrefslogtreecommitdiff
path: root/src/profiling/ProfilingUtils.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/profiling/ProfilingUtils.hpp')
-rw-r--r--src/profiling/ProfilingUtils.hpp6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/profiling/ProfilingUtils.hpp b/src/profiling/ProfilingUtils.hpp
index fae1a83024..74fc437333 100644
--- a/src/profiling/ProfilingUtils.hpp
+++ b/src/profiling/ProfilingUtils.hpp
@@ -202,9 +202,11 @@ class BufferExhaustion : public armnn::Exception
using Exception::Exception;
};
-} // namespace profiling
+uint64_t GetTimestamp();
-} // namespace armnn
+} // namespace profiling
+
+} // namespace armnn
namespace std
{