summaryrefslogtreecommitdiff
path: root/docs/use_cases/img_class.md
diff options
context:
space:
mode:
authoralexander <alexander.efremov@arm.com>2021-04-14 16:19:07 +0100
committeralexander <alexander.efremov@arm.com>2021-04-14 16:43:56 +0100
commitdc8f3c805126a64813663fd55e83f37c5324edb1 (patch)
tree3520fa475af54a1c44119bad2776a95a957cc295 /docs/use_cases/img_class.md
parent8df12f37531d57a10cba2f8b2e8b6a9065202dd5 (diff)
downloadml-embedded-evaluation-kit-dc8f3c805126a64813663fd55e83f37c5324edb1.tar.gz
MLECO-1886: fixed AXI related PMU counters, they show beats not cycle counts.
Updated profiling units and docs. Change-Id: Iaa2913d2bd6b10eb99a5059e12bb9fdaec188192
Diffstat (limited to 'docs/use_cases/img_class.md')
-rw-r--r--docs/use_cases/img_class.md12
1 files changed, 6 insertions, 6 deletions
diff --git a/docs/use_cases/img_class.md b/docs/use_cases/img_class.md
index b26b746..9ba6d8c 100644
--- a/docs/use_cases/img_class.md
+++ b/docs/use_cases/img_class.md
@@ -422,9 +422,9 @@ INFO - 2) 283 (12.757138) -> tiger cat
INFO - 3) 458 (7.021370) -> bow tie, bow-tie, bowtie
INFO - 4) 288 (7.021370) -> lynx, catamount
INFO - Profile for Inference:
-INFO - NPU AXI0_RD_DATA_BEAT_RECEIVED cycles: 2489726
-INFO - NPU AXI0_WR_DATA_BEAT_WRITTEN cycles: 1098726
-INFO - NPU AXI1_RD_DATA_BEAT_RECEIVED cycles: 471129
+INFO - NPU AXI0_RD_DATA_BEAT_RECEIVED beats: 2489726
+INFO - NPU AXI0_WR_DATA_BEAT_WRITTEN beats: 1098726
+INFO - NPU AXI1_RD_DATA_BEAT_RECEIVED beats: 471129
INFO - NPU ACTIVE cycles: 7489258
INFO - NPU IDLE cycles: 914
INFO - NPU total cycles: 7490172
@@ -445,12 +445,12 @@ The profiling section of the log shows that for this inference:
- 914 idle cycles: number of cycles for which the NPU was idle
- - 2,489,726 AXI0 read cycles: The number of cycles the NPU spends to execute AXI0 read transactions.
+ - 2,489,726 AXI0 read beats: The number of AXI beats with read transactions from AXI0 bus.
AXI0 is the bus where Ethos-U55 NPU reads and writes to the computation buffers (activation buf/tensor arenas).
- - 1,098,726 AXI0 write cycles: The number of cycles the NPU spends to execute AXI0 write transactions.
+ - 1,098,726 AXI0 write beats: The number of AXI beats with write transactions to AXI0 bus.
- - 471,129 AXI1 read cycles: The number of cycles the NPU spends to execute AXI1 read transactions.
+ - 471,129 AXI1 read beats: The number of AXI beats with read transactions from AXI1 bus.
AXI1 is the bus where Ethos-U55 NPU reads the model (read only)
- For FPGA platforms, CPU cycle count can also be enabled. For FVP, however, CPU cycle counters should not be used as