summaryrefslogtreecommitdiff
path: root/BenchmarkFramework/Readme.txt
diff options
context:
space:
mode:
Diffstat (limited to 'BenchmarkFramework/Readme.txt')
-rw-r--r--BenchmarkFramework/Readme.txt13
1 files changed, 8 insertions, 5 deletions
diff --git a/BenchmarkFramework/Readme.txt b/BenchmarkFramework/Readme.txt
index 4fb14b1..241df5f 100644
--- a/BenchmarkFramework/Readme.txt
+++ b/BenchmarkFramework/Readme.txt
@@ -14,23 +14,26 @@ This file includes a little info about "benchmarkframework" application.
- "Linaro-Libc-Bench" // This benchmark is integrated as executable file related to task: https://projects.linaro.org/browse/LMG-1420
// Source code: git://android-git.linaro.org/platform/external/libc-bench
-- "Linaro-StringBench" //This benchmark is integrated as executable file related to task: https://projects.linaro.org/browse/LMG-1420
+- "Linaro-StringBench" // This benchmark is integrated as executable file related to task: https://projects.linaro.org/browse/LMG-1420
// Source code: git://android-git.linaro.org/platform/external/stringbench
-- "Linaro-Harness" //This benchmark is integrated as executable file related to task: https://projects.linaro.org/browse/LMG-1420
+- "Linaro-Harness" // This benchmark is integrated as executable file related to task: https://projects.linaro.org/browse/LMG-1420
// Source code: git://android-git.linaro.org/platform/external/stringbench
-- "Linaro-Dhrystone" //This benchmark is integrated as executable file related to task: https://projects.linaro.org/browse/LMG-1420
+- "Linaro-Dhrystone" // This benchmark is integrated as executable file related to task: https://projects.linaro.org/browse/LMG-1420
// Source code: git://android-git.linaro.org/platform/external/stringbench
+- "Iozone" // This benchmark is integrated as executable file related to task: https://projects.linaro.org/browse/LMG-1420
+ // Source code: http://www.iozone.org/
+ // Version: Iozone3_465
3)Functionality:
- 3.1) Select single test and run it pressing [RUN TEST] button. After test is finished results are displayed. If you want to save them press [SAVE] button.
+ 3.1) Select one or more tests and run them by pressing [RUN TEST] button. After all selected tests are finished the results for them will be saved automaticaly.
3.2) Pressing [RUN AUTO] button starts all 6 tests one by one in row. After all tests are finished the results for them will be saved automaticaly.
3.3) Pressing [i] button give some help about the usage.
-
+ 3.4) [SAVE] button save result shown on UI (display) to text file (Not needed anymore and will be removed in future)
4)Notes: The started test cannot be stopped for now (No "Cancel" button on ProgressDialog) so wait until test is finished. The most time consumer test is "Linaro-StringBench".