tags:

views:

329

answers:

1

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

Thanks in advance

Regards Santhosh

+1  A: 

Download the Android source code and look in frameworks/base/tests/AndroidTests/src/com/android/unit_tests. You'll find a lot of PerformanceTestCase examples.

Mirko Nasato
Thank you very much...
Santhosh