| Filename | /home/ss5/perl5/perlbrew/perls/perl-5.22.0/lib/site_perl/5.22.0/Moo/_mro.pm |
| Statements | Executed 4 statements in 28µs |
| Calls | P | F | Exclusive Time |
Inclusive Time |
Subroutine |
|---|---|---|---|---|---|
| 1 | 1 | 1 | 7µs | 14µs | Moo::_mro::BEGIN@2 |
| Line | State ments |
Time on line |
Calls | Time in subs |
Code |
|---|---|---|---|---|---|
| 1 | package Moo::_mro; | ||||
| 2 | 2 | 25µs | 2 | 20µs | # spent 14µs (7+7) within Moo::_mro::BEGIN@2 which was called:
# once (7µs+7µs) by Moo::_Utils::BEGIN@23 at line 2 # spent 14µs making 1 call to Moo::_mro::BEGIN@2
# spent 7µs making 1 call to Moo::_strictures::import |
| 3 | |||||
| 4 | 1 | 600ns | if ($] >= 5.010) { | ||
| 5 | require mro; | ||||
| 6 | } else { | ||||
| 7 | require MRO::Compat; | ||||
| 8 | } | ||||
| 9 | |||||
| 10 | 1 | 3µs | 1; |