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
Then, make sure that Inline::C is using the -pg option to compile your module, and when you run perl on your test script, you'll now get a gmon.out file that includes profiling details about your module.
@/=map{[/./g]}qw/.h_nJ Xapou cets krht ele_ r_ra/; map{y/X_/\n /;print}map{pop@$_}@/for@/
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: Profiling the C side of an Inline::C module
by samtregar (Abbot) on Sep 05, 2005 at 23:03 UTC | |
by Anonymous Monk on Sep 07, 2005 at 17:53 UTC | |
by samtregar (Abbot) on Sep 08, 2005 at 21:30 UTC |