summaryrefslogtreecommitdiff
path: root/source
diff options
context:
space:
mode:
authorIsabella Gottardi <isabella.gottardi@arm.com>2022-01-21 15:27:13 +0000
committerIsabella Gottardi <isabella.gottardi@arm.com>2022-02-02 13:51:27 +0000
commitc64f506a848ed15d8fb041e4d818a3f92ebe0df8 (patch)
treecf582e3e3b9e06899b972a69a8d6ff27eb8d869f /source
parent06fcf7502b5c9b0e30ac06acfa25aa914d936500 (diff)
downloadml-embedded-evaluation-kit-c64f506a848ed15d8fb041e4d818a3f92ebe0df8.tar.gz
MLECO-2855: Move profiling outside application/main
Change-Id: I182bfa55b5ae743d6f0b9f5c766b746202a7968d Signed-off-by: Isabella Gottardi <isabella.gottardi@arm.com>
Diffstat (limited to 'source')
-rw-r--r--source/application/profiler/Profiler.cc (renamed from source/application/main/Profiler.cc)2
-rw-r--r--source/application/profiler/include/Profiler.hpp (renamed from source/application/main/include/Profiler.hpp)2
2 files changed, 2 insertions, 2 deletions
diff --git a/source/application/main/Profiler.cc b/source/application/profiler/Profiler.cc
index fe3aeaf..c2b8f2a 100644
--- a/source/application/main/Profiler.cc
+++ b/source/application/profiler/Profiler.cc
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2021 Arm Limited. All rights reserved.
+ * Copyright (c) 2022 Arm Limited. All rights reserved.
* SPDX-License-Identifier: Apache-2.0
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/source/application/main/include/Profiler.hpp b/source/application/profiler/include/Profiler.hpp
index d1b6d91..503d805 100644
--- a/source/application/main/include/Profiler.hpp
+++ b/source/application/profiler/include/Profiler.hpp
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2021 Arm Limited. All rights reserved.
+ * Copyright (c) 2022 Arm Limited. All rights reserved.
* SPDX-License-Identifier: Apache-2.0
*
* Licensed under the Apache License, Version 2.0 (the "License");