← Index
NYTProf Performance Profile   « line view »
For rbm/rbm
  Run on Wed Feb 12 03:38:15 2020
Reported on Wed Feb 12 04:56:36 2020

Filename/usr/lib/x86_64-linux-gnu/perl5/5.28/Data/UUID.pm
StatementsExecuted 12 statements in 641µs
Subroutines
Calls P F Exclusive
Time
Inclusive
Time
Subroutine
111307µs307µsData::UUID::::DESTROYData::UUID::DESTROY (xsub)
111198µs198µsData::UUID::::create_strData::UUID::create_str (xsub)
111115µs115µsData::UUID::::newData::UUID::new (xsub)
11156µs56µsData::UUID::::bootstrapData::UUID::bootstrap (xsub)
11113µs15µsData::UUID::::BEGIN@3Data::UUID::BEGIN@3
1117µs40µ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µs217µs
# spent 15µs (13+2) within Data::UUID::BEGIN@3 which was called: # once (13µs+2µs) by RBM::BEGIN@22 at line 3
use strict;
# spent 15µs making 1 call to Data::UUID::BEGIN@3 # spent 2µs making 1 call to strict::import
4
5269µs272µs
# spent 40µs (7+33) within Data::UUID::BEGIN@5 which was called: # once (7µs+33µs) by RBM::BEGIN@22 at line 5
use Carp;
# spent 40µs making 1 call to Data::UUID::BEGIN@5 # spent 33µs making 1 call to Exporter::import
6
71600nsrequire Exporter;
8193µsrequire DynaLoader;
91437µsrequire Digest::MD5;
10
1117µ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
2015µs11.28msbootstrap Data::UUID $VERSION;
# spent 1.28ms making 1 call to DynaLoader::bootstrap
21
2218µs1;
23__END__
 
# spent 307µs within Data::UUID::DESTROY which was called: # once (307µs+0s) by RBM::build_run at line 992 of /root/tor-browser-build/rbm/lib/RBM.pm
sub Data::UUID::DESTROY; # xsub
# spent 56µs within Data::UUID::bootstrap which was called: # once (56µs+0s) by DynaLoader::bootstrap at line 204 of DynaLoader.pm
sub Data::UUID::bootstrap; # xsub
# spent 198µs within Data::UUID::create_str which was called: # once (198µs+0s) by RBM::build_run at line 991 of /root/tor-browser-build/rbm/lib/RBM.pm
sub Data::UUID::create_str; # xsub
# spent 115µs within Data::UUID::new which was called: # once (115µs+0s) by RBM::build_run at line 991 of /root/tor-browser-build/rbm/lib/RBM.pm
sub Data::UUID::new; # xsub