https://bugs.documentfoundation.org/show_bug.cgi?id=165382
--- Comment #15 from Patrick (volunteer) <[email protected]> --- (In reply to Sahil Gautam (allotropia) from comment #13) > I thought of running perf and testing which function is taking the longest > (it would have been my first time using perf), but homebrew didn't have perf > and I couldn't find any simple way of installing it in reasonible amount of > time, something @Patrick might be interested in taking a look into. I don't have much time this week but you have Xcode installed on your Mac, right? If yes, I recommend Apple's Instruments application. It is buried somewhere within the Xcode application so I just use the following Terminal command to launch it: open -a Instruments So with Instruments, you can do CPU profiling or leak analysis on any non-release LibreOffice builds (i.e. local builds and nightly builds). Just launch LibreOffice and Instruments can connect to your running "soffice" process. It really is a slick tool IMHO. -- You are receiving this mail because: You are the assignee for the bug.
