| 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/uniq.pm |
| Statements | Executed 20 statements in 1.13ms |
| Calls | P | F | Exclusive Time |
Inclusive Time |
Subroutine |
|---|---|---|---|---|---|
| 1 | 1 | 1 | 77µs | 96µs | Moose::Meta::Method::Accessor::Native::Array::uniq::BEGIN@3 |
| 1 | 1 | 1 | 48µs | 818µs | Moose::Meta::Method::Accessor::Native::Array::uniq::BEGIN@26 |
| 1 | 1 | 1 | 45µs | 17.9ms | Moose::Meta::Method::Accessor::Native::Array::uniq::BEGIN@12 |
| 1 | 1 | 1 | 42µs | 111µs | Moose::Meta::Method::Accessor::Native::Array::uniq::BEGIN@4 |
| 1 | 1 | 1 | 20µs | 20µs | Moose::Meta::Method::Accessor::Native::Array::uniq::BEGIN@6 |
| 0 | 0 | 0 | 0s | 0s | Moose::Meta::Method::Accessor::Native::Array::uniq::_maximum_arguments |
| 0 | 0 | 0 | 0s | 0s | Moose::Meta::Method::Accessor::Native::Array::uniq::_return_value |
| Line | State ments |
Time on line |
Calls | Time in subs |
Code |
|---|---|---|---|---|---|
| 1 | package Moose::Meta::Method::Accessor::Native::Array::uniq; | ||||
| 2 | |||||
| 3 | 3 | 105µs | 2 | 114µs | # spent 96µs (77+18) within Moose::Meta::Method::Accessor::Native::Array::uniq::BEGIN@3 which was called:
# once (77µs+18µs) by Moose::Meta::Attribute::Native::Trait::Array::BEGIN@31 at line 3 # spent 96µs making 1 call to Moose::Meta::Method::Accessor::Native::Array::uniq::BEGIN@3
# spent 18µs making 1 call to strict::import |
| 4 | 3 | 101µs | 2 | 181µs | # spent 111µs (42+70) within Moose::Meta::Method::Accessor::Native::Array::uniq::BEGIN@4 which was called:
# once (42µs+70µs) by Moose::Meta::Attribute::Native::Trait::Array::BEGIN@31 at line 4 # spent 111µs making 1 call to Moose::Meta::Method::Accessor::Native::Array::uniq::BEGIN@4
# spent 70µs making 1 call to warnings::import |
| 5 | |||||
| 6 | 3 | 234µs | 1 | 20µs | # spent 20µs within Moose::Meta::Method::Accessor::Native::Array::uniq::BEGIN@6 which was called:
# once (20µs+0s) by Moose::Meta::Attribute::Native::Trait::Array::BEGIN@31 at line 6 # spent 20µs making 1 call to Moose::Meta::Method::Accessor::Native::Array::uniq::BEGIN@6 |
| 7 | |||||
| 8 | 1 | 4µs | our $VERSION = '1.19'; | ||
| 9 | 1 | 85µs | $VERSION = eval $VERSION; # spent 11µs executing statements in string eval | ||
| 10 | 1 | 3µs | our $AUTHORITY = 'cpan:STEVAN'; | ||
| 11 | |||||
| 12 | 3 | 394µs | 2 | 35.7ms | # spent 17.9ms (45µs+17.8) within Moose::Meta::Method::Accessor::Native::Array::uniq::BEGIN@12 which was called:
# once (45µs+17.8ms) by Moose::Meta::Attribute::Native::Trait::Array::BEGIN@31 at line 12 # spent 17.9ms making 1 call to Moose::Meta::Method::Accessor::Native::Array::uniq::BEGIN@12
# spent 17.8ms making 1 call to Moose::Exporter::__ANON__[Moose/Exporter.pm:456] |
| 13 | |||||
| 14 | 1 | 32µs | 1 | 19.6ms | with 'Moose::Meta::Method::Accessor::Native::Reader' => # spent 19.6ms making 1 call to Moose::Role::with |
| 15 | { -excludes => ['_maximum_arguments'] }; | ||||
| 16 | |||||
| 17 | sub _maximum_arguments { 0 } | ||||
| 18 | |||||
| 19 | sub _return_value { | ||||
| 20 | my $self = shift; | ||||
| 21 | my $slot_access = shift; | ||||
| 22 | |||||
| 23 | return "List::MoreUtils::uniq \@{ ($slot_access) }"; | ||||
| 24 | } | ||||
| 25 | |||||
| 26 | 3 | 121µs | 2 | 1.59ms | # spent 818µs (48+769) within Moose::Meta::Method::Accessor::Native::Array::uniq::BEGIN@26 which was called:
# once (48µs+769µs) by Moose::Meta::Attribute::Native::Trait::Array::BEGIN@31 at line 26 # spent 818µs making 1 call to Moose::Meta::Method::Accessor::Native::Array::uniq::BEGIN@26
# spent 769µs making 1 call to Moose::Exporter::__ANON__[Moose/Exporter.pm:557] |
| 27 | |||||
| 28 | 1 | 46µs | 1; |