IVGCVSW-4735 Add label GUID to timeline eventClass message
authorJim Flynn <jim.flynn@arm.com>
Tue, 26 May 2020 20:10:49 +0000 (21:10 +0100)
committerJim Flynn <jim.flynn@arm.com>
Wed, 27 May 2020 15:05:25 +0000 (15:05 +0000)
commit1892d210d089cfbf355b44e32feb40bcb283ffc3
tree28e53f6b63443b89cf6198f2e94af353d43e3aa6
parent83fcf988cc1d5c9254a19258d6d67362c04bbaf4
IVGCVSW-4735 Add label GUID to timeline eventClass message

Change-Id: Ie205d8146f5bb1920bf001b7623ead79e2ab9e48
Signed-off-by: Jim Flynn <jim.flynn@arm.com>
16 files changed:
include/armnn/profiling/ISendTimelinePacket.hpp
include/armnn/profiling/ITimelineDecoder.hpp
src/profiling/LabelsAndEventClasses.cpp
src/profiling/LabelsAndEventClasses.hpp
src/profiling/ProfilingUtils.cpp
src/profiling/ProfilingUtils.hpp
src/profiling/SendTimelinePacket.cpp
src/profiling/SendTimelinePacket.hpp
src/profiling/TimelineUtilityMethods.cpp
src/profiling/test/ProfilingTestUtils.cpp
src/profiling/test/ProfilingTestUtils.hpp
src/profiling/test/SendTimelinePacketTests.cpp
src/profiling/test/TimelinePacketTests.cpp
src/profiling/test/TimelineUtilityMethodsTests.cpp
src/timelineDecoder/TimelineCaptureCommandHandler.cpp
src/timelineDecoder/tests/TimelineTests.cpp