[Libreoffice] Trying to diagnose base running extremely slowly

Noel Grandin noel at peralex.com
Wed Oct 19 08:11:42 PDT 2011


Hi

Is there a way of getting a stacktrace from this tool, so we could see where the /proc/self/map access is coming from?

Regards, Noel.

Michael Meeks wrote:
> On Wed, 2011-10-19 at 16:34 +0200, Stephan Bergmann wrote:
>>> (the number is not always 72) that is repeated more or less identically
>>> some 12,000 times in the 7 minute run. Since each set appears to take
>>> around .02 seconds that alone would account for some 4 minutes of the run.
>> 7321 times reading out /proc/self/map -- no idea why it does that, but 
>> that clearly ain't no good...
> 	Yep :-) If I remember rightly - the only moving part in this
> side-to-side performance comparison that causes a substantial decrease
> in performance is Java 7 vs 6 right ? The strace shows it poking
> at /proc/self/map endlessly (something that is not done by any
> LibreOffice code I can find off hand), which perhaps helps isolate the
> problem rather better ?
>
> 	Ideally of course, we would have a native SQLite database to avoid
> needing to use that hsqldb thing (as you do) - potentially it is
> provoking java performance problems by using a method call that used to
> be fast but is now slow; or ... ?
>
> 	So - it's not clear what best to do about this really,
>
> 	Is there a good java profiler out there we could use on a mixed C++ /
> Java process like ours ?
>
> 	Thanks,
>
> 		Michael.	
>

Disclaimer: http://www.peralex.com/disclaimer.html


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/libreoffice/attachments/20111019/fd2a2893/attachment.htm>


More information about the LibreOffice mailing list