summaryrefslogtreecommitdiff
path: root/BenchmarkFramework/Readme.txt
diff options
context:
space:
mode:
Diffstat (limited to 'BenchmarkFramework/Readme.txt')
-rw-r--r--BenchmarkFramework/Readme.txt23
1 files changed, 18 insertions, 5 deletions
diff --git a/BenchmarkFramework/Readme.txt b/BenchmarkFramework/Readme.txt
index 216aabb..e95269d 100644
--- a/BenchmarkFramework/Readme.txt
+++ b/BenchmarkFramework/Readme.txt
@@ -5,7 +5,7 @@ This file includes a little info about "benchmarkframework" application.
1) The main target of the application is to run different benchmark tests integrated inside the app and written on (JAVA/C/C++)
-2) There are 15 tests integrated for now:
+2) There are 25 tests integrated for now:
- "MemSpeed" // This benchmark is integrated as *so library and will be remove if not needed. Source code: http://www.roylongbottom.org.uk/android%20benchmarks.htm#anchor17
@@ -38,7 +38,20 @@ This file includes a little info about "benchmarkframework" application.
- "Jit-out(ART)"
- "Math(ART)"
- "Micro(ART)"
-- "Stanford(ART)"
+- "Stanford(ART)"
+
+- "DrawArc(GPU)" //Source code: https://android-git.linaro.org/gitweb/platform/packages/apps/0xbench.git
+- "DrawCircle2(GPU)"
+- "DrawImage(GPU)"
+- "DrawRect(GPU)"
+- "DrawText(GPU)"
+- "DrawCircle(GPU)"
+- "Kubench(GPU)"
+- "Nehe08(GPU)"
+- "Nehe16(GPU)"
+- "TeapotES(GPU)"
+
+
3)Functionality:
@@ -46,15 +59,15 @@ This file includes a little info about "benchmarkframework" application.
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 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)
- 3.5) Application "Settting"
+ 3.4) [CHART] button create chart for executed tests
+ 3.5) Application "Setting"
3.5.1) allow to select how many times tests will run (multiple times running)
3.5.2) allow to clear all data saved
3.5.3) allow to select file format for saving data ("txt" or "html")
3.5.4) show device and application information
3.6) Long press on results textview (area bellow buttons) shows listview with all saved files. Pressing on a file open file in HTMLViewer. Long press on a file allow file deletion
3.7) There is repeat test indicator in the main activity (red textview with digit inside)
- 3.8) Posibitily of canceling running tests
+ 3.8) Possibility of canceling running tests
3.9) [HIDE/SHOW DISPLAY] button hide/show display with results