From eac4adb5bf493ba7d1b00ef6ecd6b56a42ea3f3d Mon Sep 17 00:00:00 2001 From: Derek Lamberti Date: Tue, 25 Aug 2020 13:05:59 +0100 Subject: Export Armnn cmake Change-Id: I3c317e835aba5feafda240393ca26b6aebe8d655 Signed-off-by: Derek Lamberti --- src/profiling/backends/BackendProfiling.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/profiling/backends/BackendProfiling.cpp') diff --git a/src/profiling/backends/BackendProfiling.cpp b/src/profiling/backends/BackendProfiling.cpp index 4e6de93062..135174b478 100644 --- a/src/profiling/backends/BackendProfiling.cpp +++ b/src/profiling/backends/BackendProfiling.cpp @@ -32,7 +32,7 @@ IProfilingGuidGenerator& BackendProfiling::GetProfilingGuidGenerator() void BackendProfiling::ReportCounters(const std::vector& timestamps) { - for (const auto timestampInfo : timestamps) + for (const auto& timestampInfo : timestamps) { std::vector backendCounterValues = timestampInfo.counterValues; for_each(backendCounterValues.begin(), backendCounterValues.end(), [&](CounterValue& backendCounterValue) -- cgit v1.2.1