| Filename | /usr/lib/perl/5.10/SDBM_File.pm |
| Statements | Executed 14 statements in 715µs |
| Calls | P | F | Exclusive Time |
Inclusive Time |
Subroutine |
|---|---|---|---|---|---|
| 1 | 1 | 1 | 63µs | 63µs | SDBM_File::TIEHASH (xsub) |
| 1 | 1 | 1 | 29µs | 42µs | SDBM_File::BEGIN@3 |
| 1 | 1 | 1 | 18µs | 60µs | SDBM_File::BEGIN@4 |
| 1 | 1 | 1 | 10µs | 10µ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 | 55µs | # spent 42µs (29+13) within SDBM_File::BEGIN@3 which was called:
# once (29µs+13µs) by MARC::Charset::Table::BEGIN@37 at line 3 # spent 42µs making 1 call to SDBM_File::BEGIN@3
# spent 13µs making 1 call to strict::import |
| 4 | 3 | 51µs | 2 | 102µs | # spent 60µs (18+42) within SDBM_File::BEGIN@4 which was called:
# once (18µs+42µs) by MARC::Charset::Table::BEGIN@37 at line 4 # spent 60µs making 1 call to SDBM_File::BEGIN@4
# spent 42µs making 1 call to warnings::import |
| 5 | |||||
| 6 | 1 | 1µs | require Tie::Hash; | ||
| 7 | 3 | 245µs | 1 | 10µs | # spent 10µs within SDBM_File::BEGIN@7 which was called:
# once (10µs+0s) by MARC::Charset::Table::BEGIN@37 at line 7 # spent 10µs making 1 call to SDBM_File::BEGIN@7 |
| 8 | |||||
| 9 | 1 | 15µs | our @ISA = qw(Tie::Hash); | ||
| 10 | 1 | 2µs | our $VERSION = "1.06"; | ||
| 11 | |||||
| 12 | 1 | 347µs | 1 | 339µs | XSLoader::load 'SDBM_File', $VERSION; # spent 339µs making 1 call to XSLoader::load |
| 13 | |||||
| 14 | 1 | 9µs | 1; | ||
| 15 | |||||
| 16 | __END__ | ||||
# spent 63µs within SDBM_File::TIEHASH which was called:
# once (63µs+0s) by MARC::Charset::Table::_init at line 187 of MARC/Charset/Table.pm |