← Index
NYTProf Performance Profile   « block view • line view • sub view »
For ddd2.pl
  Run on Tue May 25 16:52:24 2010
Reported on Tue May 25 16:57:05 2010

File /project/perl/lib/version/vxs.pm
Statements Executed 16
Statement Execution Time 429µs
Subroutines — ordered by exclusive time
Calls P F Exclusive
Time
Inclusive
Time
Subroutine
212376µs376µsversion::vxs::::qvversion::vxs::qv (xsub)
112151µs151µsversion::vxs::::VERSIONversion::vxs::VERSION (xsub)
11255µs55µsversion::vxs::::bootstrapversion::vxs::bootstrap (xsub)
0000s0sversion::vxs::::BEGINversion::vxs::BEGIN
Call graph for these subroutines as a Graphviz dot language file.
Line State
ments
Time
on line
Calls Time
in subs
Code
1#!perl -w
2package version::vxs;
3
4361µsuse 5.005_03;
53122µs144µsuse strict;
# spent 44µs making 1 call to strict::import
6
715µsrequire DynaLoader;
83159µs1278µsuse vars qw(@ISA $VERSION $CLASS );
# spent 278µs making 1 call to vars::import
9
10111µs@ISA = qw(DynaLoader);
11
1214µs$VERSION = "0.70";
13
1414µs$CLASS = 'version::vxs';
15
1617µslocal $^W; # shut up the 'redefined' warning for UNIVERSAL::VERSION
17133µs1811µsbootstrap version::vxs if $] < 5.009;
# spent 811µs making 1 call to DynaLoader::bootstrap
18
19# Preloaded methods go here.
20
21123µs1;
# spent 151µs within version::vxs::VERSION which was called # once (151µs+0s) by base::import at line 2 of (eval 0)[version.pm:13] at line 13 of version.pm
sub version::vxs::VERSION; # xsub
# spent 55µs within version::vxs::bootstrap which was called # once (55µs+0s) by DynaLoader::bootstrap at line 253 of DynaLoader.pm
sub version::vxs::bootstrap; # xsub
# spent 376µs within version::vxs::qv which was called 2 times, avg 188µs/call: # 2 times (376µs+0s) by version::__ANON__[/project/perl/lib/version.pm:32] at line 31 of version.pm, avg 188µs/call
sub version::vxs::qv; # xsub