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