Adding more performance metrics
authoralered01 <Alex.Redshaw@arm.com>
Thu, 7 May 2020 13:58:29 +0000 (14:58 +0100)
committerAlex Redshaw <Alex.Redshaw@arm.com>
Fri, 22 May 2020 11:05:07 +0000 (11:05 +0000)
commita7227ac8fa45c9ea0da0e1ed66bb0c551c61095b
treeb0d1af7bed0e1d2de1bb7f2e64b67c56d43c10dc
parent985ef1f2baf052a4d845b4fc7b6019ee7cd5e846
Adding more performance metrics

* Implemented CLTuning flow for ExecuteNetwork tests
  * Added --tuning-path to specify tuning file to use/create
  * Added --tuning-level to specify tuning level to use as well as enable extra tuning run to generate the tuning file
* Fixed issue where TuningLevel was being parsed incorrectly
* Added measurements for initialization, network parsing, network optimization, tuning, and shutdown
* Added flag to control number of iterations inference is run for

Signed-off-by: alered01 <Alex.Redshaw@arm.com>
Change-Id: Ic739ff26e136e32aff9f0995217c1c3207008ca4
include/armnn/utility/Timer.hpp [new file with mode: 0644]
src/armnn/Runtime.cpp
src/backends/cl/ClBackendContext.cpp
tests/ExecuteNetwork/ExecuteNetwork.cpp
tests/InferenceModel.hpp
tests/NetworkExecutionUtils/NetworkExecutionUtils.hpp