← Index
NYTProf Performance Profile   « line view »
For -e
  Run on Thu Jun 30 16:16:00 2016
Reported on Thu Jun 30 16:16:08 2016

Filename/home/s1/perl5/perlbrew/perls/perl-5.22.1/lib/site_perl/5.22.1/x86_64-linux/version/vxs.pm
StatementsExecuted 14 statements in 531µs
Subroutines
Calls P F Exclusive
Time
Inclusive
Time
Subroutine
202168µs68µsversion::vxs::::newversion::vxs::new (xsub)
11124µs24µsversion::vxs::::BEGIN@4version::vxs::BEGIN@4
11114µs17µsversion::vxs::::BEGIN@5version::vxs::BEGIN@5
11110µs63µsversion::vxs::::BEGIN@7version::vxs::BEGIN@7
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
4265µs124µs
# spent 24µs within version::vxs::BEGIN@4 which was called: # once (24µs+0s) by version::BEGIN@1 at line 4
use v5.10;
# spent 24µs making 1 call to version::vxs::BEGIN@4
5239µs221µs
# spent 17µs (14+3) within version::vxs::BEGIN@5 which was called: # once (14µs+3µs) by version::BEGIN@1 at line 5
use strict;
# spent 17µs making 1 call to version::vxs::BEGIN@5 # spent 3µs making 1 call to strict::import
6
72125µs2117µs
# spent 63µs (10+54) within version::vxs::BEGIN@7 which was called: # once (10µs+54µs) by version::BEGIN@1 at line 7
use vars qw(@ISA $VERSION $CLASS );
# spent 63µs making 1 call to version::vxs::BEGIN@7 # spent 54µs making 1 call to vars::import
81500ns$VERSION = 0.9916;
91400ns$CLASS = 'version::vxs';
10
11eval {
121800ns require XSLoader;
1312µs local $^W; # shut up the 'redefined' warning for UNIVERSAL::VERSION
141286µs1279µs XSLoader::load('version::vxs', $VERSION);
# spent 279µs making 1 call to XSLoader::load
1512µs 1;
161700ns} 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
2518µs1;
 
# spent 68µs within version::vxs::new which was called 20 times, avg 3µs/call: # 19 times (65µs+0s) by DateTime::Format::Alami::BEGIN@384 at line 45 of experimental.pm, avg 3µs/call # once (3µs+0s) by DateTime::Format::Alami::BEGIN@384 at line 46 of experimental.pm
sub version::vxs::new; # xsub