Filename | /Users/ap13/perl5/lib/perl5/darwin-2level/Moose/Meta/Method.pm |
Statements | Executed 11 statements in 124µs |
Calls | P | F | Exclusive Time |
Inclusive Time |
Subroutine |
---|---|---|---|---|---|
1 | 1 | 1 | 13µs | 25µs | BEGIN@4 | Moose::Meta::Method::
1 | 1 | 1 | 8µs | 35µs | BEGIN@9 | Moose::Meta::Method::
1 | 1 | 1 | 7µs | 11µs | BEGIN@5 | Moose::Meta::Method::
1 | 1 | 1 | 7µs | 7µs | BEGIN@7 | Moose::Meta::Method::
Line | State ments |
Time on line |
Calls | Time in subs |
Code |
---|---|---|---|---|---|
1 | package Moose::Meta::Method; | ||||
2 | 1 | 600ns | our $VERSION = '2.1403'; | ||
3 | |||||
4 | 2 | 23µs | 2 | 38µs | # spent 25µs (13+12) within Moose::Meta::Method::BEGIN@4 which was called:
# once (13µs+12µs) by parent::import at line 4 # spent 25µs making 1 call to Moose::Meta::Method::BEGIN@4
# spent 12µs making 1 call to strict::import |
5 | 2 | 22µs | 2 | 15µs | # spent 11µs (7+4) within Moose::Meta::Method::BEGIN@5 which was called:
# once (7µs+4µs) by parent::import at line 5 # spent 11µs making 1 call to Moose::Meta::Method::BEGIN@5
# spent 4µs making 1 call to warnings::import |
6 | |||||
7 | 2 | 28µs | 1 | 7µs | # spent 7µs within Moose::Meta::Method::BEGIN@7 which was called:
# once (7µs+0s) by parent::import at line 7 # spent 7µs making 1 call to Moose::Meta::Method::BEGIN@7 |
8 | |||||
9 | 2 | 37µs | 2 | 35µs | # spent 35µs (8+27) within Moose::Meta::Method::BEGIN@9 which was called:
# once (8µs+27µs) by parent::import at line 9 # spent 35µs making 1 call to Moose::Meta::Method::BEGIN@9
# spent 27µs making 1 call to parent::import, recursion: max depth 1, sum of overlapping time 27µs |
10 | |||||
11 | 1 | 2µs | 1 | 3.37ms | Class::MOP::MiniTrait::apply(__PACKAGE__, 'Moose::Meta::Object::Trait'); # spent 3.37ms making 1 call to Class::MOP::MiniTrait::apply |
12 | |||||
13 | 1 | 11µs | 1; | ||
14 | |||||
15 | # ABSTRACT: A Moose Method metaclass | ||||
16 | |||||
17 | __END__ |