| 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/set.pm |
| Statements | Executed 21 statements in 1.33ms |
| Calls | P | F | Exclusive Time |
Inclusive Time |
Subroutine |
|---|---|---|---|---|---|
| 1 | 1 | 1 | 110µs | 110µs | Moose::Meta::Method::Accessor::Native::Bool::set::_inline_optimized_set_new_value |
| 1 | 1 | 1 | 75µs | 93µs | Moose::Meta::Method::Accessor::Native::Bool::set::BEGIN@3 |
| 1 | 1 | 1 | 46µs | 814µs | Moose::Meta::Method::Accessor::Native::Bool::set::BEGIN@31 |
| 1 | 1 | 1 | 43µs | 14.9ms | Moose::Meta::Method::Accessor::Native::Bool::set::BEGIN@10 |
| 1 | 1 | 1 | 41µs | 109µs | Moose::Meta::Method::Accessor::Native::Bool::set::BEGIN@4 |
| 1 | 1 | 1 | 12µs | 12µs | Moose::Meta::Method::Accessor::Native::Bool::set::_maximum_arguments |
| 1 | 1 | 1 | 10µs | 10µs | Moose::Meta::Method::Accessor::Native::Bool::set::_potential_value |
| Line | State ments |
Time on line |
Calls | Time in subs |
Code |
|---|---|---|---|---|---|
| 1 | package Moose::Meta::Method::Accessor::Native::Bool::set; | ||||
| 2 | |||||
| 3 | 3 | 104µs | 2 | 112µs | # spent 93µs (75+18) within Moose::Meta::Method::Accessor::Native::Bool::set::BEGIN@3 which was called:
# once (75µs+18µs) by Moose::Meta::Attribute::Native::Trait::Bool::BEGIN@9 at line 3 # spent 93µs making 1 call to Moose::Meta::Method::Accessor::Native::Bool::set::BEGIN@3
# spent 18µs making 1 call to strict::import |
| 4 | 3 | 245µs | 2 | 177µs | # spent 109µs (41+68) within Moose::Meta::Method::Accessor::Native::Bool::set::BEGIN@4 which was called:
# once (41µs+68µs) by Moose::Meta::Attribute::Native::Trait::Bool::BEGIN@9 at line 4 # spent 109µs making 1 call to Moose::Meta::Method::Accessor::Native::Bool::set::BEGIN@4
# spent 68µs making 1 call to warnings::import |
| 5 | |||||
| 6 | 1 | 4µs | our $VERSION = '1.19'; | ||
| 7 | 1 | 84µs | $VERSION = eval $VERSION; # spent 11µs executing statements in string eval | ||
| 8 | 1 | 3µs | our $AUTHORITY = 'cpan:STEVAN'; | ||
| 9 | |||||
| 10 | 3 | 522µs | 2 | 29.7ms | # spent 14.9ms (43µs+14.9) within Moose::Meta::Method::Accessor::Native::Bool::set::BEGIN@10 which was called:
# once (43µs+14.9ms) by Moose::Meta::Attribute::Native::Trait::Bool::BEGIN@9 at line 10 # spent 14.9ms making 1 call to Moose::Meta::Method::Accessor::Native::Bool::set::BEGIN@10
# spent 14.9ms making 1 call to Moose::Exporter::__ANON__[Moose/Exporter.pm:456] |
| 11 | |||||
| 12 | 1 | 32µs | 1 | 32.8ms | with 'Moose::Meta::Method::Accessor::Native::Writer' => { # spent 32.8ms 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 | 23µs | # spent 12µs within Moose::Meta::Method::Accessor::Native::Bool::set::_maximum_arguments which was called:
# once (12µ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 | 22µs | # spent 10µs within Moose::Meta::Method::Accessor::Native::Bool::set::_potential_value which was called:
# once (10µ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 110µs within Moose::Meta::Method::Accessor::Native::Bool::set::_inline_optimized_set_new_value which was called:
# once (110µ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 | 2 | 132µs | my ( $self, $inv, $new, $slot_access ) = @_; | ||
| 27 | |||||
| 28 | return "$slot_access = 1"; | ||||
| 29 | } | ||||
| 30 | |||||
| 31 | 3 | 116µs | 2 | 1.58ms | # spent 814µs (46+768) within Moose::Meta::Method::Accessor::Native::Bool::set::BEGIN@31 which was called:
# once (46µs+768µs) by Moose::Meta::Attribute::Native::Trait::Bool::BEGIN@9 at line 31 # spent 814µs making 1 call to Moose::Meta::Method::Accessor::Native::Bool::set::BEGIN@31
# spent 768µs making 1 call to Moose::Exporter::__ANON__[Moose/Exporter.pm:557] |
| 32 | |||||
| 33 | 1 | 45µs | 1; |