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