aboutsummaryrefslogtreecommitdiff
path: root/src/armnn/test/JsonPrinterTests.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/armnn/test/JsonPrinterTests.cpp')
-rw-r--r--src/armnn/test/JsonPrinterTests.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/armnn/test/JsonPrinterTests.cpp b/src/armnn/test/JsonPrinterTests.cpp
index 18adfc258d..01078e3666 100644
--- a/src/armnn/test/JsonPrinterTests.cpp
+++ b/src/armnn/test/JsonPrinterTests.cpp
@@ -276,7 +276,7 @@ void SetupSoftmaxProfilerWithSpecifiedBackendsAndValidateJSONPrinterResult(
break;
case armnn::Compute::CpuAcc: backend = "Neon";
changeLine31 = ",\n\"NeonKernelTimer/: NEFillBorderKernel\": {";
- changeLine39 = R"(ms"
+ changeLine39 = R"(us"
},
"NeonKernelTimer/: NELogitsDMaxKernel": {
"raw": [
@@ -284,7 +284,7 @@ void SetupSoftmaxProfilerWithSpecifiedBackendsAndValidateJSONPrinterResult(
,
],
-"unit": "ms"
+"unit": "us"
},
"NeonKernelTimer/: NELogitsDSoftmaxKernel": {
"raw": [
@@ -292,7 +292,7 @@ void SetupSoftmaxProfilerWithSpecifiedBackendsAndValidateJSONPrinterResult(
,
],
-"unit": "ms")";
+"unit": "us")";
changeLine40 = R"(
},
"CopyMemGeneric_Execute": {