I am trying to test performance of an android application using “android.test.PerformanceTestCase” interface , can anyone tell me how to make use of it…
I know i can use Traceview tool to test performance but i want learn to use “android.test.PerformanceTestCase” interface provided by android.
If i get any example code it will be very much helpful
Download the Android source code and look in
frameworks/base/tests/AndroidTests/src/com/android/unit_tests. You’ll find a lot ofPerformanceTestCaseexamples.