Minor improvement of inference profiling
authorDerek Lamberti <derek.lamberti@arm.com>
Fri, 19 Jun 2020 13:33:05 +0000 (14:33 +0100)
committerDerek Lamberti <derek.lamberti@arm.com>
Thu, 25 Jun 2020 10:36:51 +0000 (11:36 +0100)
commita08d29b815987e98e7f45519e6a55eee0f085e5f
treec098756dd4d067ad3500b6d89cae32a3f4299193
parentd5ba9aad6fa12345744d442ba0d865686ae3aea3
Minor improvement of inference profiling

* Start inference profiling at the actual beginning
* Add profiling events for EnqueueInputs and EnqueueOutputs
* Add profiling event for working memory allocation
* Refactor Execute body to remove code duplication
* forward arguments to constructors rather than copy

Change-Id: Iacab85f0a02e88e2423885f86f97e4dba4037319
Signed-off-by: Derek Lamberti <derek.lamberti@arm.com>
src/armnn/LoadedNetwork.cpp
src/armnn/LoadedNetwork.hpp
src/armnn/Profiling.hpp
src/armnn/Runtime.cpp