| Filename | /Users/timbo/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/darwin-2level/Tie/Hash/NamedCapture.pm |
| Statements | Executed 5 statements in 312µs |
| Calls | P | F | Exclusive Time |
Inclusive Time |
Subroutine |
|---|---|---|---|---|---|
| 44 | 1 | 1 | 65µs | 65µs | English::CORE:match (opcode) |
| 1 | 1 | 1 | 12µs | 25µs | English::BEGIN@1 |
| 2 | 1 | 1 | 2µs | 2µs | English::CORE:subst (opcode) |
| Line | State ments |
Time on line |
Calls | Time in subs |
Code |
|---|---|---|---|---|---|
| 1 | 2 | 61µs | 2 | 38µs | # spent 25µs (12+13) within English::BEGIN@1 which was called:
# once (12µs+13µs) by English::BEGIN@153 at line 1 # spent 25µs making 1 call to English::BEGIN@1
# spent 13µs making 1 call to strict::import |
| 2 | package Tie::Hash::NamedCapture; | ||||
| 3 | |||||
| 4 | 1 | 500ns | our $VERSION = "0.09"; | ||
| 5 | |||||
| 6 | 1 | 200ns | require XSLoader; | ||
| 7 | 1 | 251µs | 1 | 242µs | XSLoader::load(); # This returns true, which makes require happy. # spent 242µs making 1 call to XSLoader::load |
| 8 | |||||
| 9 | __END__ | ||||
# spent 65µs within English::CORE:match which was called 44 times, avg 1µs/call:
# 44 times (65µs+0s) by English::import at line 59 of English.pm, avg 1µs/call | |||||
# spent 2µs within English::CORE:subst which was called 2 times, avg 1µs/call:
# 2 times (2µs+0s) by English::import at line 79 of English.pm, avg 1µs/call |