Profiling Perl
Tuesday, June 17th, 2008# perl -d:DProf test.pl
hello# ls
test.pl tmon.out# dprofpp tmon.out
Total Elapsed Time = 0.009982 Seconds
User+System Time = 0.009982 Seconds
Exclusive Times
%Time ExclSec CumulS #Calls sec/call Csec/c Name
100. 0.010 0.010 1 0.0100 0.0100 warnings::BEGIN
0.00 - -0.000 1 - - strict::import
0.00 - -0.000 1 - - strict::bits
0.00 - -0.000 1 - - warnings::import
0.00 - 0.010 2 - 0.0050 main::BEGIN