August 2016
Intermediate to advanced
412 pages
9h 3m
English
Systrace is a tool included in the Google SDK to analyze the performance of an application. It captures and displays the execution time from your application on the kernel level (capturing information such as CPU scheduler, application threads, and disk activity). After the analysis has been completed, it generates an HTML file with all the information compiled.
To make it work, click the Systrace button in the DDMS view (
). A screen such as the following will appear:

On this screen, we can input a few parameters for Systrace:
Read now
Unlock full access