IVGCVSW-3903 Create Counter Stream Buffer
authorNarumol Prangnawarat <narumol.prangnawarat@arm.com>
Fri, 27 Sep 2019 17:00:11 +0000 (18:00 +0100)
committerMatteo Martincigh <matteo.martincigh@arm.com>
Mon, 30 Sep 2019 14:00:10 +0000 (14:00 +0000)
commit7be47efac07b6276f02a17cb486f9061a426a837
treeb63cc8dddef79b6540c9b2abae03055bf85bb685
parentaab82c5ebc5b65f5f5f657d7bee6bd60f106d3b9
IVGCVSW-3903 Create Counter Stream Buffer

 * Add implementation of PacketBuffer
 * Add implementation of BufferManager
 * Unit tests

Signed-off-by: Narumol Prangnawarat <narumol.prangnawarat@arm.com>
Change-Id: Icca3807149ff5a8ed31cc87de73c50b95bca39d4
CMakeLists.txt
src/profiling/BufferManager.cpp [new file with mode: 0644]
src/profiling/BufferManager.hpp [new file with mode: 0644]
src/profiling/PacketBuffer.cpp [new file with mode: 0644]
src/profiling/PacketBuffer.hpp [new file with mode: 0644]
src/profiling/test/BufferTests.cpp [new file with mode: 0644]
src/profiling/test/SendCounterPacketTests.hpp