IVGCVSW-3674 Create basic ProfileService class
authorKeith Davis <keith.davis@arm.com>
Mon, 26 Aug 2019 17:28:17 +0000 (18:28 +0100)
committerJim Flynn Arm <jim.flynn@arm.com>
Thu, 5 Sep 2019 16:18:42 +0000 (16:18 +0000)
commit02356de9da5d5480b4b9b413d1b6b33daf7ab717
tree5ea3b7c7170f34ef5166c50291e213aec6204440
parent0696569fbfb76b485624de24462aaf10d84f415d
IVGCVSW-3674 Create basic ProfileService class

Signed-off-by: Keith Davis <keith.davis@arm.com>
Change-Id: I5bed5196c256883fb704fe14b60bb8f7a77cc9df
CMakeLists.txt
src/profiling/ProfilingService.cpp [new file with mode: 0644]
src/profiling/ProfilingService.hpp [new file with mode: 0644]
src/profiling/test/ProfilingTests.cpp