← Index
NYTProf Performance Profile   « line view »
For rbm/rbm
  Run on Wed Feb 12 20:36:06 2020
Reported on Wed Feb 12 21:42:25 2020

Filename/usr/lib/x86_64-linux-gnu/perl5/5.28/Data/UUID.pm
StatementsExecuted 12 statements in 315µs
Subroutines
Calls P F Exclusive
Time
Inclusive
Time
Subroutine
111420µs420µsData::UUID::::DESTROYData::UUID::DESTROY (xsub)
111191µs191µsData::UUID::::create_strData::UUID::create_str (xsub)
11186µs86µsData::UUID::::newData::UUID::new (xsub)
11149µs49µsData::UUID::::bootstrapData::UUID::bootstrap (xsub)
11111µs13µsData::UUID::::BEGIN@3Data::UUID::BEGIN@3
1117µs38µ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
3221µs216µs
# spent 13µs (11+2) within Data::UUID::BEGIN@3 which was called: # once (11µs+2µs) by RBM::BEGIN@22 at line 3
use strict;
# spent 13µs making 1 call to Data::UUID::BEGIN@3 # spent 2µs making 1 call to strict::import
4
52101µs269µs
# spent 38µs (7+31) within Data::UUID::BEGIN@5 which was called: # once (7µs+31µs) by RBM::BEGIN@22 at line 5
use Carp;
# spent 38µs making 1 call to Data::UUID::BEGIN@5 # spent 31µs making 1 call to Exporter::import
6
71500nsrequire Exporter;
8191µsrequire DynaLoader;
9182µsrequire Digest::MD5;
10
1118µsour @ISA = qw(Exporter DynaLoader);
121700nsour @EXPORT = qw(
13 NameSpace_DNS
14 NameSpace_OID
15 NameSpace_URL
16 NameSpace_X500
17);
181200nsour $VERSION = '1.220';
19
2014µs1235µsbootstrap Data::UUID $VERSION;
# spent 235µs making 1 call to DynaLoader::bootstrap
21
2217µs1;
23__END__
 
# spent 420µs within Data::UUID::DESTROY which was called: # once (420µs+0s) by RBM::build_run at line 1005 of /root/tor-browser-build/rbm/lib/RBM.pm
sub Data::UUID::DESTROY; # xsub
# spent 49µs within Data::UUID::bootstrap which was called: # once (49µs+0s) by DynaLoader::bootstrap at line 204 of DynaLoader.pm
sub Data::UUID::bootstrap; # xsub
# spent 191µs within Data::UUID::create_str which was called: # once (191µs+0s) by RBM::build_run at line 1004 of /root/tor-browser-build/rbm/lib/RBM.pm
sub Data::UUID::create_str; # xsub
# spent 86µs within Data::UUID::new which was called: # once (86µs+0s) by RBM::build_run at line 1004 of /root/tor-browser-build/rbm/lib/RBM.pm
sub Data::UUID::new; # xsub