IVGCVSW-4595 Add IFileOnlyPacketHandlers to file only profiling connection
authorJim Flynn <jim.flynn@arm.com>
Sun, 29 Mar 2020 16:48:26 +0000 (17:48 +0100)
committerfinn.williams <finn.williams@arm.com>
Mon, 27 Apr 2020 16:38:55 +0000 (16:38 +0000)
commit4e755a50e35a1f5ac1b011dc4baf89e6d97f116e
tree9660dba96819145e4f1bfe34e4482dca211ffc26
parent303980c502c721f13d65e7087be6c0758df65044
IVGCVSW-4595 Add IFileOnlyPacketHandlers to file only profiling connection

Change-Id: Ib49a8cbbf323da4109cdab9750e6c4d276e484b7
Signed-off-by: Jim Flynn <jim.flynn@arm.com>
21 files changed:
Android.mk
CMakeLists.txt
include/armnn/IRuntime.hpp
include/armnn/profiling/ILocalPacketHandler.hpp [new file with mode: 0644]
include/armnn/profiling/ITimelineDecoder.hpp
profiling/common/include/ProfilingException.hpp [new file with mode: 0644]
src/profiling/FileOnlyProfilingConnection.cpp
src/profiling/FileOnlyProfilingConnection.hpp
src/profiling/IProfilingConnection.hpp
src/profiling/NullProfilingConnection.hpp [new file with mode: 0644]
src/profiling/ProfilingConnectionFactory.cpp
src/profiling/ProfilingService.hpp
src/profiling/ProfilingUtils.cpp
src/profiling/ProfilingUtils.hpp
src/profiling/test/FileOnlyProfilingDecoratorTests.cpp
src/profiling/test/PrintPacketHeaderHandler.cpp [new file with mode: 0644]
src/profiling/test/PrintPacketHeaderHandler.hpp [new file with mode: 0644]
src/profiling/test/TestTimelinePacketHandler.cpp [new file with mode: 0644]
src/profiling/test/TestTimelinePacketHandler.hpp [new file with mode: 0644]
src/profiling/test/TimelineModel.cpp [new file with mode: 0644]
src/profiling/test/TimelineModel.hpp [new file with mode: 0644]