| Filename | /usr/lib/perl/5.10/SDBM_File.pm |
| Statements | Executed 14 statements in 431µs |
| Calls | P | F | Exclusive Time |
Inclusive Time |
Subroutine |
|---|---|---|---|---|---|
| 1 | 1 | 1 | 65µs | 65µs | SDBM_File::TIEHASH (xsub) |
| 1 | 1 | 1 | 22µs | 28µs | SDBM_File::BEGIN@3 |
| 1 | 1 | 1 | 15µs | 43µs | SDBM_File::BEGIN@4 |
| 1 | 1 | 1 | 8µs | 8µs | SDBM_File::BEGIN@7 |
| Line | State ments |
Time on line |
Calls | Time in subs |
Code |
|---|---|---|---|---|---|
| 1 | package SDBM_File; | ||||
| 2 | |||||
| 3 | 3 | 45µs | 2 | 34µs | # spent 28µs (22+6) within SDBM_File::BEGIN@3 which was called:
# once (22µs+6µs) by MARC::Charset::Table::BEGIN@37 at line 3 # spent 28µs making 1 call to SDBM_File::BEGIN@3
# spent 6µs making 1 call to strict::import |
| 4 | 3 | 44µs | 2 | 71µs | # spent 43µs (15+28) within SDBM_File::BEGIN@4 which was called:
# once (15µs+28µs) by MARC::Charset::Table::BEGIN@37 at line 4 # spent 43µs making 1 call to SDBM_File::BEGIN@4
# spent 28µs making 1 call to warnings::import |
| 5 | |||||
| 6 | 1 | 1µs | require Tie::Hash; | ||
| 7 | 3 | 70µs | 1 | 8µs | # spent 8µs within SDBM_File::BEGIN@7 which was called:
# once (8µs+0s) by MARC::Charset::Table::BEGIN@37 at line 7 # spent 8µs making 1 call to SDBM_File::BEGIN@7 |
| 8 | |||||
| 9 | 1 | 10µs | our @ISA = qw(Tie::Hash); | ||
| 10 | 1 | 1µs | our $VERSION = "1.06"; | ||
| 11 | |||||
| 12 | 1 | 253µs | 1 | 246µs | XSLoader::load 'SDBM_File', $VERSION; # spent 246µs making 1 call to XSLoader::load |
| 13 | |||||
| 14 | 1 | 7µs | 1; | ||
| 15 | |||||
| 16 | __END__ | ||||
# spent 65µs within SDBM_File::TIEHASH which was called:
# once (65µs+0s) by MARC::Charset::Table::_init at line 187 of MARC/Charset/Table.pm |