← Index
NYTProf Performance Profile   « block view • line view • sub view »
For -e
  Run on Wed Nov 17 22:00:36 2010
Reported on Wed Nov 17 22:13:13 2010

Filename/home/doy/coding/src/Moose/blib/lib//Moose/Deprecated.pm
StatementsExecuted 13 statements in 896µs
Subroutines
Calls P F Exclusive
Time
Inclusive
Time
Subroutine
111116µs832µsMoose::Deprecated::::BEGIN@10Moose::Deprecated::BEGIN@10
11176µs94µsMoose::Deprecated::::BEGIN@3Moose::Deprecated::BEGIN@3
11137µs105µsMoose::Deprecated::::BEGIN@4Moose::Deprecated::BEGIN@4
11118µs18µsMoose::Deprecated::::CORE:qrMoose::Deprecated::CORE:qr (opcode)
Call graph for these subroutines as a Graphviz dot language file.
Line State
ments
Time
on line
Calls Time
in subs
Code
1package Moose::Deprecated;
2
3398µs2113µs
# spent 94µs (76+18) within Moose::Deprecated::BEGIN@3 which was called: # once (76µs+18µs) by Moose::BEGIN@14 at line 3
use strict;
# spent 94µs making 1 call to Moose::Deprecated::BEGIN@3 # spent 18µs making 1 call to strict::import
43447µs2173µs
# spent 105µs (37+68) within Moose::Deprecated::BEGIN@4 which was called: # once (37µs+68µs) by Moose::BEGIN@14 at line 4
use warnings;
# spent 105µs making 1 call to Moose::Deprecated::BEGIN@4 # spent 68µs making 1 call to warnings::import
5
613µsour $VERSION = '1.19';
7167µs$VERSION = eval $VERSION;
# spent 10µs executing statements in string eval
813µsour $AUTHORITY = 'cpan:STEVAN';
9
10184µs2659µs
# spent 832µs (116+716) within Moose::Deprecated::BEGIN@10 which was called: # once (116µs+716µs) by Moose::BEGIN@14 at line 22
use Package::DeprecationManager 0.07 -deprecations => {
# spent 641µs making 1 call to Package::DeprecationManager::import # spent 18µs making 1 call to Moose::Deprecated::CORE:qr
11 'default is for Native Trait' => '1.14',
12 'default default for Native Trait' => '1.14',
13 'coerce without coercion' => '1.08',
14 'pre-0.94 MetaRole API' => '0.94',
15 'alias or excludes' => '0.89',
16 'Role type' => '0.84',
17 'subtype without sugar' => '0.72',
18 'type without sugar' => '0.72',
19 'Moose::init_meta' => '0.56',
20 },
21 -ignore => [qr/^(?:Class::MOP|Moose)(?:::)?/],
222183µs2890µs ;
# spent 832µs making 1 call to Moose::Deprecated::BEGIN@10 # spent 58µs making 1 call to UNIVERSAL::VERSION
23
24110µs1;
25
26__END__
 
# spent 18µs within Moose::Deprecated::CORE:qr which was called: # once (18µs+0s) by Moose::Deprecated::BEGIN@10 at line 10
sub Moose::Deprecated::CORE:qr; # opcode