Lines Matching refs:dprofpp
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]
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 depends
97 $ dprofpp -u
107 The dprofpp tool can also run the profiler before analyzing the profile
108 data. The above two commands can be executed with one dprofpp command.
110 $ dprofpp -u -p test.pl
185 Force the generation of fake exit timestamps if dprofpp reports that the
186 profile is garbled. This is only useful if dprofpp determines that the
205 Tells dprofpp that it should profile the given script and then interpret its
210 Used with B<-p> to tell dprofpp to quit after profiling the script, without
258 Print dprofpp's version number and exit. If a raw profile is found then its
299 options for dprofpp. You might use this if you prefer B<-I> over B<-E> or
320 dprofpp - profile processor
367 # -V Print dprofpp's version.
369 # -Q Used with -p to indicate the dprofpp should quit after
814 die "Try rerunning dprofpp with -F.\n";