Filename | /home/ss5/perl5/perlbrew/perls/perl-5.22.0/lib/site_perl/5.22.0/x86_64-linux/Moose/Meta/Method.pm |
Statements | Executed 11 statements in 82µs |
Calls | P | F | Exclusive Time |
Inclusive Time |
Subroutine |
---|---|---|---|---|---|
1 | 1 | 1 | 12µs | 14µs | BEGIN@5 | Moose::Meta::Method::
1 | 1 | 1 | 9µs | 10µs | BEGIN@4 | Moose::Meta::Method::
1 | 1 | 1 | 5µs | 24µs | BEGIN@9 | Moose::Meta::Method::
1 | 1 | 1 | 5µs | 5µs | BEGIN@7 | Moose::Meta::Method::
Line | State ments |
Time on line |
Calls | Time in subs |
Code |
---|---|---|---|---|---|
1 | package Moose::Meta::Method; | ||||
2 | 1 | 200ns | our $VERSION = '2.1605'; | ||
3 | |||||
4 | 2 | 15µs | 2 | 11µs | # spent 10µs (9+1) within Moose::Meta::Method::BEGIN@4 which was called:
# once (9µs+1µs) by parent::import at line 4 # spent 10µs making 1 call to Moose::Meta::Method::BEGIN@4
# spent 1µs making 1 call to strict::import |
5 | 2 | 19µs | 2 | 17µs | # spent 14µs (12+2) within Moose::Meta::Method::BEGIN@5 which was called:
# once (12µs+2µs) by parent::import at line 5 # spent 14µs making 1 call to Moose::Meta::Method::BEGIN@5
# spent 2µs making 1 call to warnings::import |
6 | |||||
7 | 2 | 21µs | 1 | 5µs | # spent 5µs within Moose::Meta::Method::BEGIN@7 which was called:
# once (5µs+0s) by parent::import at line 7 # spent 5µs making 1 call to Moose::Meta::Method::BEGIN@7 |
8 | |||||
9 | 2 | 23µs | 2 | 24µs | # spent 24µs (5+19) within Moose::Meta::Method::BEGIN@9 which was called:
# once (5µs+19µs) by parent::import at line 9 # spent 24µs making 1 call to Moose::Meta::Method::BEGIN@9
# spent 19µs making 1 call to parent::import, recursion: max depth 1, sum of overlapping time 19µs |
10 | |||||
11 | 1 | 1µs | 1 | 1.24ms | Class::MOP::MiniTrait::apply(__PACKAGE__, 'Moose::Meta::Object::Trait'); # spent 1.24ms making 1 call to Class::MOP::MiniTrait::apply |
12 | |||||
13 | 1 | 2µs | 1; | ||
14 | |||||
15 | # ABSTRACT: A Moose Method metaclass | ||||
16 | |||||
17 | __END__ |