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 --- src/profiling/SendTimelinePacket.cpp | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src/profiling/SendTimelinePacket.cpp') diff --git a/src/profiling/SendTimelinePacket.cpp b/src/profiling/SendTimelinePacket.cpp index db8a633468..b749b5dc72 100644 --- a/src/profiling/SendTimelinePacket.cpp +++ b/src/profiling/SendTimelinePacket.cpp @@ -94,10 +94,11 @@ void SendTimelinePacket::SendTimelineEventBinaryPacket(uint64_t timestamp, profilingGuid); } -void SendTimelinePacket::SendTimelineEventClassBinaryPacket(uint64_t profilingGuid) +void SendTimelinePacket::SendTimelineEventClassBinaryPacket(uint64_t profilingGuid, uint64_t nameGuid) { ForwardWriteBinaryFunction(WriteTimelineEventClassBinary, - profilingGuid); + profilingGuid, + nameGuid); } void SendTimelinePacket::SendTimelineLabelBinaryPacket(uint64_t profilingGuid, const std::string& label) -- cgit v1.2.1