Filename | /usr/lib/x86_64-linux-gnu/perl5/5.28/Data/UUID.pm |
Statements | Executed 12 statements in 641µs |
Calls | P | F | Exclusive Time |
Inclusive Time |
Subroutine |
---|---|---|---|---|---|
1 | 1 | 1 | 307µs | 307µs | DESTROY (xsub) | Data::UUID::
1 | 1 | 1 | 198µs | 198µs | create_str (xsub) | Data::UUID::
1 | 1 | 1 | 115µs | 115µs | new (xsub) | Data::UUID::
1 | 1 | 1 | 56µs | 56µs | bootstrap (xsub) | Data::UUID::
1 | 1 | 1 | 13µs | 15µs | BEGIN@3 | Data::UUID::
1 | 1 | 1 | 7µs | 40µs | BEGIN@5 | Data::UUID::
Line | State ments |
Time on line |
Calls | Time in subs |
Code |
---|---|---|---|---|---|
1 | package Data::UUID; | ||||
2 | |||||
3 | 2 | 21µs | 2 | 17µ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 # spent 15µs making 1 call to Data::UUID::BEGIN@3
# spent 2µs making 1 call to strict::import |
4 | |||||
5 | 2 | 69µs | 2 | 72µ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 # spent 40µs making 1 call to Data::UUID::BEGIN@5
# spent 33µs making 1 call to Exporter::import |
6 | |||||
7 | 1 | 600ns | require Exporter; | ||
8 | 1 | 93µs | require DynaLoader; | ||
9 | 1 | 437µs | require Digest::MD5; | ||
10 | |||||
11 | 1 | 7µs | our @ISA = qw(Exporter DynaLoader); | ||
12 | 1 | 700ns | our @EXPORT = qw( | ||
13 | NameSpace_DNS | ||||
14 | NameSpace_OID | ||||
15 | NameSpace_URL | ||||
16 | NameSpace_X500 | ||||
17 | ); | ||||
18 | 1 | 200ns | our $VERSION = '1.220'; | ||
19 | |||||
20 | 1 | 5µs | 1 | 1.28ms | bootstrap Data::UUID $VERSION; # spent 1.28ms making 1 call to DynaLoader::bootstrap |
21 | |||||
22 | 1 | 8µs | 1; | ||
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 | |||||
# spent 56µs within Data::UUID::bootstrap which was called:
# once (56µs+0s) by DynaLoader::bootstrap at line 204 of DynaLoader.pm | |||||
# 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 | |||||
# 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 |