in reply to Re^2: Profiling the C side of an Inline::C module
in thread Profiling the C side of an Inline::C module
I'd be willing to recompile Perl if that would do it, but I'd like to hear that someone has done it successfully before first. My programmer's intuition is telling me it won't work...Alright, I've never done that exact thing (I've done debugging of Inline C code with gdb and a perl with debugging symbols, though), but I'd be extremely surprised if the combination of compiling perl and your inline c code with '-pg' didn't work correctly. What exactly about your intuitions tells you it won't?
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: Profiling the C side of an Inline::C module
by samtregar (Abbot) on Sep 05, 2005 at 02:17 UTC | |
by Anonymous Monk on Sep 05, 2005 at 18:55 UTC |