aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/armnn/Profiling.cpp3
1 files changed, 2 insertions, 1 deletions
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);