| Filename | /home/doy/perl5/perlbrew/perls/perl-5.10.1/lib/site_perl/5.10.1/x86_64-linux/Moose/Meta/Method/Accessor/Native/Bool/unset.pm |
| Statements | Executed 21 statements in 1.15ms |
| Calls | P | F | Exclusive Time |
Inclusive Time |
Subroutine |
|---|---|---|---|---|---|
| 1 | 1 | 1 | 76µs | 95µs | Moose::Meta::Method::Accessor::Native::Bool::unset::BEGIN@3 |
| 1 | 1 | 1 | 46µs | 803µs | Moose::Meta::Method::Accessor::Native::Bool::unset::BEGIN@31 |
| 1 | 1 | 1 | 41µs | 14.8ms | Moose::Meta::Method::Accessor::Native::Bool::unset::BEGIN@10 |
| 1 | 1 | 1 | 40µs | 109µs | Moose::Meta::Method::Accessor::Native::Bool::unset::BEGIN@4 |
| 1 | 1 | 1 | 20µs | 20µs | Moose::Meta::Method::Accessor::Native::Bool::unset::_inline_optimized_set_new_value |
| 1 | 1 | 1 | 9µs | 9µs | Moose::Meta::Method::Accessor::Native::Bool::unset::_maximum_arguments |
| 1 | 1 | 1 | 9µs | 9µs | Moose::Meta::Method::Accessor::Native::Bool::unset::_potential_value |
| Line | State ments |
Time on line |
Calls | Time in subs |
Code |
|---|---|---|---|---|---|
| 1 | package Moose::Meta::Method::Accessor::Native::Bool::unset; | ||||
| 2 | |||||
| 3 | 3 | 104µs | 2 | 113µs | # spent 95µs (76+18) within Moose::Meta::Method::Accessor::Native::Bool::unset::BEGIN@3 which was called:
# once (76µs+18µs) by Moose::Meta::Attribute::Native::Trait::Bool::BEGIN@11 at line 3 # spent 95µs making 1 call to Moose::Meta::Method::Accessor::Native::Bool::unset::BEGIN@3
# spent 18µs making 1 call to strict::import |
| 4 | 3 | 232µs | 2 | 179µs | # spent 109µs (40+69) within Moose::Meta::Method::Accessor::Native::Bool::unset::BEGIN@4 which was called:
# once (40µs+69µs) by Moose::Meta::Attribute::Native::Trait::Bool::BEGIN@11 at line 4 # spent 109µs making 1 call to Moose::Meta::Method::Accessor::Native::Bool::unset::BEGIN@4
# spent 69µs making 1 call to warnings::import |
| 5 | |||||
| 6 | 1 | 4µs | our $VERSION = '1.19'; | ||
| 7 | 1 | 82µs | $VERSION = eval $VERSION; # spent 12µs executing statements in string eval | ||
| 8 | 1 | 3µs | our $AUTHORITY = 'cpan:STEVAN'; | ||
| 9 | |||||
| 10 | 3 | 459µs | 2 | 29.6ms | # spent 14.8ms (41µs+14.8) within Moose::Meta::Method::Accessor::Native::Bool::unset::BEGIN@10 which was called:
# once (41µs+14.8ms) by Moose::Meta::Attribute::Native::Trait::Bool::BEGIN@11 at line 10 # spent 14.8ms making 1 call to Moose::Meta::Method::Accessor::Native::Bool::unset::BEGIN@10
# spent 14.8ms making 1 call to Moose::Exporter::__ANON__[Moose/Exporter.pm:456] |
| 11 | |||||
| 12 | 1 | 32µs | 1 | 33.0ms | with 'Moose::Meta::Method::Accessor::Native::Writer' => { # spent 33.0ms making 1 call to Moose::Role::with |
| 13 | -excludes => [ | ||||
| 14 | qw( | ||||
| 15 | _maximum_arguments | ||||
| 16 | _inline_optimized_set_new_value | ||||
| 17 | ) | ||||
| 18 | ] | ||||
| 19 | }; | ||||
| 20 | |||||
| 21 | 1 | 18µs | # spent 9µs within Moose::Meta::Method::Accessor::Native::Bool::unset::_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 | ||
| 22 | |||||
| 23 | 1 | 17µs | # spent 9µs within Moose::Meta::Method::Accessor::Native::Bool::unset::_potential_value which was called:
# once (9µs+0s) by Moose::Meta::Method::Accessor::Native::Writer::_writer_core at line 53 of Moose/Meta/Method/Accessor/Native/Writer.pm | ||
| 24 | |||||
| 25 | # spent 20µs within Moose::Meta::Method::Accessor::Native::Bool::unset::_inline_optimized_set_new_value which was called:
# once (20µs+0s) by Moose::Meta::Method::Accessor::Native::Writer::_inline_set_new_value at line 166 of Moose/Meta/Method/Accessor/Native/Writer.pm | ||||
| 26 | 1 | 7µs | my ( $self, $inv, $new, $slot_access ) = @_; | ||
| 27 | |||||
| 28 | 1 | 24µs | return "$slot_access = 0"; | ||
| 29 | } | ||||
| 30 | |||||
| 31 | 3 | 119µs | 2 | 1.56ms | # spent 803µs (46+757) within Moose::Meta::Method::Accessor::Native::Bool::unset::BEGIN@31 which was called:
# once (46µs+757µs) by Moose::Meta::Attribute::Native::Trait::Bool::BEGIN@11 at line 31 # spent 803µs making 1 call to Moose::Meta::Method::Accessor::Native::Bool::unset::BEGIN@31
# spent 757µs making 1 call to Moose::Exporter::__ANON__[Moose/Exporter.pm:557] |
| 32 | |||||
| 33 | 1 | 45µs | 1; |