Romain Guy a676ad7e34 New debugging tool in adb shell dumpsys gfxinfo
This tool lets you visualize the time it took, in ms, to:
- Build display lists ("Draw" phase)
- Process display lists ("Process" phase)
- Swap GL buffers ("Execute" phase)

To use this tool:
- adb shell setprop hwui.profile true
- adb shell dumpsys gfxinfo <process name>
- Copy the profile data and paste it in a spreadsheet
- Generate a graph (stacked graph) and enjoy

Change-Id: I7840c0ea0f153550425aa798e3ada2f357688cf5
2012-02-13 17:47:10 -08:00
..
2012-01-20 14:43:38 -08:00
2012-02-10 14:34:07 -08:00
2012-02-10 10:51:21 -08:00
2012-01-27 11:03:05 -08:00
2012-02-10 14:34:52 -08:00
2012-02-10 13:02:11 -08:00