in reply to Re^3: Profiling the C side of an Inline::C module
in thread Profiling the C side of an Inline::C module

Alright, I'll give it a try. I was won over when I found in reading perlhack that Perl has built-in support for gprof via the "perl.gprof" make target.

-sam

  • Comment on Re^4: Profiling the C side of an Inline::C module

Replies are listed 'Best First'.
Re^5: Profiling the C side of an Inline::C module (update?)
by Anonymous Monk on Sep 07, 2005 at 17:53 UTC
    So, did it ever get it to work? If so, can you post a little bit of your recipe? If not, can you enlighten us as to where the process crapped out?
      Well, I did build a "perl.gprof" which worked fine. Then I got side-tracked and never got back to it. If/when I get something working I'll make a new post about it and link it from this one.

      -sam