Skip to content

Commit 8afab5a

Browse files
committed
fix(linux): Clarify Dhrystone is single-core scoring
Clarify Dhrystone is single-core score and fix grammar in the documentation. Signed-off-by: Sathishkumar S <s-sundararaju@ti.com>
1 parent 1ba9317 commit 8afab5a

1 file changed

Lines changed: 8 additions & 4 deletions

File tree

source/devices/AM62X/linux/Linux_Performance_Guide.rst

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -192,11 +192,15 @@ Dhrystone
192192
=========
193193

194194
Dhrystone is a core only benchmark that runs from warm L1 caches in all
195-
modern processors. It scales linearly with clock speed.
195+
modern processors. It scales linearly with clock speed. This is a single
196+
core score depending on the current cpu clock frequency. The total DMIPS
197+
for all cores is at best the number of cores multiplied by the single core
198+
score.
196199

197-
Please take note, different run may produce different slightly results.
198-
This is advised to run this test multiple times in order to get maximum
199-
performance numbers.
200+
201+
Please take note, different runs may produce slightly different results.
202+
It is advised to run this test multiple times in order to get maximum
203+
performance numbers or to average out the results from many trials.
200204

201205
Execute the benchmark with the following:
202206

0 commit comments

Comments
 (0)