Searched refs:dprofpp (Results 1 - 4 of 4) sorted by relevance

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/t/lib/dprof/
H A DV.pm9 @EXPORT = qw( dprofpp $opt_v $results $expected report @results );
15 $dpp = $opt_d || '../utils/dprofpp';
21 ($dpp = $^X) =~ s@(^.*)[/|\\].*@$1/dprofpp@;
22 die "Where's dprofpp?" if( ! -f $dpp );
25 sub dprofpp { subroutine
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/utils/
H A DMakefile37 dprofpp.PL \
H A Ddprofpp.PL64 dprofpp - display perl profile data
68 dprofpp [B<-a>|B<-z>|B<-l>|B<-v>|B<-U>] [B<-d>] [B<-s>|B<-r>|B<-u>] [B<-q>] [B<-F>] [B<-I|-E>] [B<-O cnt>] [B<-A>] [B<-R>] [B<-S>] [B<-g subroutine>] [B<-G> <regexp> [B<-P>]] [B<-f> <regexp>] [profile]
70 dprofpp B<-T> [B<-F>] [B<-g subroutine>] [profile]
72 dprofpp B<-t> [B<-F>] [B<-g subroutine>] [profile]
74 dprofpp B<-G> <regexp> [B<-P>] [profile]
76 dprofpp B<-p script> [B<-Q>] [other opts]
78 dprofpp B<-V> [profile]
82 The I<dprofpp> command interprets profile data produced by a profiler, such
94 Then run dprofpp to analyze the profile. The output of dprofpp depend
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Devel/DProf/
H A DDProf.pm28 F<tmon.out>. A tool like I<dprofpp> can be used to interpret the
32 dprofpp
37 dprofpp -T
39 Consult L<dprofpp> for other options.
180 L<perl>, L<dprofpp>, times(2)

Completed in 39 milliseconds