IVGCVSW-2928 Fix issue with GPU profiling
authorMatthew Bentham <matthew.bentham@arm.com>
Tue, 9 Apr 2019 12:10:46 +0000 (13:10 +0100)
committerMatteo Martincigh <matteo.martincigh@arm.com>
Mon, 15 Apr 2019 15:29:37 +0000 (15:29 +0000)
commit3e68b97946bfee3c89ec2d4363a22550a10b2e55
treed7d9be27aff46a18ac9442092d908223f435dcd7
parent200e38039cf2cef21ae9ba6f86fab6fd524e5077
IVGCVSW-2928 Fix issue with GPU profiling

Correctly enable GPU profiling when test profiling is enabled.

Remove extra copy of the profiling-enabled flag from InferenceModel::Params
and correctly pass around the copy that is in InferenceTestOptions.

!referencetests:180329

Change-Id: I0daa1bab2e7068fc479bf417a553183b1d922166
Signed-off-by: Matthew Bentham <matthew.bentham@arm.com>
tests/CaffeYolo-Armnn/CaffeYolo-Armnn.cpp
tests/ExecuteNetwork/ExecuteNetwork.cpp
tests/InferenceModel.hpp
tests/InferenceTest.cpp
tests/InferenceTest.hpp
tests/InferenceTest.inl
tests/MobileNetSsdInferenceTest.hpp
tests/TfLiteMobileNetSsd-Armnn/TfLiteMobileNetSsd-Armnn.cpp
tests/YoloInferenceTest.hpp