| 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 24 statements in 1.25ms |
| 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 | 46µs | 783µs | Moose::Meta::Method::Accessor::Native::Hash::values::BEGIN@26 |
| 1 | 1 | 1 | 45µs | 14.6ms | Moose::Meta::Method::Accessor::Native::Hash::values::BEGIN@12 |
| 1 | 1 | 1 | 41µs | 110µs | Moose::Meta::Method::Accessor::Native::Hash::values::BEGIN@4 |
| 1 | 1 | 1 | 40µs | 280µs | Moose::Meta::Method::Accessor::Native::Hash::values::BEGIN@6 |
| 1 | 1 | 1 | 20µs | 20µs | Moose::Meta::Method::Accessor::Native::Hash::values::_return_value |
| 1 | 1 | 1 | 9µs | 9µs | Moose::Meta::Method::Accessor::Native::Hash::values::_maximum_arguments |
| Line | State ments |
Time on line |
Calls | Time in subs |
Code |
|---|---|---|---|---|---|
| 1 | package Moose::Meta::Method::Accessor::Native::Hash::values; | ||||
| 2 | |||||
| 3 | 3 | 105µs | 2 | 114µs | # spent 96µs (77+18) within Moose::Meta::Method::Accessor::Native::Hash::values::BEGIN@3 which was called:
# once (77µs+18µ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 18µs making 1 call to strict::import |
| 4 | 3 | 111µs | 2 | 178µs | # spent 110µs (41+68) within Moose::Meta::Method::Accessor::Native::Hash::values::BEGIN@4 which was called:
# once (41µs+68µs) by Moose::Meta::Attribute::Native::Trait::Hash::BEGIN@21 at line 4 # spent 110µs making 1 call to Moose::Meta::Method::Accessor::Native::Hash::values::BEGIN@4
# spent 68µs making 1 call to warnings::import |
| 5 | |||||
| 6 | 3 | 239µs | 2 | 521µs | # spent 280µs (40+240) within Moose::Meta::Method::Accessor::Native::Hash::values::BEGIN@6 which was called:
# once (40µs+240µs) by Moose::Meta::Attribute::Native::Trait::Hash::BEGIN@21 at line 6 # spent 280µs making 1 call to Moose::Meta::Method::Accessor::Native::Hash::values::BEGIN@6
# spent 240µs making 1 call to Exporter::import |
| 7 | |||||
| 8 | 1 | 4µs | our $VERSION = '1.19'; | ||
| 9 | 1 | 85µs | $VERSION = eval $VERSION; # spent 10µs executing statements in string eval | ||
| 10 | 1 | 3µs | our $AUTHORITY = 'cpan:STEVAN'; | ||
| 11 | |||||
| 12 | 3 | 445µs | 2 | 29.2ms | # spent 14.6ms (45µs+14.6) within Moose::Meta::Method::Accessor::Native::Hash::values::BEGIN@12 which was called:
# once (45µs+14.6ms) by Moose::Meta::Attribute::Native::Trait::Hash::BEGIN@21 at line 12 # spent 14.6ms making 1 call to Moose::Meta::Method::Accessor::Native::Hash::values::BEGIN@12
# spent 14.6ms making 1 call to Moose::Exporter::__ANON__[Moose/Exporter.pm:456] |
| 13 | |||||
| 14 | 1 | 32µs | 1 | 19.3ms | with 'Moose::Meta::Method::Accessor::Native::Reader' => # spent 19.3ms making 1 call to Moose::Role::with |
| 15 | { -excludes => ['_maximum_arguments'] }; | ||||
| 16 | |||||
| 17 | 1 | 41µs | # spent 9µs within Moose::Meta::Method::Accessor::Native::Hash::values::_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 | ||
| 18 | |||||
| 19 | # spent 20µs within Moose::Meta::Method::Accessor::Native::Hash::values::_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 | ||||
| 20 | 3 | 29µs | my $self = shift; | ||
| 21 | my $slot_access = shift; | ||||
| 22 | |||||
| 23 | return "values \%{ ($slot_access) }"; | ||||
| 24 | } | ||||
| 25 | |||||
| 26 | 3 | 116µs | 2 | 1.52ms | # spent 783µs (46+738) within Moose::Meta::Method::Accessor::Native::Hash::values::BEGIN@26 which was called:
# once (46µs+738µs) by Moose::Meta::Attribute::Native::Trait::Hash::BEGIN@21 at line 26 # spent 783µs making 1 call to Moose::Meta::Method::Accessor::Native::Hash::values::BEGIN@26
# spent 738µs making 1 call to Moose::Exporter::__ANON__[Moose/Exporter.pm:557] |
| 27 | |||||
| 28 | 1 | 43µs | 1; |