| 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/shuffle.pm |
| Statements | Executed 20 statements in 1.17ms |
| Calls | P | F | Exclusive Time |
Inclusive Time |
Subroutine |
|---|---|---|---|---|---|
| 1 | 1 | 1 | 80µs | 98µs | Moose::Meta::Method::Accessor::Native::Array::shuffle::BEGIN@3 |
| 1 | 1 | 1 | 50µs | 127µs | Moose::Meta::Method::Accessor::Native::Array::shuffle::BEGIN@4 |
| 1 | 1 | 1 | 48µs | 821µs | Moose::Meta::Method::Accessor::Native::Array::shuffle::BEGIN@26 |
| 1 | 1 | 1 | 44µs | 14.7ms | Moose::Meta::Method::Accessor::Native::Array::shuffle::BEGIN@12 |
| 1 | 1 | 1 | 22µs | 22µs | Moose::Meta::Method::Accessor::Native::Array::shuffle::BEGIN@6 |
| 0 | 0 | 0 | 0s | 0s | Moose::Meta::Method::Accessor::Native::Array::shuffle::_maximum_arguments |
| 0 | 0 | 0 | 0s | 0s | Moose::Meta::Method::Accessor::Native::Array::shuffle::_return_value |
| Line | State ments |
Time on line |
Calls | Time in subs |
Code |
|---|---|---|---|---|---|
| 1 | package Moose::Meta::Method::Accessor::Native::Array::shuffle; | ||||
| 2 | |||||
| 3 | 3 | 121µs | 2 | 117µs | # spent 98µs (80+18) within Moose::Meta::Method::Accessor::Native::Array::shuffle::BEGIN@3 which was called:
# once (80µs+18µs) by Moose::Meta::Attribute::Native::Trait::Array::BEGIN@27 at line 3 # spent 98µs making 1 call to Moose::Meta::Method::Accessor::Native::Array::shuffle::BEGIN@3
# spent 18µs making 1 call to strict::import |
| 4 | 3 | 132µs | 2 | 204µs | # spent 127µs (50+77) within Moose::Meta::Method::Accessor::Native::Array::shuffle::BEGIN@4 which was called:
# once (50µs+77µs) by Moose::Meta::Attribute::Native::Trait::Array::BEGIN@27 at line 4 # spent 127µs making 1 call to Moose::Meta::Method::Accessor::Native::Array::shuffle::BEGIN@4
# spent 77µs making 1 call to warnings::import |
| 5 | |||||
| 6 | 3 | 242µs | 1 | 22µs | # spent 22µs within Moose::Meta::Method::Accessor::Native::Array::shuffle::BEGIN@6 which was called:
# once (22µs+0s) by Moose::Meta::Attribute::Native::Trait::Array::BEGIN@27 at line 6 # spent 22µs making 1 call to Moose::Meta::Method::Accessor::Native::Array::shuffle::BEGIN@6 |
| 7 | |||||
| 8 | 1 | 4µs | our $VERSION = '1.19'; | ||
| 9 | 1 | 83µs | $VERSION = eval $VERSION; # spent 10µs executing statements in string eval | ||
| 10 | 1 | 3µs | our $AUTHORITY = 'cpan:STEVAN'; | ||
| 11 | |||||
| 12 | 3 | 398µs | 2 | 29.4ms | # spent 14.7ms (44µs+14.7) within Moose::Meta::Method::Accessor::Native::Array::shuffle::BEGIN@12 which was called:
# once (44µs+14.7ms) by Moose::Meta::Attribute::Native::Trait::Array::BEGIN@27 at line 12 # spent 14.7ms making 1 call to Moose::Meta::Method::Accessor::Native::Array::shuffle::BEGIN@12
# spent 14.7ms making 1 call to Moose::Exporter::__ANON__[Moose/Exporter.pm:456] |
| 13 | |||||
| 14 | 1 | 30µs | 1 | 19.9ms | with 'Moose::Meta::Method::Accessor::Native::Reader' => # spent 19.9ms 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::Util::shuffle \@{ ($slot_access) }"; | ||||
| 24 | } | ||||
| 25 | |||||
| 26 | 3 | 117µs | 2 | 1.59ms | # spent 821µs (48+773) within Moose::Meta::Method::Accessor::Native::Array::shuffle::BEGIN@26 which was called:
# once (48µs+773µs) by Moose::Meta::Attribute::Native::Trait::Array::BEGIN@27 at line 26 # spent 821µs making 1 call to Moose::Meta::Method::Accessor::Native::Array::shuffle::BEGIN@26
# spent 773µs making 1 call to Moose::Exporter::__ANON__[Moose/Exporter.pm:557] |
| 27 | |||||
| 28 | 1 | 45µs | 1; |