Skip to content

Instantly share code, notes, and snippets.

@kruyvanna
kruyvanna / method_profile
Last active October 9, 2015 12:58
Android Method Profiling
// start tracing to "/sdcard/calc.trace"
Debug.startMethodTracing("calc");
// stop tracing
Debug.stopMethodTracing();
//copy to host
adb pull /sdcard/calc.trace /tmp
//view