1
0
mirror of https://github.com/ARM-software/workload-automation.git synced 2025-10-29 22:24:51 +00:00

doc/show_cmd: Reword description and add settings option

This commit is contained in:
Marc Bonnici
2018-05-15 10:17:17 +01:00
committed by setrofim
parent 9986423365
commit 52b2df427e
2 changed files with 8 additions and 6 deletions

View File

@@ -31,7 +31,7 @@ class BenchmarkPi(ApkUiautoWorkload):
from the website:
The whole idea behind this application is to use the same Pi calculation
algorithm on every Android Device and check how fast that proccess is.
algorithm on every Android Device and check how fast that process is.
Better calculation times, conclude to faster Android devices. This way you
can also check how lightweight your custom made Android build is. Or not.
@@ -39,7 +39,7 @@ class BenchmarkPi(ApkUiautoWorkload):
number, but an approximation near the first digits of Pi over the same
calculation circles the algorithms needs.
So, the number you are getting in miliseconds is the time your mobile device
So, the number you are getting in milliseconds is the time your mobile device
takes to run and complete the Pi calculation algorithm resulting in a
approximation of the first Pi digits.
"""