← Index
NYTProf Performance Profile   « block view • line view • sub view »
For script/nytprof.pl
  Run on Thu May 31 16:49:15 2012
Reported on Thu May 31 16:56:17 2012

Filename/Users/edenc/perl5/lib/perl5/LWP.pm
StatementsExecuted 4 statements in 22µs
Subroutines
Calls P F Exclusive
Time
Inclusive
Time
Subroutine
0000s0sLWP::::VersionLWP::Version
Call graph for these subroutines as a Graphviz dot language file.
Line State
ments
Time
on line
Calls Time
in subs
Code
1package LWP;
2
31700ns$VERSION = "6.04";
4sub Version { $VERSION; }
5
6116µsrequire 5.008;
71500nsrequire LWP::UserAgent; # this should load everything you need
8
914µs1;
10
11__END__