| Filename | /home/doy/perl5/perlbrew/perls/perl-5.10.1/lib/site_perl/5.10.1/x86_64-linux/Moose/Meta/Method/Accessor/Native/String/clear.pm |
| Statements | Executed 22 statements in 1.23ms |
| Calls | P | F | Exclusive Time |
Inclusive Time |
Subroutine |
|---|---|---|---|---|---|
| 1 | 1 | 1 | 81µs | 102µs | Moose::Meta::Method::Accessor::Native::String::clear::BEGIN@3 |
| 1 | 1 | 1 | 47µs | 785µs | Moose::Meta::Method::Accessor::Native::String::clear::BEGIN@35 |
| 1 | 1 | 1 | 44µs | 14.9ms | Moose::Meta::Method::Accessor::Native::String::clear::BEGIN@10 |
| 1 | 1 | 1 | 40µs | 110µs | Moose::Meta::Method::Accessor::Native::String::clear::BEGIN@4 |
| 1 | 1 | 1 | 31µs | 31µs | Moose::Meta::Method::Accessor::Native::String::clear::_inline_optimized_set_new_value |
| 1 | 1 | 1 | 15µs | 15µs | Moose::Meta::Method::Accessor::Native::String::clear::_potential_value |
| 1 | 1 | 1 | 10µs | 10µs | Moose::Meta::Method::Accessor::Native::String::clear::_maximum_arguments |
| Line | State ments |
Time on line |
Calls | Time in subs |
Code |
|---|---|---|---|---|---|
| 1 | package Moose::Meta::Method::Accessor::Native::String::clear; | ||||
| 2 | |||||
| 3 | 3 | 116µs | 2 | 123µs | # spent 102µs (81+21) within Moose::Meta::Method::Accessor::Native::String::clear::BEGIN@3 which was called:
# once (81µs+21µs) by Moose::Meta::Attribute::Native::Trait::String::BEGIN@11 at line 3 # spent 102µs making 1 call to Moose::Meta::Method::Accessor::Native::String::clear::BEGIN@3
# spent 21µs making 1 call to strict::import |
| 4 | 3 | 253µs | 2 | 179µs | # spent 110µs (40+69) within Moose::Meta::Method::Accessor::Native::String::clear::BEGIN@4 which was called:
# once (40µs+69µs) by Moose::Meta::Attribute::Native::Trait::String::BEGIN@11 at line 4 # spent 110µs making 1 call to Moose::Meta::Method::Accessor::Native::String::clear::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 10µs executing statements in string eval | ||
| 8 | 1 | 3µs | our $AUTHORITY = 'cpan:STEVAN'; | ||
| 9 | |||||
| 10 | 3 | 483µs | 2 | 29.7ms | # spent 14.9ms (44µs+14.8) within Moose::Meta::Method::Accessor::Native::String::clear::BEGIN@10 which was called:
# once (44µs+14.8ms) by Moose::Meta::Attribute::Native::Trait::String::BEGIN@11 at line 10 # spent 14.9ms making 1 call to Moose::Meta::Method::Accessor::Native::String::clear::BEGIN@10
# spent 14.8ms making 1 call to Moose::Exporter::__ANON__[Moose/Exporter.pm:456] |
| 11 | |||||
| 12 | 1 | 35µs | 1 | 37.3ms | with 'Moose::Meta::Method::Accessor::Native::Writer' => { # spent 37.3ms 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 | 17µs | # spent 10µs within Moose::Meta::Method::Accessor::Native::String::clear::_maximum_arguments which was called:
# once (10µs+0s) by Moose::Meta::Method::Accessor::Native::_inline_check_argument_count at line 80 of Moose/Meta/Method/Accessor/Native.pm | ||
| 22 | |||||
| 23 | # spent 15µs within Moose::Meta::Method::Accessor::Native::String::clear::_potential_value which was called:
# once (15µs+0s) by Moose::Meta::Method::Accessor::Native::Writer::_writer_core at line 53 of Moose/Meta/Method/Accessor/Native/Writer.pm | ||||
| 24 | 2 | 23µs | my ( $self, $slot_access ) = @_; | ||
| 25 | |||||
| 26 | return "q{}"; | ||||
| 27 | } | ||||
| 28 | |||||
| 29 | # spent 31µs within Moose::Meta::Method::Accessor::Native::String::clear::_inline_optimized_set_new_value which was called:
# once (31µs+0s) by Moose::Meta::Method::Accessor::Native::Writer::_inline_set_new_value at line 166 of Moose/Meta/Method/Accessor/Native/Writer.pm | ||||
| 30 | 2 | 43µs | my ( $self, $inv, $new, $slot_access ) = @_; | ||
| 31 | |||||
| 32 | return "$slot_access = q{}"; | ||||
| 33 | } | ||||
| 34 | |||||
| 35 | 3 | 113µs | 2 | 1.52ms | # spent 785µs (47+738) within Moose::Meta::Method::Accessor::Native::String::clear::BEGIN@35 which was called:
# once (47µs+738µs) by Moose::Meta::Attribute::Native::Trait::String::BEGIN@11 at line 35 # spent 785µs making 1 call to Moose::Meta::Method::Accessor::Native::String::clear::BEGIN@35
# spent 738µs making 1 call to Moose::Exporter::__ANON__[Moose/Exporter.pm:557] |
| 36 | |||||
| 37 | 1 | 55µs | 1; |