| Filename | /home/doy/perl5/perlbrew/perls/perl-5.10.1/lib/site_perl/5.10.1/x86_64-linux/Moose/Meta/Method/Accessor/Native/Hash/values.pm |
| Statements | Executed 20 statements in 1.20ms |
| Calls | P | F | Exclusive Time |
Inclusive Time |
Subroutine |
|---|---|---|---|---|---|
| 1 | 1 | 1 | 77µs | 96µs | Moose::Meta::Method::Accessor::Native::Hash::values::BEGIN@3 |
| 1 | 1 | 1 | 59µs | 161µs | Moose::Meta::Method::Accessor::Native::Hash::values::BEGIN@4 |
| 1 | 1 | 1 | 46µs | 230µs | Moose::Meta::Method::Accessor::Native::Hash::values::BEGIN@6 |
| 1 | 1 | 1 | 46µs | 846µs | Moose::Meta::Method::Accessor::Native::Hash::values::BEGIN@26 |
| 1 | 1 | 1 | 46µs | 15.3ms | Moose::Meta::Method::Accessor::Native::Hash::values::BEGIN@12 |
| 0 | 0 | 0 | 0s | 0s | Moose::Meta::Method::Accessor::Native::Hash::values::_maximum_arguments |
| 0 | 0 | 0 | 0s | 0s | Moose::Meta::Method::Accessor::Native::Hash::values::_return_value |
| Line | State ments |
Time on line |
Calls | Time in subs |
Code |
|---|---|---|---|---|---|
| 1 | package Moose::Meta::Method::Accessor::Native::Hash::values; | ||||
| 2 | |||||
| 3 | 3 | 118µs | 2 | 115µs | # spent 96µs (77+19) within Moose::Meta::Method::Accessor::Native::Hash::values::BEGIN@3 which was called:
# once (77µs+19µs) by Moose::Meta::Attribute::Native::Trait::Hash::BEGIN@21 at line 3 # spent 96µs making 1 call to Moose::Meta::Method::Accessor::Native::Hash::values::BEGIN@3
# spent 19µs making 1 call to strict::import |
| 4 | 3 | 176µs | 2 | 262µs | # spent 161µs (59+101) within Moose::Meta::Method::Accessor::Native::Hash::values::BEGIN@4 which was called:
# once (59µs+101µs) by Moose::Meta::Attribute::Native::Trait::Hash::BEGIN@21 at line 4 # spent 161µs making 1 call to Moose::Meta::Method::Accessor::Native::Hash::values::BEGIN@4
# spent 101µs making 1 call to warnings::import |
| 5 | |||||
| 6 | 3 | 239µs | 2 | 414µs | # spent 230µs (46+184) within Moose::Meta::Method::Accessor::Native::Hash::values::BEGIN@6 which was called:
# once (46µs+184µs) by Moose::Meta::Attribute::Native::Trait::Hash::BEGIN@21 at line 6 # spent 230µs making 1 call to Moose::Meta::Method::Accessor::Native::Hash::values::BEGIN@6
# spent 184µs making 1 call to Exporter::import |
| 7 | |||||
| 8 | 1 | 4µs | our $VERSION = '1.19'; | ||
| 9 | 1 | 84µs | $VERSION = eval $VERSION; # spent 12µs executing statements in string eval | ||
| 10 | 1 | 3µs | our $AUTHORITY = 'cpan:STEVAN'; | ||
| 11 | |||||
| 12 | 3 | 382µs | 2 | 30.6ms | # spent 15.3ms (46µs+15.3) within Moose::Meta::Method::Accessor::Native::Hash::values::BEGIN@12 which was called:
# once (46µs+15.3ms) by Moose::Meta::Attribute::Native::Trait::Hash::BEGIN@21 at line 12 # spent 15.3ms making 1 call to Moose::Meta::Method::Accessor::Native::Hash::values::BEGIN@12
# spent 15.3ms making 1 call to Moose::Exporter::__ANON__[Moose/Exporter.pm:456] |
| 13 | |||||
| 14 | 1 | 33µs | 1 | 19.2ms | with 'Moose::Meta::Method::Accessor::Native::Reader' => # spent 19.2ms 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 "values \%{ ($slot_access) }"; | ||||
| 24 | } | ||||
| 25 | |||||
| 26 | 3 | 121µs | 2 | 1.65ms | # spent 846µs (46+800) within Moose::Meta::Method::Accessor::Native::Hash::values::BEGIN@26 which was called:
# once (46µs+800µs) by Moose::Meta::Attribute::Native::Trait::Hash::BEGIN@21 at line 26 # spent 846µs making 1 call to Moose::Meta::Method::Accessor::Native::Hash::values::BEGIN@26
# spent 800µs making 1 call to Moose::Exporter::__ANON__[Moose/Exporter.pm:557] |
| 27 | |||||
| 28 | 1 | 45µs | 1; |