Perhaps it was just the SVN build that day, then? In any case, I've got a
couple new question. My build of r9575 pegs @ 100% CPU after a few minutes and I'm fairly sure it's not hashing anything or allocating disk space. Would it be prudent to run it with profiling
and where does the app spit out the gmon.out file?
Also I'm having a bear of a time trying to locate amule.conf. It's not in ~/.aMule; in fact, ~/.aMule doesn't even exist! [EDIT] Never mind, I just found it and edited the wiki so other Mac users might find it easier, too.[/EDIT]
About gprof, I read in the docs that the app being profiled needs to exit cleanly in order to generate the gmon.out file, but I can never seem to do that when it's locked up like it is right now. Kind of a catch-22, eh?
Hey, Xcode has this this called
Shark, which everyone seems to think is much better than gprof (appears to be
completely broken under Leopard X86, anyway). Maybe I'll tinker around with that instead

There's also Saturn, but that requires the GCC option '-finstrument-functions' added to the 'CFLAGS'