| 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/keys.pm |
| Statements | Executed 20 statements in 1.28ms |
| Calls | P | F | Exclusive Time |
Inclusive Time |
Subroutine |
|---|---|---|---|---|---|
| 1 | 1 | 1 | 76µs | 94µs | Moose::Meta::Method::Accessor::Native::Hash::keys::BEGIN@3 |
| 1 | 1 | 1 | 57µs | 16.7ms | Moose::Meta::Method::Accessor::Native::Hash::keys::BEGIN@12 |
| 1 | 1 | 1 | 44µs | 763µs | Moose::Meta::Method::Accessor::Native::Hash::keys::BEGIN@26 |
| 1 | 1 | 1 | 42µs | 110µs | Moose::Meta::Method::Accessor::Native::Hash::keys::BEGIN@4 |
| 1 | 1 | 1 | 38µs | 209µs | Moose::Meta::Method::Accessor::Native::Hash::keys::BEGIN@6 |
| 0 | 0 | 0 | 0s | 0s | Moose::Meta::Method::Accessor::Native::Hash::keys::_maximum_arguments |
| 0 | 0 | 0 | 0s | 0s | Moose::Meta::Method::Accessor::Native::Hash::keys::_return_value |
| Line | State ments |
Time on line |
Calls | Time in subs |
Code |
|---|---|---|---|---|---|
| 1 | package Moose::Meta::Method::Accessor::Native::Hash::keys; | ||||
| 2 | |||||
| 3 | 3 | 106µs | 2 | 113µs | # spent 94µs (76+18) within Moose::Meta::Method::Accessor::Native::Hash::keys::BEGIN@3 which was called:
# once (76µs+18µs) by Moose::Meta::Attribute::Native::Trait::Hash::BEGIN@18 at line 3 # spent 94µs making 1 call to Moose::Meta::Method::Accessor::Native::Hash::keys::BEGIN@3
# spent 18µs making 1 call to strict::import |
| 4 | 3 | 112µs | 2 | 179µs | # spent 110µs (42+69) within Moose::Meta::Method::Accessor::Native::Hash::keys::BEGIN@4 which was called:
# once (42µs+69µs) by Moose::Meta::Attribute::Native::Trait::Hash::BEGIN@18 at line 4 # spent 110µs making 1 call to Moose::Meta::Method::Accessor::Native::Hash::keys::BEGIN@4
# spent 69µs making 1 call to warnings::import |
| 5 | |||||
| 6 | 3 | 310µs | 2 | 379µs | # spent 209µs (38+171) within Moose::Meta::Method::Accessor::Native::Hash::keys::BEGIN@6 which was called:
# once (38µs+171µs) by Moose::Meta::Attribute::Native::Trait::Hash::BEGIN@18 at line 6 # spent 209µs making 1 call to Moose::Meta::Method::Accessor::Native::Hash::keys::BEGIN@6
# spent 171µ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 | 402µs | 2 | 33.4ms | # spent 16.7ms (57µs+16.7) within Moose::Meta::Method::Accessor::Native::Hash::keys::BEGIN@12 which was called:
# once (57µs+16.7ms) by Moose::Meta::Attribute::Native::Trait::Hash::BEGIN@18 at line 12 # spent 16.7ms making 1 call to Moose::Meta::Method::Accessor::Native::Hash::keys::BEGIN@12
# spent 16.7ms making 1 call to Moose::Exporter::__ANON__[Moose/Exporter.pm:456] |
| 13 | |||||
| 14 | 1 | 31µs | 1 | 19.4ms | with 'Moose::Meta::Method::Accessor::Native::Reader' => # spent 19.4ms 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 "keys \%{ ($slot_access) }"; | ||||
| 24 | } | ||||
| 25 | |||||
| 26 | 3 | 189µs | 2 | 1.48ms | # spent 763µs (44+719) within Moose::Meta::Method::Accessor::Native::Hash::keys::BEGIN@26 which was called:
# once (44µs+719µs) by Moose::Meta::Attribute::Native::Trait::Hash::BEGIN@18 at line 26 # spent 763µs making 1 call to Moose::Meta::Method::Accessor::Native::Hash::keys::BEGIN@26
# spent 719µs making 1 call to Moose::Exporter::__ANON__[Moose/Exporter.pm:557] |
| 27 | |||||
| 28 | 1 | 42µs | 1; |