| 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/length.pm |
| Statements | Executed 20 statements in 1.07ms |
| Calls | P | F | Exclusive Time |
Inclusive Time |
Subroutine |
|---|---|---|---|---|---|
| 1 | 1 | 1 | 80µs | 99µs | Moose::Meta::Method::Accessor::Native::String::length::BEGIN@3 |
| 1 | 1 | 1 | 44µs | 17.5ms | Moose::Meta::Method::Accessor::Native::String::length::BEGIN@10 |
| 1 | 1 | 1 | 44µs | 786µs | Moose::Meta::Method::Accessor::Native::String::length::BEGIN@23 |
| 1 | 1 | 1 | 42µs | 111µs | Moose::Meta::Method::Accessor::Native::String::length::BEGIN@4 |
| 1 | 1 | 1 | 16µs | 16µs | Moose::Meta::Method::Accessor::Native::String::length::_return_value |
| 1 | 1 | 1 | 10µs | 10µs | Moose::Meta::Method::Accessor::Native::String::length::_maximum_arguments |
| Line | State ments |
Time on line |
Calls | Time in subs |
Code |
|---|---|---|---|---|---|
| 1 | package Moose::Meta::Method::Accessor::Native::String::length; | ||||
| 2 | |||||
| 3 | 3 | 118µs | 2 | 118µs | # spent 99µs (80+19) within Moose::Meta::Method::Accessor::Native::String::length::BEGIN@3 which was called:
# once (80µs+19µs) by Moose::Meta::Attribute::Native::Trait::String::BEGIN@13 at line 3 # spent 99µs making 1 call to Moose::Meta::Method::Accessor::Native::String::length::BEGIN@3
# spent 19µs making 1 call to strict::import |
| 4 | 3 | 237µs | 2 | 180µs | # spent 111µs (42+69) within Moose::Meta::Method::Accessor::Native::String::length::BEGIN@4 which was called:
# once (42µs+69µs) by Moose::Meta::Attribute::Native::Trait::String::BEGIN@13 at line 4 # spent 111µs making 1 call to Moose::Meta::Method::Accessor::Native::String::length::BEGIN@4
# spent 69µs making 1 call to warnings::import |
| 5 | |||||
| 6 | 1 | 4µs | our $VERSION = '1.19'; | ||
| 7 | 1 | 87µs | $VERSION = eval $VERSION; # spent 11µs executing statements in string eval | ||
| 8 | 1 | 3µs | our $AUTHORITY = 'cpan:STEVAN'; | ||
| 9 | |||||
| 10 | 3 | 387µs | 2 | 35.0ms | # spent 17.5ms (44µs+17.5) within Moose::Meta::Method::Accessor::Native::String::length::BEGIN@10 which was called:
# once (44µs+17.5ms) by Moose::Meta::Attribute::Native::Trait::String::BEGIN@13 at line 10 # spent 17.5ms making 1 call to Moose::Meta::Method::Accessor::Native::String::length::BEGIN@10
# spent 17.5ms making 1 call to Moose::Exporter::__ANON__[Moose/Exporter.pm:456] |
| 11 | |||||
| 12 | 1 | 30µs | 1 | 19.6ms | with 'Moose::Meta::Method::Accessor::Native::Reader' => # spent 19.6ms making 1 call to Moose::Role::with |
| 13 | { -excludes => ['_maximum_arguments'] }; | ||||
| 14 | |||||
| 15 | 1 | 23µs | # spent 10µs within Moose::Meta::Method::Accessor::Native::String::length::_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 | ||
| 16 | |||||
| 17 | # spent 16µs within Moose::Meta::Method::Accessor::Native::String::length::_return_value which was called:
# once (16µs+0s) by Moose::Meta::Method::Accessor::Native::Reader::_inline_return_value at line 60 of Moose/Meta/Method/Accessor/Native/Reader.pm | ||||
| 18 | 1 | 4µs | my ( $self, $slot_access ) = @_; | ||
| 19 | |||||
| 20 | 1 | 22µs | return "length $slot_access"; | ||
| 21 | } | ||||
| 22 | |||||
| 23 | 3 | 112µs | 2 | 1.53ms | # spent 786µs (44+742) within Moose::Meta::Method::Accessor::Native::String::length::BEGIN@23 which was called:
# once (44µs+742µs) by Moose::Meta::Attribute::Native::Trait::String::BEGIN@13 at line 23 # spent 786µs making 1 call to Moose::Meta::Method::Accessor::Native::String::length::BEGIN@23
# spent 742µs making 1 call to Moose::Exporter::__ANON__[Moose/Exporter.pm:557] |
| 24 | |||||
| 25 | 1 | 45µs | 1; |