← 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:10:13 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/unset.pm
StatementsExecuted 21 statements in 1.15ms
Subroutines
Calls P F Exclusive
Time
Inclusive
Time
Subroutine
11176µs95µsMoose::Meta::Method::Accessor::Native::Bool::unset::::BEGIN@3Moose::Meta::Method::Accessor::Native::Bool::unset::BEGIN@3
11146µs803µsMoose::Meta::Method::Accessor::Native::Bool::unset::::BEGIN@31Moose::Meta::Method::Accessor::Native::Bool::unset::BEGIN@31
11141µs14.8msMoose::Meta::Method::Accessor::Native::Bool::unset::::BEGIN@10Moose::Meta::Method::Accessor::Native::Bool::unset::BEGIN@10
11140µs109µsMoose::Meta::Method::Accessor::Native::Bool::unset::::BEGIN@4Moose::Meta::Method::Accessor::Native::Bool::unset::BEGIN@4
11120µs20µsMoose::Meta::Method::Accessor::Native::Bool::unset::::_inline_optimized_set_new_valueMoose::Meta::Method::Accessor::Native::Bool::unset::_inline_optimized_set_new_value
1119µs9µsMoose::Meta::Method::Accessor::Native::Bool::unset::::_maximum_argumentsMoose::Meta::Method::Accessor::Native::Bool::unset::_maximum_arguments
1119µs9µsMoose::Meta::Method::Accessor::Native::Bool::unset::::_potential_valueMoose::Meta::Method::Accessor::Native::Bool::unset::_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::unset;
2
33104µs2113µs
# spent 95µs (76+18) within Moose::Meta::Method::Accessor::Native::Bool::unset::BEGIN@3 which was called: # once (76µs+18µs) by Moose::Meta::Attribute::Native::Trait::Bool::BEGIN@11 at line 3
use strict;
# spent 95µs making 1 call to Moose::Meta::Method::Accessor::Native::Bool::unset::BEGIN@3 # spent 18µs making 1 call to strict::import
43232µs2179µs
# spent 109µs (40+69) within Moose::Meta::Method::Accessor::Native::Bool::unset::BEGIN@4 which was called: # once (40µs+69µs) by Moose::Meta::Attribute::Native::Trait::Bool::BEGIN@11 at line 4
use warnings;
# spent 109µs making 1 call to Moose::Meta::Method::Accessor::Native::Bool::unset::BEGIN@4 # spent 69µs making 1 call to warnings::import
5
614µsour $VERSION = '1.19';
7182µs$VERSION = eval $VERSION;
# spent 12µs executing statements in string eval
813µsour $AUTHORITY = 'cpan:STEVAN';
9
103459µs229.6ms
# spent 14.8ms (41µs+14.8) within Moose::Meta::Method::Accessor::Native::Bool::unset::BEGIN@10 which was called: # once (41µs+14.8ms) by Moose::Meta::Attribute::Native::Trait::Bool::BEGIN@11 at line 10
use Moose::Role;
11
12132µs133.0mswith 'Moose::Meta::Method::Accessor::Native::Writer' => {
# spent 33.0ms making 1 call to Moose::Role::with
13 -excludes => [
14 qw(
15 _maximum_arguments
16 _inline_optimized_set_new_value
17 )
18 ]
19};
20
21118µs
# spent 9µs within Moose::Meta::Method::Accessor::Native::Bool::unset::_maximum_arguments which was called: # once (9µ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
23117µs
# spent 9µs within Moose::Meta::Method::Accessor::Native::Bool::unset::_potential_value which was called: # once (9µ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 { 0 }
24
25
# spent 20µs within Moose::Meta::Method::Accessor::Native::Bool::unset::_inline_optimized_set_new_value which was called: # once (20µ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 {
26231µs my ( $self, $inv, $new, $slot_access ) = @_;
27
28 return "$slot_access = 0";
29}
30
313119µs21.56ms
# spent 803µs (46+757) within Moose::Meta::Method::Accessor::Native::Bool::unset::BEGIN@31 which was called: # once (46µs+757µs) by Moose::Meta::Attribute::Native::Trait::Bool::BEGIN@11 at line 31
no Moose::Role;
32
33145µs1;