summaryrefslogtreecommitdiff
path: root/BenchmarkFramework/Readme.txt
blob: 4fb14b18d377de8351d8ebbfb1096b16560d3b54 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
***************************************************************************
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 6 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

- "RandMem"			// 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

- "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
				// 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
				// 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
				// Source code: git://android-git.linaro.org/platform/external/stringbench



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.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.



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".
	 If there are some issues use logcat for more info.