From 102cdbd76edcd033a2f1c35f4d6853f881bcc1b4 Mon Sep 17 00:00:00 2001 From: Matteo Martincigh Date: Mon, 28 Oct 2019 11:42:50 +0000 Subject: 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 Change-Id: Id8ec0d0eb6861feb8b61731e656d1571effc904a --- src/profiling/TimelineUtilityMethods.hpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/profiling/TimelineUtilityMethods.hpp') 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: -- cgit v1.2.1