| Filename | /home/ss5/perl5/perlbrew/perls/perl-5.22.0/lib/site_perl/5.22.0/x86_64-linux/Data/UUID.pm |
| Statements | Executed 12 statements in 115µs |
| Calls | P | F | Exclusive Time |
Inclusive Time |
Subroutine |
|---|---|---|---|---|---|
| 1 | 1 | 1 | 34µs | 34µs | Data::UUID::bootstrap (xsub) |
| 1 | 1 | 1 | 8µs | 11µs | Data::UUID::BEGIN@3 |
| 1 | 1 | 1 | 4µs | 23µs | Data::UUID::BEGIN@5 |
| Line | State ments |
Time on line |
Calls | Time in subs |
Code |
|---|---|---|---|---|---|
| 1 | package Data::UUID; | ||||
| 2 | |||||
| 3 | 2 | 14µs | 2 | 13µs | # spent 11µs (8+2) within Data::UUID::BEGIN@3 which was called:
# once (8µs+2µs) by CHI::Util::BEGIN@6 at line 3 # spent 11µs making 1 call to Data::UUID::BEGIN@3
# spent 2µs making 1 call to strict::import |
| 4 | |||||
| 5 | 2 | 46µs | 2 | 42µs | # spent 23µs (4+19) within Data::UUID::BEGIN@5 which was called:
# once (4µs+19µs) by CHI::Util::BEGIN@6 at line 5 # spent 23µs making 1 call to Data::UUID::BEGIN@5
# spent 19µs making 1 call to Exporter::import |
| 6 | |||||
| 7 | 1 | 300ns | require Exporter; | ||
| 8 | 1 | 500ns | require DynaLoader; | ||
| 9 | 1 | 41µs | require Digest::MD5; | ||
| 10 | |||||
| 11 | 1 | 5µs | our @ISA = qw(Exporter DynaLoader); | ||
| 12 | 1 | 500ns | our @EXPORT = qw( | ||
| 13 | NameSpace_DNS | ||||
| 14 | NameSpace_OID | ||||
| 15 | NameSpace_URL | ||||
| 16 | NameSpace_X500 | ||||
| 17 | ); | ||||
| 18 | 1 | 200ns | our $VERSION = '1.221'; | ||
| 19 | |||||
| 20 | 1 | 4µs | 1 | 132µs | bootstrap Data::UUID $VERSION; # spent 132µs making 1 call to DynaLoader::bootstrap |
| 21 | |||||
| 22 | 1 | 3µs | 1; | ||
| 23 | __END__ | ||||
# spent 34µs within Data::UUID::bootstrap which was called:
# once (34µs+0s) by DynaLoader::bootstrap at line 216 of DynaLoader.pm |