summaryrefslogtreecommitdiff
path: root/source
diff options
context:
space:
mode:
authorIsabella Gottardi <isabella.gottardi@arm.com>2021-07-20 12:39:02 +0100
committerIsabella Gottardi <isabella.gottardi@arm.com>2021-07-20 12:39:02 +0100
commit6fded05ade1b880c2b18dba594f39744c38eeb50 (patch)
treeedc4433a9ca79dc0e57ed58a225c903e8208089f /source
parentbe54c625bbec3b0c5927c772053951c06e336ae2 (diff)
downloadml-embedded-evaluation-kit-6fded05ade1b880c2b18dba594f39744c38eeb50.tar.gz
Change NPU Total report to uppercase
Change-Id: I803b1d4d8b4a19fa83c5c329760de2f7623b63fc
Diffstat (limited to 'source')
-rw-r--r--source/application/main/Profiler.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/application/main/Profiler.cc b/source/application/main/Profiler.cc
index d8a6fa3..5d2c23f 100644
--- a/source/application/main/Profiler.cc
+++ b/source/application/main/Profiler.cc
@@ -140,7 +140,7 @@ namespace app {
.max = 0
};
Statistics NPU_Total {
- .name = "NPU total",
+ .name = "NPU TOTAL",
.unit = "cycles",
.total = 0,
.avrg = 0.0,