Lines Matching refs:profile

64 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]
78 dprofpp B<-V> [profile]
82 The I<dprofpp> command interprets profile data produced by a profiler, such
88 To profile a Perl script run the perl interpreter with the B<-d> switch. So
89 to profile script F<test.pl> with Devel::DProf the following command should
94 Then run dprofpp to analyze the profile. The output of dprofpp depends
107 The dprofpp tool can also run the profiler before analyzing the profile
112 Consult L<Devel::DProf/"PROFILE FORMAT"> for a description of the raw profile.
186 profile is garbled. This is only useful if dprofpp determines that the
187 profile is garbled due to missing exit timestamps. You're on your own if
205 Tells dprofpp that it should profile the given script and then interpret its
206 profile data. See B<-Q>.
250 Do not sort. Display in the order found in the raw profile.
258 Print dprofpp's version number and exit. If a raw profile is found then its
309 will leave an incomplete profile. See the B<-F> option.
311 Any bugs in Devel::DProf, or any profiler generating the profile data, could
320 dprofpp - profile processor
321 tmon.out - raw profile
795 die "Bad profile: $_";
810 warn "Garbled profile is missing some exit time stamps:\n";
844 die "Garbled profile, missing an enter time stamp";
852 warn( "Garbled profile, faking exit timestamp:\n\t$name => $x->[0].\n");
858 die "Garbled profile, unexpected exit time stamp";
883 die "Not a perl profile";