Filename | /usr/lib/x86_64-linux-gnu/perl5/5.28/Data/UUID.pm |
Statements | Executed 12 statements in 315µs |
Calls | P | F | Exclusive Time |
Inclusive Time |
Subroutine |
---|---|---|---|---|---|
1 | 1 | 1 | 420µs | 420µs | DESTROY (xsub) | Data::UUID::
1 | 1 | 1 | 191µs | 191µs | create_str (xsub) | Data::UUID::
1 | 1 | 1 | 86µs | 86µs | new (xsub) | Data::UUID::
1 | 1 | 1 | 49µs | 49µs | bootstrap (xsub) | Data::UUID::
1 | 1 | 1 | 11µs | 13µs | BEGIN@3 | Data::UUID::
1 | 1 | 1 | 7µs | 38µ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 | 16µ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 # spent 13µs making 1 call to Data::UUID::BEGIN@3
# spent 2µs making 1 call to strict::import |
4 | |||||
5 | 2 | 101µs | 2 | 69µ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 # spent 38µs making 1 call to Data::UUID::BEGIN@5
# spent 31µs making 1 call to Exporter::import |
6 | |||||
7 | 1 | 500ns | require Exporter; | ||
8 | 1 | 91µs | require DynaLoader; | ||
9 | 1 | 82µs | require Digest::MD5; | ||
10 | |||||
11 | 1 | 8µ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 | 4µs | 1 | 235µs | bootstrap Data::UUID $VERSION; # spent 235µs making 1 call to DynaLoader::bootstrap |
21 | |||||
22 | 1 | 7µs | 1; | ||
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 | |||||
# spent 49µs within Data::UUID::bootstrap which was called:
# once (49µs+0s) by DynaLoader::bootstrap at line 204 of DynaLoader.pm | |||||
# 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 | |||||
# 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 |