IVGCVSW-5301 Remove all boost::numeric_cast from armnn/src/profiling
authorMatthew Sloyan <matthew.sloyan@arm.com>
Fri, 11 Sep 2020 09:14:57 +0000 (10:14 +0100)
committerMatthew Sloyan <matthew.sloyan@arm.com>
Tue, 29 Sep 2020 08:01:57 +0000 (08:01 +0000)
commit371b70e39390618cbd791b441adcf3923964b8df
treeb869b0b3e5064e9c5abab8a02b111a497a6326d2
parent1f0e2f9dbf14a719aef09649b19a656a6b03c7ce
IVGCVSW-5301 Remove all boost::numeric_cast from armnn/src/profiling

 * Replaced with armnn/utility/NumericCast.hpp

Signed-off-by: Matthew Sloyan <matthew.sloyan@arm.com>
Change-Id: I14e89c00cd1dd607315113d5b8ca56c2e9f6c363
18 files changed:
src/profiling/FileOnlyProfilingConnection.cpp
src/profiling/ICounterDirectory.hpp
src/profiling/PeriodicCounterSelectionCommandHandler.cpp
src/profiling/ProfilingConnectionDumpToFileDecorator.cpp
src/profiling/ProfilingService.cpp
src/profiling/ProfilingUtils.cpp
src/profiling/ProfilingUtils.hpp
src/profiling/SendCounterPacket.cpp
src/profiling/SendThread.cpp
src/profiling/test/FileOnlyProfilingDecoratorTests.cpp
src/profiling/test/ProfilingConnectionDumpToFileDecoratorTests.cpp
src/profiling/test/ProfilingMocks.hpp
src/profiling/test/ProfilingTestUtils.cpp
src/profiling/test/ProfilingTests.cpp
src/profiling/test/RequestCountersPacketHandler.cpp
src/profiling/test/SendCounterPacketTests.cpp
src/profiling/test/SendCounterPacketTests.hpp
src/profiling/test/TimelinePacketTests.cpp