The systrace tool helps analyze the performance of an Android application.
The systrace tool helps analyze the performance of your application by capturing and displaying execution times of your applications processes and other Android system processes.
The tool combines data from the Android kernel such as the CPU scheduler, disk activity and application threads to generate an HTML report that shows an overall picture of an Android device’s system processes for a given period of time.
More info at the android developers help page.