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/test/ProfilingTestUtils.hpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/profiling/test/ProfilingTestUtils.hpp') diff --git a/src/profiling/test/ProfilingTestUtils.hpp b/src/profiling/test/ProfilingTestUtils.hpp index 7e4f399eba..2e7daabda7 100644 --- a/src/profiling/test/ProfilingTestUtils.hpp +++ b/src/profiling/test/ProfilingTestUtils.hpp @@ -33,6 +33,7 @@ void VerifyTimelineLabelBinaryPacketData(Optional guid, unsigned int& offset); void VerifyTimelineEventClassBinaryPacketData(ProfilingGuid guid, + ProfilingGuid nameGuid, const unsigned char* readableData, unsigned int& offset); -- cgit v1.2.1