in reply to dprofpp -g doesn't work for me
This is using AS 5.6.1 on NT4.
C:\test>dprofpp -g Date::Manip::ParseDate Total Elapsed Time = -0.00257 Seconds User+System Time = 0.127452 Seconds Exclusive Times %Time ExclSec CumulS #Calls sec/call Csec/c Name 23.5 0.030 0.059 2 0.0150 0.0297 Date::Manip::ParseDateStr +ing 15.6 0.020 0.020 2 0.0100 0.0100 Date::Manip::Date_Regexp 15.6 0.020 0.020 18 0.0011 0.0011 Date::Manip::IsInt 15.6 0.020 0.020 2 0.0100 0.0100 Date::Manip::ParseDateDel +ta 14.9 0.019 0.078 2 0.0097 0.0389 Date::Manip::Date_Init 7.85 0.010 0.010 2 0.0050 0.0049 Date::Manip::CheckFilePat +h 7.85 0.010 0.020 1 0.0100 0.0198 Date::Manip::FixPath 0.00 0.000 0.127 2 0.0000 0.0637 Date::Manip::ParseDate 0.00 0.000 0.020 1 0.0000 0.0196 Date::Manip::SearchPath 0.00 0.000 -0.000 3 0.0000 - Date::Manip::FullFilePath 0.00 0.000 -0.000 3 0.0000 - Date::Manip::ExpandTilde 0.00 0.000 -0.000 3 0.0000 - Date::Manip::CleanFile 0.00 0.000 -0.000 1 0.0000 - Date::Manip::Date_Init_En +glish 0.00 0.000 -0.000 4 0.0000 - Date::Manip::Date_InitLis +ts 0.00 0.000 -0.000 25 0.0000 - Date::Manip::Date_InitStr +ings
You do need to specify the exact name of the subroutine, including its package and case sensitively. It seems to work ok.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: dprofpp -g doesn't work for me
by DrWhy (Chaplain) on Jan 07, 2004 at 21:08 UTC | |
by BrowserUk (Patriarch) on Jan 07, 2004 at 22:05 UTC | |
by DrWhy (Chaplain) on Jan 08, 2004 at 18:33 UTC |