IVGCVSW-3950 Create SendTimelinePacket interface and class
authorSadik Armagan <sadik.armagan@arm.com>
Thu, 24 Oct 2019 09:26:05 +0000 (10:26 +0100)
committerJim Flynn Arm <jim.flynn@arm.com>
Thu, 24 Oct 2019 10:06:40 +0000 (10:06 +0000)
commit7bbdf9db051f40377a284a28375816e60349376d
treedc7d8442cecb2f23ca2f93c8535316ed5207be69
parenta87698211b6aaab38424865d200534d96f55dcf2
IVGCVSW-3950 Create SendTimelinePacket interface and class

* Implemented ISendTimelinePacket interface and its implementation SendTimelinePacket
* Implemented TimelinePacketWriterFactory
* Implemented unit tests for SendTimelinePacket functions

Signed-off-by: Sadik Armagan <sadik.armagan@arm.com>
Change-Id: I0a47586437f99510394d4d94589dccfb397d38e5
13 files changed:
CMakeLists.txt
src/profiling/IBufferManager.hpp
src/profiling/ISendTimelinePacket.hpp [new file with mode: 0644]
src/profiling/ProfilingUtils.cpp
src/profiling/ProfilingUtils.hpp
src/profiling/SendCounterPacket.cpp
src/profiling/SendCounterPacket.hpp
src/profiling/SendTimelinePacket.cpp [new file with mode: 0644]
src/profiling/SendTimelinePacket.hpp [new file with mode: 0644]
src/profiling/TimelinePacketWriterFactory.cpp [new file with mode: 0644]
src/profiling/TimelinePacketWriterFactory.hpp [new file with mode: 0644]
src/profiling/test/SendCounterPacketTests.cpp
src/profiling/test/SendTimelinePacketTests.cpp [new file with mode: 0644]