← Index
NYTProf Performance Profile   « block view • line view • sub view »
For mentat.storage.mongo.pl
  Run on Tue Jun 24 09:58:41 2014
Reported on Tue Jun 24 09:59:31 2014

Filename/usr/local/lib/perl/5.14.2/Moose/Deprecated.pm
StatementsExecuted 11 statements in 328µs
Subroutines
Calls P F Exclusive
Time
Inclusive
Time
Subroutine
111739µs1.12msMoose::Deprecated::::BEGIN@12Moose::Deprecated::BEGIN@12
1117µs7µsMoose::Deprecated::::BEGIN@2Moose::Deprecated::BEGIN@2
1117µs10µsMoose::Deprecated::::BEGIN@9Moose::Deprecated::BEGIN@9
1117µs12µsMoose::Deprecated::::BEGIN@10Moose::Deprecated::BEGIN@10
1111µs1µ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 7µs within Moose::Deprecated::BEGIN@2 which was called: # once (7µs+0s) by Moose::BEGIN@17 at line 4
BEGIN {
314µs $Moose::Deprecated::AUTHORITY = 'cpan:STEVAN';
4128µs17µs}
# spent 7µs making 1 call to Moose::Deprecated::BEGIN@2
5{
62900ns $Moose::Deprecated::VERSION = '2.1005';
7}
8
9223µs212µs
# spent 10µs (7+3) within Moose::Deprecated::BEGIN@9 which was called: # once (7µs+3µs) by Moose::BEGIN@17 at line 9
use strict;
# spent 10µs making 1 call to Moose::Deprecated::BEGIN@9 # spent 3µs making 1 call to strict::import
102147µs216µs
# spent 12µs (7+5) within Moose::Deprecated::BEGIN@10 which was called: # once (7µs+5µs) by Moose::BEGIN@17 at line 10
use warnings;
# spent 12µs making 1 call to Moose::Deprecated::BEGIN@10 # spent 5µs making 1 call to warnings::import
11
12113µs2135µs
# spent 1.12ms (739µs+386µs) within Moose::Deprecated::BEGIN@12 which was called: # once (739µs+386µs) by Moose::BEGIN@17 at line 19
use Package::DeprecationManager 0.07 -deprecations => {
# spent 133µs making 1 call to Package::DeprecationManager::import # spent 1µs making 1 call to Moose::Deprecated::CORE:qr
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)(?:::)?/],
192111µs21.14ms ;
# spent 1.12ms making 1 call to Moose::Deprecated::BEGIN@12 # spent 13µs making 1 call to UNIVERSAL::VERSION
20
2112µs1;
22
23# ABSTRACT: Manages deprecation warnings for Moose
24
25__END__
 
# spent 1µs within Moose::Deprecated::CORE:qr which was called: # once (1µs+0s) by Moose::Deprecated::BEGIN@12 at line 12
sub Moose::Deprecated::CORE:qr; # opcode