aboutsummaryrefslogtreecommitdiff
path: root/src/profiling/TimelineUtilityMethods.hpp
diff options
context:
space:
mode:
authorMatteo Martincigh <matteo.martincigh@arm.com>2019-10-28 15:24:34 +0000
committerMatteo Martincigh <matteo.martincigh@arm.com>2019-10-30 09:55:44 +0000
commitc04019985db1ee44c71834892ad17365185a3f8d (patch)
tree88c14371ea35118b5c0bd4d4b9f6b8c01d107840 /src/profiling/TimelineUtilityMethods.hpp
parent4d52775062995550b780040d7b79b827264b2175 (diff)
downloadarmnn-c04019985db1ee44c71834892ad17365185a3f8d.tar.gz
IVGCVSW-4035 Add a CreateTypedLabel function
* Create new utility function in the TimelineUtilityMethods class * Added unit tests Signed-off-by: Matteo Martincigh <matteo.martincigh@arm.com> Change-Id: I63704b94d5cc6861e4e160de2aae4ae497699dd2
Diffstat (limited to 'src/profiling/TimelineUtilityMethods.hpp')
-rw-r--r--src/profiling/TimelineUtilityMethods.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/profiling/TimelineUtilityMethods.hpp b/src/profiling/TimelineUtilityMethods.hpp
index f3e925e3dc..63e5c40ae2 100644
--- a/src/profiling/TimelineUtilityMethods.hpp
+++ b/src/profiling/TimelineUtilityMethods.hpp
@@ -25,6 +25,7 @@ public:
void SendWellKnownLabelsAndEventClasses();
ProfilingStaticGuid DeclareLabel(const std::string& labelName);
+ void CreateTypedLabel(ProfilingGuid entityGuid, const std::string& entityName, ProfilingStaticGuid labelTypeGuid);
private:
ISendTimelinePacket& m_SendTimelinePacket;