Filename | /usr/lib/perl5/5.20.1/x86_64-linux-thread-multi/Tie/Hash/NamedCapture.pm |
Statements | Executed 5 statements in 155µs |
Calls | P | F | Exclusive Time |
Inclusive Time |
Subroutine |
---|---|---|---|---|---|
1 | 1 | 1 | 7µs | 16µs | BEGIN@1 | Date::Manip::Date::
Line | State ments |
Time on line |
Calls | Time in subs |
Code |
---|---|---|---|---|---|
1 | 2 | 30µs | 2 | 24µs | # spent 16µs (7+9) within Date::Manip::Date::BEGIN@1 which was called:
# once (7µs+9µs) by Date::Manip::Date::BEGIN@431 at line 1 # spent 16µs making 1 call to Date::Manip::Date::BEGIN@1
# spent 9µs making 1 call to strict::import |
2 | package Tie::Hash::NamedCapture; | ||||
3 | |||||
4 | 1 | 200ns | our $VERSION = "0.09"; | ||
5 | |||||
6 | 1 | 100ns | require XSLoader; | ||
7 | 1 | 125µs | 1 | 120µs | XSLoader::load(); # This returns true, which makes require happy. # spent 120µs making 1 call to XSLoader::load |
8 | |||||
9 | __END__ |