#479635 dprofpp -u arguments

Package:
libdevel-dprof-perl
Source:
libdevel-dprof-perl
Description:
deprecated Perl code profiler
Submitter:
Date:
2015-04-10 18:39:05 UTC
Severity:
wishlist
#479635#5
Date:
2008-05-05 20:40:46 UTC
From:
To:
On the dprofpp man page,

       The dprofpp tool can also run the profiler before analyzing the profile
       data.  The above two commands can be executed with one dprofpp command.

               $ dprofpp -u -p test.pl

please mention how to add arguments.
               $ dprofpp -u -p test.pl infile1 infile2
won't work.
The best one can do is
               $ cat infile1 infile2|dprofpp -u -p test.pl

P.S., too bad the finest granularity of reporting is subroutines, not lines.

P.S.S.
I did but did not get any response. Therefore sending to Debian instead.

#479635#10
Date:
2011-05-21 17:26:12 UTC
From:
To:
Noting that Devel::DProf is being deprecated from core. This bug should
be moved to libdevel-dprof-perl when perl 5.16 (assumed) hits unstable,
if not before.