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.


Examine what is said, not who speaks.
"Efficiency is intelligent laziness." -David Dunham
"Think for yourself!" - Abigail
Hooray!


In reply to Re: dprofpp -g doesn't work for me by BrowserUk
in thread dprofpp -g doesn't work for me by DrWhy

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.