[Simple-support] Android performance - strange profiling
Brought to you by:
niallg
|
From: Rangel R. <ran...@gm...> - 2012-01-09 18:00:34
|
Hello, I am having performance issues in Android parsing a very large XML file. Profiling trying to find where the bottleneck is, if I undestood correctly, the application is 44% of the time in the function "KXmlParser.getLineNumber", called from PullReader$Start.<init>, but looking at its source code it seems to only read an instance variable an nothing more. Can someone shed a light on this? I don't know it posting images is allowed here, so I uplodaded to an image sharing site: http://imgur.com/C5ocm Thanks, Rangel |