Filename | /usr/lib/perl/5.10/SDBM_File.pm |
Statements | Executed 14 statements in 439µs |
Calls | P | F | Exclusive Time |
Inclusive Time |
Subroutine |
---|---|---|---|---|---|
1 | 1 | 1 | 64µs | 64µs | TIEHASH (xsub) | SDBM_File::
1 | 1 | 1 | 21µs | 30µs | BEGIN@3 | SDBM_File::
1 | 1 | 1 | 16µs | 45µs | BEGIN@4 | SDBM_File::
1 | 1 | 1 | 7µs | 7µ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 | 39µs | # spent 30µs (21+9) within SDBM_File::BEGIN@3 which was called:
# once (21µs+9µs) by MARC::Charset::Table::BEGIN@37 at line 3 # spent 30µs making 1 call to SDBM_File::BEGIN@3
# spent 9µs making 1 call to strict::import |
4 | 3 | 44µs | 2 | 74µs | # spent 45µs (16+29) within SDBM_File::BEGIN@4 which was called:
# once (16µs+29µs) by MARC::Charset::Table::BEGIN@37 at line 4 # spent 45µs making 1 call to SDBM_File::BEGIN@4
# spent 29µs making 1 call to warnings::import |
5 | |||||
6 | 1 | 1µs | require Tie::Hash; | ||
7 | 3 | 72µs | 1 | 7µs | # spent 7µs within SDBM_File::BEGIN@7 which was called:
# once (7µs+0s) by MARC::Charset::Table::BEGIN@37 at line 7 # spent 7µs making 1 call to SDBM_File::BEGIN@7 |
8 | |||||
9 | 1 | 11µs | our @ISA = qw(Tie::Hash); | ||
10 | 1 | 1µs | our $VERSION = "1.06"; | ||
11 | |||||
12 | 1 | 263µs | 1 | 255µs | XSLoader::load 'SDBM_File', $VERSION; # spent 255µs making 1 call to XSLoader::load |
13 | |||||
14 | 1 | 8µ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 |