IVGCVSW-4022 Create a DeclareLabel utility function
authorMatteo Martincigh <matteo.martincigh@arm.com>
Tue, 22 Oct 2019 10:07:45 +0000 (11:07 +0100)
committerMatteo Martincigh <matteo.martincigh@arm.com>
Fri, 25 Oct 2019 16:07:45 +0000 (16:07 +0000)
commit830101c2debac8b3f22c048fad603f34b76bdca1
treef398bcbd687503a79fcced3e34f0411f5864f94a
parent48623a0f6f4681ce0d9525b1587b7f96bfd58519
IVGCVSW-4022 Create a DeclareLabel utility function

 * Created new TimelineUtilityMethods class
 * Created the DeclareLabel utility methods inside the new class
 * Added unit tests

Change-Id: Ife0f7853a556d48206b76baeb3934344a990bee9
Signed-off-by: Matteo Martincigh <matteo.martincigh@arm.com>
Android.mk
CMakeLists.txt
src/profiling/ProfilingGuid.hpp
src/profiling/ProfilingGuidGenerator.hpp
src/profiling/TimelineUtilityMethods.cpp [new file with mode: 0644]
src/profiling/TimelineUtilityMethods.hpp [new file with mode: 0644]
src/profiling/test/TimelineUtilityMethodsTests.cpp [new file with mode: 0644]