aboutsummaryrefslogtreecommitdiff
path: root/src/profiling/TimelineUtilityMethods.hpp
diff options
context:
space:
mode:
authorMatteo Martincigh <matteo.martincigh@arm.com>2019-10-28 11:42:50 +0000
committerMatteo Martincigh <matteo.martincigh@arm.com>2019-10-28 16:29:54 +0000
commit102cdbd76edcd033a2f1c35f4d6853f881bcc1b4 (patch)
treefba9ede2bd9800de1687c53e3fbc9aaf7958f396 /src/profiling/TimelineUtilityMethods.hpp
parentab84575629b4836ce592ea77831225ce5bbe676f (diff)
downloadarmnn-102cdbd76edcd033a2f1c35f4d6853f881bcc1b4.tar.gz
IVGCVSW-4033 Provide a utility method to send the 'well known'
labels and event classes * Added utility method SendWellKnownLabelsAndEventClasses * Added unit tests Signed-off-by: Matteo Martincigh <matteo.martincigh@arm.com> Change-Id: Id8ec0d0eb6861feb8b61731e656d1571effc904a
Diffstat (limited to 'src/profiling/TimelineUtilityMethods.hpp')
-rw-r--r--src/profiling/TimelineUtilityMethods.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/profiling/TimelineUtilityMethods.hpp b/src/profiling/TimelineUtilityMethods.hpp
index 22727c8b9a..f3e925e3dc 100644
--- a/src/profiling/TimelineUtilityMethods.hpp
+++ b/src/profiling/TimelineUtilityMethods.hpp
@@ -22,6 +22,8 @@ public:
{}
~TimelineUtilityMethods() = default;
+ void SendWellKnownLabelsAndEventClasses();
+
ProfilingStaticGuid DeclareLabel(const std::string& labelName);
private: