https://bugs.documentfoundation.org/show_bug.cgi?id=143268
--- Comment #26 from Buovjaga <[email protected]> --- (In reply to David from comment #25) > Created attachment 174418 [details] > perf.data printout > > I attached a printout of what I get with 'perf report'. > > My output from hotspot is hundreds of megs for just a short recording. > Hotspot also reports a lot of missing debug symbols. > > I used the command './autogen.sh --enable-dbgutil --enable-symbols="sw/"' to > configure the compile. Should I compile with different parameters? Ahh, thanks for mentioning the parameters! You should drop --enable-dbgutil as it causes performance issues. Dropping it means you have to first run "make clean" to remove your workdir and instdir and then you have to build from scratch. -- You are receiving this mail because: You are the assignee for the bug.
