← Index
NYTProf Performance Profile   « line view »
For index.cgi
  Run on Sat May 9 17:18:47 2020
Reported on Sat May 9 17:19:07 2020

Filename/usr/local/lib/perl/5.18.2/Data/UUID.pm
StatementsExecuted 12 statements in 274µs
Subroutines
Calls P F Exclusive
Time
Inclusive
Time
Subroutine
111157µs157µsData::UUID::::createData::UUID::create (xsub)
11189µs89µsData::UUID::::newData::UUID::new (xsub)
11166µs66µsData::UUID::::bootstrapData::UUID::bootstrap (xsub)
11116µs67µsData::UUID::::BEGIN@5Data::UUID::BEGIN@5
11116µs39µsData::UUID::::BEGIN@3Data::UUID::BEGIN@3
1117µs7µsData::UUID::::to_stringData::UUID::to_string (xsub)
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
3246µs262µs
# spent 39µs (16+23) within Data::UUID::BEGIN@3 which was called: # once (16µs+23µs) by Data::GUID::BEGIN@7 at line 3
use strict;
# spent 39µs making 1 call to Data::UUID::BEGIN@3 # spent 23µs making 1 call to strict::import
4
52118µs2118µs
# spent 67µs (16+51) within Data::UUID::BEGIN@5 which was called: # once (16µs+51µs) by Data::GUID::BEGIN@7 at line 5
use Carp;
# spent 67µs making 1 call to Data::UUID::BEGIN@5 # spent 51µs making 1 call to Exporter::import
6
71700nsrequire Exporter;
81400nsrequire DynaLoader;
9184µsrequire Digest::MD5;
10
1119µsour @ISA = qw(Exporter DynaLoader);
1211µsour @EXPORT = qw(
13 NameSpace_DNS
14 NameSpace_OID
15 NameSpace_URL
16 NameSpace_X500
17);
181400nsour $VERSION = '1.224';
19
2018µs1265µsbootstrap Data::UUID $VERSION;
# spent 265µs making 1 call to DynaLoader::bootstrap
21
2216µs1;
23__END__
 
# spent 66µs within Data::UUID::bootstrap which was called: # once (66µs+0s) by DynaLoader::bootstrap at line 207 of DynaLoader.pm
sub Data::UUID::bootstrap; # xsub
# spent 157µs within Data::UUID::create which was called: # once (157µs+0s) by Data::GUID::new at line 52 of Data/GUID.pm
sub Data::UUID::create; # xsub
# spent 89µs within Data::UUID::new which was called: # once (89µs+0s) by Data::GUID::__ANON__[/usr/local/share/perl/5.18.2/Data/GUID.pm:47] at line 46 of Data/GUID.pm
sub Data::UUID::new; # xsub
# spent 7µs within Data::UUID::to_string which was called: # once (7µs+0s) by Data::GUID::__ANON__[/usr/local/share/perl/5.18.2/Data/GUID.pm:147] at line 146 of Data/GUID.pm
sub Data::UUID::to_string; # xsub