What is best method to measure execution time of Android code snippet?
I have a section of code before and after which I want to place timestamps to find out it\'s e
What you ask about is called profiling, and there're tools to help you with that on Android as well. See article Profiling with Traceview and dmtracedump on official developer site.