IVGCVSW-4541 Modify Timeline Packet construction
authorKeith Davis <keith.davis@arm.com>
Thu, 5 Mar 2020 16:25:28 +0000 (16:25 +0000)
committerKeith Davis Arm <keith.davis@arm.com>
Mon, 9 Mar 2020 16:11:25 +0000 (16:11 +0000)
commit97da5e2e6c8aaaf4249af60e8305431315226f15
treec36f01055cbf0f9577bca95f64ca6de42c923a77
parent53d092d34c1e9924151d8d3a228c04620c1baf5c
IVGCVSW-4541 Modify Timeline Packet construction

 * Changed TimelinePacket encoding so that there is only one header for
   multiple timeline swtrace messages
 * Refactored function names to have more suitable description
 * Refactored CodeStyle to coincide with ArmNN coding standards
 * Refactored profiling test names to be descriptive
 * Refactored ErrorCode name to TimelineStatus
 * Updated existing unit tests

Signed-off-by: Keith Davis <keith.davis@arm.com>
Change-Id: I83bd4bb9e7393617bca97eba96a6e1388916e5b0
14 files changed:
include/armnn/profiling/ITimelineDecoder.hpp
src/armnn/test/RuntimeTests.cpp
src/profiling/ProfilingUtils.cpp
src/profiling/ProfilingUtils.hpp
src/profiling/SendTimelinePacket.cpp
src/profiling/SendTimelinePacket.hpp
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/TimelineDecoder.cpp
src/timelineDecoder/TimelineDecoder.hpp
src/timelineDecoder/tests/TimelineTests.cpp