Filename | /usr/share/perl5/Moo/_mro.pm |
Statements | Executed 5 statements in 101µs |
Calls | P | F | Exclusive Time |
Inclusive Time |
Subroutine |
---|---|---|---|---|---|
1 | 1 | 1 | 29µs | 130µs | BEGIN@2 | Moo::_mro::
Line | State ments |
Time on line |
Calls | Time in subs |
Code |
---|---|---|---|---|---|
1 | package Moo::_mro; | ||||
2 | 3 | 93µs | 3 | 231µs | # spent 130µs (29+101) within Moo::_mro::BEGIN@2 which was called:
# once (29µs+101µs) by Moo::_Utils::BEGIN@16 at line 2 # spent 130µs making 1 call to Moo::_mro::BEGIN@2
# spent 64µs making 1 call to strictures::import
# spent 38µs making 1 call to strictures::VERSION |
3 | |||||
4 | 1 | 4µs | if ($] >= 5.010) { | ||
5 | require mro; | ||||
6 | } else { | ||||
7 | require MRO::Compat; | ||||
8 | } | ||||
9 | |||||
10 | 1 | 5µs | 1; |