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


_______________________________________________
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice

Reply via email to