lists in Java. It indicates how much time is spent running methods such as View.onDraw(Canvas). • Process is the time spent by Android’s 2D renderer to execute the display lists. The more Views in your hierarchy, the more drawing commands must be executed. • Execute is the time it took to send a frame to the compositor. This part of the graph is usually small. • Reminder: to render smoothly at 60 fps, each frame must take less than 16 ms to complete. http://www.curious-creature.org/2012/12/01/android-performance-case-study/