aboutsummaryrefslogtreecommitdiff
path: root/src/armnn/test
diff options
context:
space:
mode:
authorNina Drozd <nina.drozd@arm.com>2018-09-21 18:42:09 +0100
committerMatthew Bentham <matthew.bentham@arm.com>2018-10-10 16:16:57 +0100
commit69851b525b9040ee7bf4b796efe74d473bc4e321 (patch)
tree1a3b0ae764a6bc4c4249c69df198fef3bb92c833 /src/armnn/test
parente448be3ac55897a3eabe85962891f8414f8e3cf9 (diff)
downloadarmnn-69851b525b9040ee7bf4b796efe74d473bc4e321.tar.gz
IVGCVSW-1821 - update NEON workload utils to use timers in correct order, updated units used in NeonTimer
Change-Id: I593af42bd2930dd9d147354b706087e3ac260fe9
Diffstat (limited to 'src/armnn/test')
-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": {