| Filename | /home/ss5/perl5/perlbrew/perls/perl-5.14.1/lib/5.14.1/x86_64-linux-thread-multi/Tie/Hash/NamedCapture.pm |
| Statements | Executed 5 statements in 1.11ms |
| Calls | P | F | Exclusive Time |
Inclusive Time |
Subroutine |
|---|---|---|---|---|---|
| 1 | 1 | 1 | 73µs | 90µs | English::BEGIN@1 |
| Line | State ments |
Time on line |
Calls | Time in subs |
Code |
|---|---|---|---|---|---|
| 1 | 2 | 202µs | 2 | 107µs | # spent 90µs (73+17) within English::BEGIN@1 which was called:
# once (73µs+17µs) by English::BEGIN@148 at line 1 # spent 90µs making 1 call to English::BEGIN@1
# spent 17µs making 1 call to strict::import |
| 2 | package Tie::Hash::NamedCapture; | ||||
| 3 | |||||
| 4 | 1 | 2µs | our $VERSION = "0.08"; | ||
| 5 | |||||
| 6 | 1 | 1µs | require XSLoader; | ||
| 7 | 1 | 906µs | 1 | 861µs | XSLoader::load(); # This returns true, which makes require happy. # spent 861µs making 1 call to XSLoader::load |
| 8 | |||||
| 9 | __END__ |