| Filename | /home/doy/perl5/perlbrew/perls/perl-5.10.1/lib/site_perl/5.10.1/x86_64-linux/Moose/Meta/Method/Accessor/Native/Array/elements.pm |
| Statements | Executed 21 statements in 1.22ms |
| Calls | P | F | Exclusive Time |
Inclusive Time |
Subroutine |
|---|---|---|---|---|---|
| 1 | 1 | 1 | 80µs | 98µs | Moose::Meta::Method::Accessor::Native::Array::elements::BEGIN@3 |
| 1 | 1 | 1 | 49µs | 827µs | Moose::Meta::Method::Accessor::Native::Array::elements::BEGIN@24 |
| 1 | 1 | 1 | 47µs | 14.8ms | Moose::Meta::Method::Accessor::Native::Array::elements::BEGIN@10 |
| 1 | 1 | 1 | 42µs | 111µs | Moose::Meta::Method::Accessor::Native::Array::elements::BEGIN@4 |
| 1 | 1 | 1 | 20µs | 20µs | Moose::Meta::Method::Accessor::Native::Array::elements::_return_value |
| 1 | 1 | 1 | 9µs | 9µs | Moose::Meta::Method::Accessor::Native::Array::elements::_maximum_arguments |
| Line | State ments |
Time on line |
Calls | Time in subs |
Code |
|---|---|---|---|---|---|
| 1 | package Moose::Meta::Method::Accessor::Native::Array::elements; | ||||
| 2 | |||||
| 3 | 3 | 107µs | 2 | 117µs | # spent 98µs (80+18) within Moose::Meta::Method::Accessor::Native::Array::elements::BEGIN@3 which was called:
# once (80µs+18µs) by Moose::Meta::Attribute::Native::Trait::Array::BEGIN@13 at line 3 # spent 98µs making 1 call to Moose::Meta::Method::Accessor::Native::Array::elements::BEGIN@3
# spent 18µs making 1 call to strict::import |
| 4 | 3 | 343µs | 2 | 180µs | # spent 111µs (42+69) within Moose::Meta::Method::Accessor::Native::Array::elements::BEGIN@4 which was called:
# once (42µs+69µs) by Moose::Meta::Attribute::Native::Trait::Array::BEGIN@13 at line 4 # spent 111µs making 1 call to Moose::Meta::Method::Accessor::Native::Array::elements::BEGIN@4
# spent 69µs making 1 call to warnings::import |
| 5 | |||||
| 6 | 1 | 4µs | our $VERSION = '1.19'; | ||
| 7 | 1 | 92µs | $VERSION = eval $VERSION; # spent 10µs executing statements in string eval | ||
| 8 | 1 | 3µs | our $AUTHORITY = 'cpan:STEVAN'; | ||
| 9 | |||||
| 10 | 3 | 400µs | 2 | 29.6ms | # spent 14.8ms (47µs+14.8) within Moose::Meta::Method::Accessor::Native::Array::elements::BEGIN@10 which was called:
# once (47µs+14.8ms) by Moose::Meta::Attribute::Native::Trait::Array::BEGIN@13 at line 10 # spent 14.8ms making 1 call to Moose::Meta::Method::Accessor::Native::Array::elements::BEGIN@10
# spent 14.8ms making 1 call to Moose::Exporter::__ANON__[Moose/Exporter.pm:456] |
| 11 | |||||
| 12 | 1 | 31µs | 1 | 19.6ms | with 'Moose::Meta::Method::Accessor::Native::Reader' => # spent 19.6ms making 1 call to Moose::Role::with |
| 13 | { -excludes => ['_maximum_arguments'] }; | ||||
| 14 | |||||
| 15 | 1 | 17µs | # spent 9µs within Moose::Meta::Method::Accessor::Native::Array::elements::_maximum_arguments which was called:
# once (9µs+0s) by Moose::Meta::Method::Accessor::Native::_inline_check_argument_count at line 80 of Moose/Meta/Method/Accessor/Native.pm | ||
| 16 | |||||
| 17 | # spent 20µs within Moose::Meta::Method::Accessor::Native::Array::elements::_return_value which was called:
# once (20µs+0s) by Moose::Meta::Method::Accessor::Native::Reader::_inline_return_value at line 60 of Moose/Meta/Method/Accessor/Native/Reader.pm | ||||
| 18 | 1 | 3µs | my $self = shift; | ||
| 19 | 1 | 4µs | my $slot_access = shift; | ||
| 20 | |||||
| 21 | 1 | 45µs | return "\@{ ($slot_access) }"; | ||
| 22 | } | ||||
| 23 | |||||
| 24 | 3 | 119µs | 2 | 1.61ms | # spent 827µs (49+778) within Moose::Meta::Method::Accessor::Native::Array::elements::BEGIN@24 which was called:
# once (49µs+778µs) by Moose::Meta::Attribute::Native::Trait::Array::BEGIN@13 at line 24 # spent 827µs making 1 call to Moose::Meta::Method::Accessor::Native::Array::elements::BEGIN@24
# spent 778µs making 1 call to Moose::Exporter::__ANON__[Moose/Exporter.pm:557] |
| 25 | |||||
| 26 | 1 | 50µs | 1; |