How to understand Android SDK profile traceview…?
问题 I have some code that uses Jsoup to get and parse some html pages, and then I manipulate the html tree, before passing it to a WebView that draws it. If I bypass my manipulations, the code runs in acceptable times (2-3 seconds) on the Android SDK simulator, but when I do my manipulations the time jumps to unacceptable (~60 seconds to just load a single page!). Using Eclipse and the Android SDK I had a run profiled, and now I'm trying to interpret the results. from here http://android