← Index
NYTProf Performance Profile   « line view »
For /home/ss5/perl5/perlbrew/perls/perl-5.22.0/bin/benchmarkanything-storage
  Run on Mon Jan 29 16:55:34 2018
Reported on Mon Jan 29 16:57:07 2018

Filename/home/ss5/perl5/perlbrew/perls/perl-5.22.0/lib/site_perl/5.22.0/x86_64-linux/Data/UUID.pm
StatementsExecuted 12 statements in 115µs
Subroutines
Calls P F Exclusive
Time
Inclusive
Time
Subroutine
11134µs34µsData::UUID::::bootstrapData::UUID::bootstrap (xsub)
1118µs11µsData::UUID::::BEGIN@3Data::UUID::BEGIN@3
1114µs23µsData::UUID::::BEGIN@5Data::UUID::BEGIN@5
Call graph for these subroutines as a Graphviz dot language file.
Line State
ments
Time
on line
Calls Time
in subs
Code
1package Data::UUID;
2
3214µs213µs
# spent 11µs (8+2) within Data::UUID::BEGIN@3 which was called: # once (8µs+2µs) by CHI::Util::BEGIN@6 at line 3
use strict;
# spent 11µs making 1 call to Data::UUID::BEGIN@3 # spent 2µs making 1 call to strict::import
4
5246µs242µs
# spent 23µs (4+19) within Data::UUID::BEGIN@5 which was called: # once (4µs+19µs) by CHI::Util::BEGIN@6 at line 5
use Carp;
# spent 23µs making 1 call to Data::UUID::BEGIN@5 # spent 19µs making 1 call to Exporter::import
6
71300nsrequire Exporter;
81500nsrequire DynaLoader;
9141µsrequire Digest::MD5;
10
1115µsour @ISA = qw(Exporter DynaLoader);
121500nsour @EXPORT = qw(
13 NameSpace_DNS
14 NameSpace_OID
15 NameSpace_URL
16 NameSpace_X500
17);
181200nsour $VERSION = '1.221';
19
2014µs1132µsbootstrap Data::UUID $VERSION;
# spent 132µs making 1 call to DynaLoader::bootstrap
21
2213µs1;
23__END__
 
# spent 34µs within Data::UUID::bootstrap which was called: # once (34µs+0s) by DynaLoader::bootstrap at line 216 of DynaLoader.pm
sub Data::UUID::bootstrap; # xsub