IVGCVSW-5095 Make timeline report the Linux Thread ID not the pthread ID
authorJim Flynn <jim.flynn@arm.com>
Thu, 9 Jul 2020 06:28:37 +0000 (07:28 +0100)
committerJim Flynn <jim.flynn@arm.com>
Thu, 9 Jul 2020 12:48:46 +0000 (13:48 +0100)
commit1fdeb99ca83bac83e0cacb332880e2e62dd22198
tree76aa91baf9d3b7306b2fa15e1a50dc0bbfe3af26
parent86953ed331027bd557a80d782d5ee99298de35c4
IVGCVSW-5095 Make timeline report the Linux Thread ID not the pthread ID

Change-Id: Id69519fd9ef57716de4e389ed4156710a904c701
Signed-off-by: Jim Flynn <jim.flynn@arm.com>
16 files changed:
Android.mk
CMakeLists.txt
include/armnn/profiling/ISendTimelinePacket.hpp
src/armnnUtils/Threads.cpp [new file with mode: 0644]
src/armnnUtils/Threads.hpp [new file with mode: 0644]
src/profiling/ProfilingUtils.cpp
src/profiling/ProfilingUtils.hpp
src/profiling/SendTimelinePacket.cpp
src/profiling/SendTimelinePacket.hpp
src/profiling/TimelineUtilityMethods.cpp
src/profiling/test/ProfilingTestUtils.cpp
src/profiling/test/ProfilingTestUtils.hpp
src/profiling/test/SendTimelinePacketTests.cpp
src/profiling/test/TimelinePacketTests.cpp
src/timelineDecoder/tests/TimelineTests.cpp
tests/profiling/gatordmock/tests/GatordMockTests.cpp