← 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:13:56 2010

Filename/home/doy/perl5/perlbrew/perls/perl-5.10.1/lib/site_perl/5.10.1/x86_64-linux/Moose/Meta/Instance.pm
StatementsExecuted 17 statements in 659µs
Subroutines
Calls P F Exclusive
Time
Inclusive
Time
Subroutine
11175µs94µsMoose::Meta::Instance::::BEGIN@4Moose::Meta::Instance::BEGIN@4
11140µs109µsMoose::Meta::Instance::::BEGIN@5Moose::Meta::Instance::BEGIN@5
11138µs310µsMoose::Meta::Instance::::BEGIN@13Moose::Meta::Instance::BEGIN@13
11126µs26µsMoose::Meta::Instance::::BEGIN@11Moose::Meta::Instance::BEGIN@11
Call graph for these subroutines as a Graphviz dot language file.
Line State
ments
Time
on line
Calls Time
in subs
Code
1
2package Moose::Meta::Instance;
3
43104µs2112µs
# spent 94µs (75+18) within Moose::Meta::Instance::BEGIN@4 which was called: # once (75µs+18µs) by Moose::BEGIN@23 at line 4
use strict;
# spent 94µs making 1 call to Moose::Meta::Instance::BEGIN@4 # spent 18µs making 1 call to strict::import
53214µs2179µs
# spent 109µs (40+70) within Moose::Meta::Instance::BEGIN@5 which was called: # once (40µs+70µs) by Moose::BEGIN@23 at line 5
use warnings;
# spent 109µs making 1 call to Moose::Meta::Instance::BEGIN@5 # spent 70µs making 1 call to warnings::import
6
714µsour $VERSION = '1.19';
8165µs$VERSION = eval $VERSION;
# spent 11µs executing statements in string eval
913µsour $AUTHORITY = 'cpan:STEVAN';
10
11398µs126µs
# spent 26µs within Moose::Meta::Instance::BEGIN@11 which was called: # once (26µs+0s) by Moose::BEGIN@23 at line 11
use Class::MOP::MiniTrait;
# spent 26µs making 1 call to Moose::Meta::Instance::BEGIN@11
12
133133µs2582µs
# spent 310µs (38+272) within Moose::Meta::Instance::BEGIN@13 which was called: # once (38µs+272µs) by Moose::BEGIN@23 at line 13
use base "Class::MOP::Instance";
# spent 310µs making 1 call to Moose::Meta::Instance::BEGIN@13 # spent 272µs making 1 call to base::import
14
15112µs18.89msClass::MOP::MiniTrait::apply(__PACKAGE__, 'Moose::Meta::Object::Trait');
# spent 8.89ms making 1 call to Class::MOP::MiniTrait::apply
16
17126µs1;
18
19__END__