/GLMeasure

Benchmarking tool for OpenGL ES on Android

Primary LanguageC++

GLMeasure is a tool for benchmarking OpenGL ES operations on Android.

To build GLMeausure:
cd GLMeasure
<sdk-root>/tools/android update project -p . -s --target android-8
<ndk-root>/ndk-build
ant debug


Usage:
Use the run.sh script, which will install GLMeasure on your device, run it, and display the results.