← 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:14:58 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/Bool/set.pm
StatementsExecuted 21 statements in 1.33ms
Subroutines
Calls P F Exclusive
Time
Inclusive
Time
Subroutine
111110µs110µsMoose::Meta::Method::Accessor::Native::Bool::set::::_inline_optimized_set_new_valueMoose::Meta::Method::Accessor::Native::Bool::set::_inline_optimized_set_new_value
11175µs93µsMoose::Meta::Method::Accessor::Native::Bool::set::::BEGIN@3Moose::Meta::Method::Accessor::Native::Bool::set::BEGIN@3
11146µs814µsMoose::Meta::Method::Accessor::Native::Bool::set::::BEGIN@31Moose::Meta::Method::Accessor::Native::Bool::set::BEGIN@31
11143µs14.9msMoose::Meta::Method::Accessor::Native::Bool::set::::BEGIN@10Moose::Meta::Method::Accessor::Native::Bool::set::BEGIN@10
11141µs109µsMoose::Meta::Method::Accessor::Native::Bool::set::::BEGIN@4Moose::Meta::Method::Accessor::Native::Bool::set::BEGIN@4
11112µs12µsMoose::Meta::Method::Accessor::Native::Bool::set::::_maximum_argumentsMoose::Meta::Method::Accessor::Native::Bool::set::_maximum_arguments
11110µs10µsMoose::Meta::Method::Accessor::Native::Bool::set::::_potential_valueMoose::Meta::Method::Accessor::Native::Bool::set::_potential_value
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::Bool::set;
2
33104µs2112µ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
use strict;
# 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
43245µs2177µ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
use warnings;
# 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
614µsour $VERSION = '1.19';
7184µs$VERSION = eval $VERSION;
# spent 11µs executing statements in string eval
813µsour $AUTHORITY = 'cpan:STEVAN';
9
103522µs229.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
use Moose::Role;
11
12132µs132.8mswith '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
21123µ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
sub _maximum_arguments { 0 }
22
23122µ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
sub _potential_value { 1 }
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
sub _inline_optimized_set_new_value {
26110µs my ( $self, $inv, $new, $slot_access ) = @_;
27
281122µs return "$slot_access = 1";
29}
30
313116µs21.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
no Moose::Role;
32
33145µs1;