← Index
NYTProf Performance Profile   « block view • line view • sub view »
For -e
  Run on Wed Nov 17 21:45:08 2010
Reported on Wed Nov 17 22:12:51 2010

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
StatementsExecuted 20 statements in 1.07ms
Subroutines
Calls P F Exclusive
Time
Inclusive
Time
Subroutine
11180µs99µsMoose::Meta::Method::Accessor::Native::String::length::::BEGIN@3Moose::Meta::Method::Accessor::Native::String::length::BEGIN@3
11144µs17.5msMoose::Meta::Method::Accessor::Native::String::length::::BEGIN@10Moose::Meta::Method::Accessor::Native::String::length::BEGIN@10
11144µs786µsMoose::Meta::Method::Accessor::Native::String::length::::BEGIN@23Moose::Meta::Method::Accessor::Native::String::length::BEGIN@23
11142µs111µsMoose::Meta::Method::Accessor::Native::String::length::::BEGIN@4Moose::Meta::Method::Accessor::Native::String::length::BEGIN@4
11116µs16µsMoose::Meta::Method::Accessor::Native::String::length::::_return_valueMoose::Meta::Method::Accessor::Native::String::length::_return_value
11110µs10µsMoose::Meta::Method::Accessor::Native::String::length::::_maximum_argumentsMoose::Meta::Method::Accessor::Native::String::length::_maximum_arguments
Call graph for these subroutines as a Graphviz dot language file.
Line State
ments
Time
on line
Calls Time
in subs
Code
1package Moose::Meta::Method::Accessor::Native::String::length;
2
33118µs2118µ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
use strict;
# 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
43237µs2180µ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
use warnings;
# 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
614µsour $VERSION = '1.19';
7187µs$VERSION = eval $VERSION;
# spent 11µs executing statements in string eval
813µsour $AUTHORITY = 'cpan:STEVAN';
9
103387µs235.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
use Moose::Role;
11
12130µs119.6mswith 'Moose::Meta::Method::Accessor::Native::Reader' =>
# spent 19.6ms making 1 call to Moose::Role::with
13 { -excludes => ['_maximum_arguments'] };
14
15123µ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
sub _maximum_arguments { 0 }
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
sub _return_value {
18226µs my ( $self, $slot_access ) = @_;
19
20 return "length $slot_access";
21}
22
233112µs21.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
no Moose::Role;
24
25145µs1;