← Index
NYTProf Performance Profile   « line view »
For fastest.pl
  Run on Fri Jan 31 20:48:16 2014
Reported on Fri Jan 31 20:49:40 2014

Filename/opt/perl-5.18.1/lib/site_perl/5.18.1/darwin-thread-multi-2level/Moose/Deprecated.pm
StatementsExecuted 11 statements in 350µs
Subroutines
Calls P F Exclusive
Time
Inclusive
Time
Subroutine
111984µs2.67msMoose::Deprecated::::BEGIN@12Moose::Deprecated::BEGIN@12
11116µs16µsMoose::Deprecated::::BEGIN@2Moose::Deprecated::BEGIN@2
1119µs14µsMoose::Deprecated::::BEGIN@10Moose::Deprecated::BEGIN@10
1118µs24µsMoose::Deprecated::::BEGIN@9Moose::Deprecated::BEGIN@9
1112µs2µ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
# spent 16µs within Moose::Deprecated::BEGIN@2 which was called: # once (16µs+0s) by Moose::BEGIN@17 at line 4
BEGIN {
317µs $Moose::Deprecated::AUTHORITY = 'cpan:STEVAN';
4140µs116µs}
# spent 16µs making 1 call to Moose::Deprecated::BEGIN@2
5{
621µs $Moose::Deprecated::VERSION = '2.1005';
7}
8
9230µs240µs
# spent 24µs (8+16) within Moose::Deprecated::BEGIN@9 which was called: # once (8µs+16µs) by Moose::BEGIN@17 at line 9
use strict;
# spent 24µs making 1 call to Moose::Deprecated::BEGIN@9 # spent 16µs making 1 call to strict::import
10290µs218µs
# spent 14µs (9+5) within Moose::Deprecated::BEGIN@10 which was called: # once (9µs+5µs) by Moose::BEGIN@17 at line 10
use warnings;
# spent 14µs making 1 call to Moose::Deprecated::BEGIN@10 # spent 5µs making 1 call to warnings::import
11
121103µs
# spent 2.67ms (984µs+1.69) within Moose::Deprecated::BEGIN@12 which was called: # once (984µs+1.69ms) by Moose::BEGIN@17 at line 19
use Package::DeprecationManager 0.07 -deprecations => {
13 'optimized type constraint sub ref' => '2.0000',
14 'default is for Native Trait' => '1.14',
15 'default default for Native Trait' => '1.14',
16 'coerce without coercion' => '1.08',
17 },
18 -ignore => [qr/^(?:Class::MOP|Moose)(?:::)?/],
19276µs42.84ms ;
# spent 2.67ms making 1 call to Moose::Deprecated::BEGIN@12 # spent 151µs making 1 call to Package::DeprecationManager::import # spent 12µs making 1 call to UNIVERSAL::VERSION # spent 2µs making 1 call to Moose::Deprecated::CORE:qr
20
2113µs1;
22
23# ABSTRACT: Manages deprecation warnings for Moose
24
25__END__
 
# spent 2µs within Moose::Deprecated::CORE:qr which was called: # once (2µs+0s) by Moose::Deprecated::BEGIN@12 at line 19
sub Moose::Deprecated::CORE:qr; # opcode