https://bugs.freedesktop.org/show_bug.cgi?id=62768

--- Comment #15 from Michael Meeks <[email protected]> ---
Good question :-) There is a tool called 'memprof' that would work well under
Linux - if it still works. That hooked malloc/free to work out who allocated
what.

You would need a debuginfo build, and you would need to:

export G_SLICE=1

before running; and then - look at the memory profile; do the operation a few
dozen times, and look at the profile again - attach both here (if only as
screenshots or somesuch).

That should show you where the memory is allocated, but not freed (if memprof
still works ;-).

And yes valgrind runs around 80x slower (minimum) than the real CPU.

Thanks !

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to