aboutsummaryrefslogtreecommitdiff
path: root/applications
diff options
context:
space:
mode:
authorMåns Nilsson <mans.nilsson@arm.com>2022-09-26 08:42:10 +0200
committerMåns Nilsson <mans.nilsson@arm.com>2022-09-29 15:02:47 +0200
commit45a8a133da680f739f079e6c23eb0596802c9708 (patch)
treeae16e04c1cf85a959fe11c53be945b86a5ad138c /applications
parentdace45aab90a212b34ca1541251e45687ad2f3f4 (diff)
downloadethos-u-core-software-45a8a133da680f739f079e6c23eb0596802c9708.tar.gz
Profilers inherit MicroProfilerInterface instead of MicroProfiler
This will decrease current stack usage requirement and memory footprint. Change-Id: I8ac314238efcdf1622cdcafd479c6cc1a8580509
Diffstat (limited to 'applications')
-rw-r--r--applications/inference_process/src/inference_process.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/applications/inference_process/src/inference_process.cpp b/applications/inference_process/src/inference_process.cpp
index 0c47d1e..9d5b6e5 100644
--- a/applications/inference_process/src/inference_process.cpp
+++ b/applications/inference_process/src/inference_process.cpp
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2019-2022 Arm Limited. All rights reserved.
+ * SPDX-FileCopyrightText: Copyright 2019-2022 Arm Limited and/or its affiliates <open-source-office@arm.com>
*
* SPDX-License-Identifier: Apache-2.0
*
@@ -20,7 +20,6 @@
#include "tensorflow/lite/micro/cortex_m_generic/debug_log_callback.h"
#include "tensorflow/lite/micro/micro_error_reporter.h"
#include "tensorflow/lite/micro/micro_interpreter.h"
-#include "tensorflow/lite/micro/micro_profiler.h"
#include "tensorflow/lite/micro/micro_time.h"
#include "tensorflow/lite/schema/schema_generated.h"