Hey all, I found in the list archives a suggestion to use prof or gprof to profile inlined C code. But that doesn't seem to work. No gmon.out file is generated, though I verified with nm that the mcount routine was inserted into the .so file... Additionally there is no suggestion in the documentation of gprof or prof on how to deal with profiling shared libraries rather than compiled standalone programs...
Is it possible I have to recompile perl itself with the -pg flag? That seems absurd... Cheers! ira