2 Mar
2013
2 Mar
'13
6:43 p.m.
On Sat, Mar 02, Johannes Hofmann wrote:
On Fri, Mar 01, 2013 at 10:49:30AM +0100, Sebastian Geerken wrote:
Has anyone tried to use gprof for profiling dillo? Using "--enable-gprof" for configure seems to work, and calling the tests (e. g.. test/dw-example) create the file "gmon.out", but not so does starting src/dillo. The option "-pg" is set everywhere, so I do not know what the difference is.
Any ideas?
Did you look in /tmp for the gmon.out file? Cores also end up there.
Ah, yes, it is there. Thanks! (According to the man page, "gmon.out" is created in the current working directory, when exit() is called.) Sebastian