Filename | /usr/lib/perl/5.10/SDBM_File.pm |
Statements | Executed 14 statements in 458µs |
Calls | P | F | Exclusive Time |
Inclusive Time |
Subroutine |
---|---|---|---|---|---|
1 | 1 | 1 | 63µs | 63µs | TIEHASH (xsub) | SDBM_File::
1 | 1 | 1 | 23µs | 29µs | BEGIN@3 | SDBM_File::
1 | 1 | 1 | 17µs | 50µs | BEGIN@4 | SDBM_File::
1 | 1 | 1 | 9µs | 9µs | BEGIN@7 | SDBM_File::
Line | State ments |
Time on line |
Calls | Time in subs |
Code |
---|---|---|---|---|---|
1 | package SDBM_File; | ||||
2 | |||||
3 | 3 | 54µs | 2 | 35µs | # spent 29µs (23+6) within SDBM_File::BEGIN@3 which was called:
# once (23µs+6µs) by MARC::Charset::Table::BEGIN@37 at line 3 # spent 29µs making 1 call to SDBM_File::BEGIN@3
# spent 6µs making 1 call to strict::import |
4 | 3 | 44µs | 2 | 83µs | # spent 50µs (17+33) within SDBM_File::BEGIN@4 which was called:
# once (17µs+33µs) by MARC::Charset::Table::BEGIN@37 at line 4 # spent 50µs making 1 call to SDBM_File::BEGIN@4
# spent 33µs making 1 call to warnings::import |
5 | |||||
6 | 1 | 2µs | require Tie::Hash; | ||
7 | 3 | 74µs | 1 | 9µs | # spent 9µs within SDBM_File::BEGIN@7 which was called:
# once (9µs+0s) by MARC::Charset::Table::BEGIN@37 at line 7 # spent 9µ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 | 266µs | 1 | 259µs | XSLoader::load 'SDBM_File', $VERSION; # spent 259µs making 1 call to XSLoader::load |
13 | |||||
14 | 1 | 7µ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 |