aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorNikhil Raj <nikhil.raj@arm.com>2024-04-02 14:35:34 +0100
committerNikhil Raj <nikhil.raj@arm.com>2024-04-09 16:30:29 +0100
commit02d4046a0fa6c3a335adf1fc305c1b6a96a0907e (patch)
tree80c6c8694b82f01020bee586d47d0b75a092d19c /src
parentc6953e5b337fec9524b5492fbb197937de4e1224 (diff)
downloadarmnn-02d4046a0fa6c3a335adf1fc305c1b6a96a0907e.tar.gz
IVGCVSW-8298 Fix failing fsrcnn test
Change-Id: I03c26ab763ec306a6efe31f9b4e0b1c058589bf7 Signed-off-by: Nikhil Raj <nikhil.raj@arm.com>
Diffstat (limited to 'src')
-rw-r--r--src/armnn/Profiling.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/armnn/Profiling.cpp b/src/armnn/Profiling.cpp
index 78afb05611..c221106e34 100644
--- a/src/armnn/Profiling.cpp
+++ b/src/armnn/Profiling.cpp
@@ -486,12 +486,7 @@ void ProfilerImpl::Print(std::ostream& outStream) const
outStream.flags(oldFlags);
outStream.precision(oldPrecision);
- if (m_DetailsToStdOutMethod == ProfilingDetailsMethod::DetailsOnly)
- {
- exit(0);
- }
}
-
void ProfilerImpl::AnalyzeEventsAndWriteResults(std::ostream& outStream) const
{
// Stack should be empty now.