From ab4b28eee1f302405ceabda9b0451256feed5954 Mon Sep 17 00:00:00 2001 From: Sadik Armagan Date: Fri, 13 Aug 2021 12:40:25 +0100 Subject: IVGCVSW-6291 'Issue parsing profiling layer details' * Initialized the new variable. Signed-off-by: Sadik Armagan Change-Id: I3d86d43455dd2df4246d76a2ac7cb49d8a48b786 --- src/armnn/Profiling.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/armnn/Profiling.cpp b/src/armnn/Profiling.cpp index b9afc8665a..8208fd9e0e 100644 --- a/src/armnn/Profiling.cpp +++ b/src/armnn/Profiling.cpp @@ -162,7 +162,8 @@ void ProfilerImpl::AnalyzeEventSequenceAndWriteResults(ItertType first, ItertTyp } ProfilerImpl::ProfilerImpl() - : m_ProfilingEnabled(false) + : m_ProfilingEnabled(false), + m_EnableDetailsToStdOut(false) { m_EventSequence.reserve(g_ProfilingEventCountHint); -- cgit v1.2.1