Difference between revisions of "Android Benchmarks"
From eLinux.org
(Created page with "There are a number of useful benchmarks, for testing the performance of different things in an Android system. Here are some available from the Android market: == 0xbench == * ...") |
(→Quadrant: add info about quadrant benchmarks) |
||
| Line 11: | Line 11: | ||
== Quadrant == | == Quadrant == | ||
| + | * [https://market.android.com/details?id=com.aurorasoftworks.quadrant.ui.standard Quadrant Standard edition, in Android Market] | ||
| + | ** CPU, I/O and 3D graphics benchmark | ||
| + | *** CPU - arithmetic operations, XML parsing, multimedia decoding | ||
| + | *** Memory throughput | ||
| + | *** I/O - filesystem access and database operations | ||
| + | *** 2D graphics | ||
| + | *** 3D graphics - OpenGL single-pass and multi-pass rendering with stencil buffers | ||
| + | ** Standard edition is free, and not for commercial use | ||
| + | ** Produced by [http://www.aurorasoftworks.com Aurora Softworks] | ||
| + | |||
| + | * [http://slideme.org/applications?text=quadrant Quadrant Advanced and Professional Editions] | ||
| + | ** These editions are available on SlideME | ||
| + | ** Note sure what the difference is | ||
| + | |||
| + | Some people have posted benchmark scores from their devices here: | ||
| + | http://androidforums.com/samsung-vibrant/139183-post-your-quadrant-benchmark-scores.html | ||
== Command Line benchmarks == | == Command Line benchmarks == | ||
Revision as of 18:30, 27 April 2011
There are a number of useful benchmarks, for testing the performance of different things in an Android system.
Here are some available from the Android market:
0xbench
- Has several built-in benchmarks, such as Linpack, Scimark2, and LibMicro
- Project page at: http://code.google.com/p/0xbench
- Is available in Android Market
- Some tests require root privileges
Quadrant
- Quadrant Standard edition, in Android Market
- CPU, I/O and 3D graphics benchmark
- CPU - arithmetic operations, XML parsing, multimedia decoding
- Memory throughput
- I/O - filesystem access and database operations
- 2D graphics
- 3D graphics - OpenGL single-pass and multi-pass rendering with stencil buffers
- Standard edition is free, and not for commercial use
- Produced by Aurora Softworks
- CPU, I/O and 3D graphics benchmark
- Quadrant Advanced and Professional Editions
- These editions are available on SlideME
- Note sure what the difference is
Some people have posted benchmark scores from their devices here: http://androidforums.com/samsung-vibrant/139183-post-your-quadrant-benchmark-scores.html
Command Line benchmarks
- iozone -
- ex: to test filesystem I/Os using a l 1MB file, using 4KB record size , without fflush & with fsync 1
iozone -i 0 -i 1 -i 2 -i 4 -i 6 -i 7 -s 1024k