← Index
NYTProf Performance Profile   « line view »
For Makefile.PL
  Run on Sun Mar 1 16:04:44 2015
Reported on Sun Mar 1 16:09:02 2015

FilenameC:/tmp64ng/perl/lib/version/vxs.pm
StatementsExecuted 14 statements in 0s
Subroutines
Calls P F Exclusive
Time
Inclusive
Time
Subroutine
1110s0sversion::vxs::::BEGIN@4version::vxs::BEGIN@4
1110s0sversion::vxs::::BEGIN@5version::vxs::BEGIN@5
1110s0sversion::vxs::::BEGIN@7version::vxs::BEGIN@7
42970s0sversion::vxs::::_VERSIONversion::vxs::_VERSION (xsub)
1110s0sversion::vxs::::newversion::vxs::new (xsub)
48210s0sversion::vxs::::stringifyversion::vxs::stringify (xsub)
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
420s10s
# spent 0s within version::vxs::BEGIN@4 which was called: # once (0s+0s) by version::BEGIN@1 at line 4
use v5.10;
# spent 0s making 1 call to version::vxs::BEGIN@4
520s20s
# spent 0s within version::vxs::BEGIN@5 which was called: # once (0s+0s) by version::BEGIN@1 at line 5
use strict;
# spent 0s making 1 call to strict::import # spent 0s making 1 call to version::vxs::BEGIN@5
6
720s20s
# spent 0s within version::vxs::BEGIN@7 which was called: # once (0s+0s) by version::BEGIN@1 at line 7
use vars qw(@ISA $VERSION $CLASS );
# spent 0s making 1 call to vars::import # spent 0s making 1 call to version::vxs::BEGIN@7
810s$VERSION = 0.9912;
910s$CLASS = 'version::vxs';
10
11eval {
1210s require XSLoader;
1310s local $^W; # shut up the 'redefined' warning for UNIVERSAL::VERSION
1410s10s XSLoader::load('version::vxs', $VERSION);
# spent 0s making 1 call to XSLoader::load
1510s 1;
1610s} or do {
17 require DynaLoader;
18 push @ISA, 'DynaLoader';
19 local $^W; # shut up the 'redefined' warning for UNIVERSAL::VERSION
20 bootstrap version::vxs $VERSION;
21};
22
23# Preloaded methods go here.
24
2510s1;
 
# spent 0s within version::vxs::_VERSION which was called 42 times, avg 0s/call: # 17 times (0s+0s) by CPAN::Meta::Converter::_generated_by at line 94 of CPAN/Meta/Converter.pm, avg 0s/call # 15 times (0s+0s) by ExtUtils::MM_Any::_has_cpan_meta at line 936 of ExtUtils/MM_Any.pm, avg 0s/call # 3 times (0s+0s) by CPAN::Meta::create at line 269 of CPAN/Meta.pm, avg 0s/call # 2 times (0s+0s) by Parse::CPAN::Meta::_can_load at line 105 of Parse/CPAN/Meta.pm, avg 0s/call # once (0s+0s) by CPAN::Meta::Converter::BEGIN@27 at line 27 of CPAN/Meta/Converter.pm # once (0s+0s) by CPAN::Meta::Prereqs::BEGIN@17 at line 17 of CPAN/Meta/Prereqs.pm # once (0s+0s) by CPAN::Meta::BEGIN@60 at line 60 of CPAN/Meta.pm # once (0s+0s) by ExtUtils::Manifest::BEGIN@8 at line 8 of ExtUtils/Manifest.pm # once (0s+0s) by Encode::BEGIN@12 at line 12 of Encode.pm
sub version::vxs::_VERSION; # xsub
# spent 0s within version::vxs::new which was called: # once (0s+0s) by CPAN::Meta::Prereqs::BEGIN@17 at line 54 of CPAN/Meta/Requirements.pm
sub version::vxs::new; # xsub
# spent 0s within version::vxs::stringify which was called 48 times, avg 0s/call: # 39 times (0s+0s) by CPAN::Meta::Requirements::_Range::Range::as_string at line 661 of CPAN/Meta/Requirements.pm, avg 0s/call # 9 times (0s+0s) by CPAN::Meta::Requirements::CORE:match at line 145 of CPAN/Meta/Requirements.pm, avg 0s/call
sub version::vxs::stringify; # xsub