GitXplorerGitXplorer
p

android_java_benchs

public
1 stars
0 forks
0 issues

Commits

List of commits on branch master.
Unverified
1399177ec539f4871e69fab13232b44ce095c404

simple for VS for each

ppedronveloso committed 13 years ago
Unverified
1b082659da8677b55202554311083ef68137f5f0

reflection vs direct calls tests

ppedronveloso committed 13 years ago
Unverified
e278f09ab3a5c88933e752e5895b597d90f8d9ad

update README

ppedronveloso committed 13 years ago
Unverified
6e7ee84ad2c65e4151ead5a16d13bbc34b92437d

refactor classes and add reflection stub

ppedronveloso committed 13 years ago
Unverified
29bbb1728eff7e7da919388f36303c568539f6e0

new README

ppedronveloso committed 13 years ago
Unverified
ed98197e4ce3418a26b2c32b297df672b697e132

first commit.. just an hello world

ppedronveloso committed 13 years ago

README

The README file for this repository.

Android Java Benchmarks - android_java_benchs

Author: Pedro Veloso Contact email: pedro.n.veloso@gmail.com

What is this?

This project benchmarks several programming patterns that have similar ends in Android. I made it for myself to measure performance impact in various Android versions and devices.

What it is not?

A benchmark to the JNI Android interface or other low-level optimizations.

License

Apache License, Version 2.0

http://www.apache.org/licenses/LICENSE-2.0

References

Java Tuning White Paper: http://java.sun.com/performance/reference/whitepapers/tuning.html#section3.1

Android Design for Performance: http://developer.android.com/guide/practices/performance.html