From 1892d210d089cfbf355b44e32feb40bcb283ffc3 Mon Sep 17 00:00:00 2001 From: Jim Flynn Date: Tue, 26 May 2020 21:10:49 +0100 Subject: IVGCVSW-4735 Add label GUID to timeline eventClass message Change-Id: Ie205d8146f5bb1920bf001b7623ead79e2ab9e48 Signed-off-by: Jim Flynn --- include/armnn/profiling/ISendTimelinePacket.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/armnn/profiling/ISendTimelinePacket.hpp') diff --git a/include/armnn/profiling/ISendTimelinePacket.hpp b/include/armnn/profiling/ISendTimelinePacket.hpp index a296223e1a..0eba33361a 100644 --- a/include/armnn/profiling/ISendTimelinePacket.hpp +++ b/include/armnn/profiling/ISendTimelinePacket.hpp @@ -41,7 +41,7 @@ public: SendTimelineEventBinaryPacket(uint64_t timestamp, std::thread::id threadId, uint64_t profilingGuid) = 0; /// Create and write a TimelineEventClassBinaryPacket from the parameters to the buffer. - virtual void SendTimelineEventClassBinaryPacket(uint64_t profilingGuid) = 0; + virtual void SendTimelineEventClassBinaryPacket(uint64_t profilingGuid, uint64_t nameGuid) = 0; /// Create and write a TimelineLabelBinaryPacket from the parameters to the buffer. virtual void SendTimelineLabelBinaryPacket(uint64_t profilingGuid, const std::string& label) = 0; -- cgit v1.2.1