Change NPU Total report to uppercase

Change-Id: I803b1d4d8b4a19fa83c5c329760de2f7623b63fc
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 @@
                     .max = 0
             };
             Statistics NPU_Total {
-                    .name = "NPU total",
+                    .name = "NPU TOTAL",
                     .unit = "cycles",
                     .total = 0,
                     .avrg = 0.0,