Filename | /home/ss5/perl5/perlbrew/perls/perl-5.22.0/lib/site_perl/5.22.0/x86_64-linux/Moose/Meta/Instance.pm |
Statements | Executed 11 statements in 122µs |
Calls | P | F | Exclusive Time |
Inclusive Time |
Subroutine |
---|---|---|---|---|---|
1 | 1 | 1 | 12µs | 15µs | BEGIN@4 | Moose::Meta::Instance::
1 | 1 | 1 | 8µs | 16µs | BEGIN@5 | Moose::Meta::Instance::
1 | 1 | 1 | 6µs | 31µs | BEGIN@9 | Moose::Meta::Instance::
1 | 1 | 1 | 4µs | 4µs | BEGIN@7 | Moose::Meta::Instance::
Line | State ments |
Time on line |
Calls | Time in subs |
Code |
---|---|---|---|---|---|
1 | package Moose::Meta::Instance; | ||||
2 | 1 | 200ns | our $VERSION = '2.1605'; | ||
3 | |||||
4 | 2 | 25µs | 2 | 18µs | # spent 15µs (12+3) within Moose::Meta::Instance::BEGIN@4 which was called:
# once (12µs+3µs) by Moose::BEGIN@28 at line 4 # spent 15µs making 1 call to Moose::Meta::Instance::BEGIN@4
# spent 3µs making 1 call to strict::import |
5 | 2 | 32µs | 2 | 23µs | # spent 16µs (8+7) within Moose::Meta::Instance::BEGIN@5 which was called:
# once (8µs+7µs) by Moose::BEGIN@28 at line 5 # spent 16µs making 1 call to Moose::Meta::Instance::BEGIN@5
# spent 7µs making 1 call to warnings::import |
6 | |||||
7 | 2 | 26µs | 1 | 4µs | # spent 4µs within Moose::Meta::Instance::BEGIN@7 which was called:
# once (4µs+0s) by Moose::BEGIN@28 at line 7 # spent 4µs making 1 call to Moose::Meta::Instance::BEGIN@7 |
8 | |||||
9 | 2 | 34µs | 2 | 55µs | # spent 31µs (6+25) within Moose::Meta::Instance::BEGIN@9 which was called:
# once (6µs+25µs) by Moose::BEGIN@28 at line 9 # spent 31µs making 1 call to Moose::Meta::Instance::BEGIN@9
# spent 25µs making 1 call to parent::import |
10 | |||||
11 | 1 | 900ns | 1 | 717µs | Class::MOP::MiniTrait::apply(__PACKAGE__, 'Moose::Meta::Object::Trait'); # spent 717µs making 1 call to Class::MOP::MiniTrait::apply |
12 | |||||
13 | 1 | 3µs | 1; | ||
14 | |||||
15 | # ABSTRACT: The Moose Instance metaclass | ||||
16 | |||||
17 | __END__ |