| Filename | /home/doy/coding/src/Moose/blib/lib//Moose/Meta/Method/Accessor/Native/Hash/keys.pm |
| Statements | Executed 24 statements in 1.14ms |
| Calls | P | F | Exclusive Time |
Inclusive Time |
Subroutine |
|---|---|---|---|---|---|
| 1 | 1 | 1 | 79µs | 97µs | Moose::Meta::Method::Accessor::Native::Hash::keys::BEGIN@3 |
| 1 | 1 | 1 | 59µs | 127µs | Moose::Meta::Method::Accessor::Native::Hash::keys::BEGIN@4 |
| 1 | 1 | 1 | 45µs | 789µs | Moose::Meta::Method::Accessor::Native::Hash::keys::BEGIN@26 |
| 1 | 1 | 1 | 44µs | 13.6ms | Moose::Meta::Method::Accessor::Native::Hash::keys::BEGIN@12 |
| 1 | 1 | 1 | 38µs | 224µs | Moose::Meta::Method::Accessor::Native::Hash::keys::BEGIN@6 |
| 1 | 1 | 1 | 20µs | 20µs | Moose::Meta::Method::Accessor::Native::Hash::keys::_return_value |
| 1 | 1 | 1 | 9µs | 9µs | Moose::Meta::Method::Accessor::Native::Hash::keys::_maximum_arguments |
| Line | State ments |
Time on line |
Calls | Time in subs |
Code |
|---|---|---|---|---|---|
| 1 | package Moose::Meta::Method::Accessor::Native::Hash::keys; | ||||
| 2 | |||||
| 3 | 3 | 100µs | 2 | 115µs | # spent 97µs (79+18) within Moose::Meta::Method::Accessor::Native::Hash::keys::BEGIN@3 which was called:
# once (79µs+18µs) by Class::MOP::__ANON__[/home/doy/coding/src/Class-MOP/blib/lib//Class/MOP.pm:118] at line 3 # spent 97µ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 | 110µs | 2 | 195µs | # spent 127µs (59+68) within Moose::Meta::Method::Accessor::Native::Hash::keys::BEGIN@4 which was called:
# once (59µs+68µs) by Class::MOP::__ANON__[/home/doy/coding/src/Class-MOP/blib/lib//Class/MOP.pm:118] at line 4 # spent 127µs making 1 call to Moose::Meta::Method::Accessor::Native::Hash::keys::BEGIN@4
# spent 68µs making 1 call to warnings::import |
| 5 | |||||
| 6 | 3 | 229µs | 2 | 409µs | # spent 224µs (38+185) within Moose::Meta::Method::Accessor::Native::Hash::keys::BEGIN@6 which was called:
# once (38µs+185µs) by Class::MOP::__ANON__[/home/doy/coding/src/Class-MOP/blib/lib//Class/MOP.pm:118] at line 6 # spent 224µs making 1 call to Moose::Meta::Method::Accessor::Native::Hash::keys::BEGIN@6
# spent 185µs making 1 call to Exporter::import |
| 7 | |||||
| 8 | 1 | 4µs | our $VERSION = '1.19'; | ||
| 9 | 1 | 93µs | $VERSION = eval $VERSION; # spent 14µs executing statements in string eval | ||
| 10 | 1 | 4µs | our $AUTHORITY = 'cpan:STEVAN'; | ||
| 11 | |||||
| 12 | 3 | 365µs | 2 | 27.2ms | # spent 13.6ms (44µs+13.6) within Moose::Meta::Method::Accessor::Native::Hash::keys::BEGIN@12 which was called:
# once (44µs+13.6ms) by Class::MOP::__ANON__[/home/doy/coding/src/Class-MOP/blib/lib//Class/MOP.pm:118] at line 12 # spent 13.6ms making 1 call to Moose::Meta::Method::Accessor::Native::Hash::keys::BEGIN@12
# spent 13.6ms making 1 call to Moose::Exporter::__ANON__[Moose/Exporter.pm:456] |
| 13 | |||||
| 14 | 1 | 33µs | 1 | 13.8ms | with 'Moose::Meta::Method::Accessor::Native::Reader' => # spent 13.8ms making 1 call to Moose::Role::with |
| 15 | { -excludes => ['_maximum_arguments'] }; | ||||
| 16 | |||||
| 17 | 1 | 17µs | # spent 9µs within Moose::Meta::Method::Accessor::Native::Hash::keys::_maximum_arguments which was called:
# once (9µs+0s) by Moose::Meta::Method::Accessor::Native::_inline_check_argument_count at line 79 of Moose/Meta/Method/Accessor/Native.pm | ||
| 18 | |||||
| 19 | # spent 20µs within Moose::Meta::Method::Accessor::Native::Hash::keys::_return_value which was called:
# once (20µs+0s) by Moose::Meta::Method::Accessor::Native::_inline_return_value at line 101 of Moose/Meta/Method/Accessor/Native.pm | ||||
| 20 | 3 | 29µs | my $self = shift; | ||
| 21 | my ($slot_access) = @_; | ||||
| 22 | |||||
| 23 | return 'keys %{ (' . $slot_access . ') }'; | ||||
| 24 | } | ||||
| 25 | |||||
| 26 | 3 | 110µs | 2 | 1.53ms | # spent 789µs (45+745) within Moose::Meta::Method::Accessor::Native::Hash::keys::BEGIN@26 which was called:
# once (45µs+745µs) by Class::MOP::__ANON__[/home/doy/coding/src/Class-MOP/blib/lib//Class/MOP.pm:118] at line 26 # spent 789µs making 1 call to Moose::Meta::Method::Accessor::Native::Hash::keys::BEGIN@26
# spent 745µs making 1 call to Moose::Exporter::__ANON__[Moose/Exporter.pm:557] |
| 27 | |||||
| 28 | 1 | 41µs | 1; |