← Index
NYTProf Performance Profile   « line view »
For /home/ss5/perl5/perlbrew/perls/perl-5.22.0/bin/benchmarkanything-storage
  Run on Mon Jan 29 16:55:34 2018
Reported on Mon Jan 29 16:57:06 2018

Filename/home/ss5/perl5/perlbrew/perls/perl-5.22.0/lib/site_perl/5.22.0/x86_64-linux/Moose/Deprecated.pm
StatementsExecuted 9 statements in 188µs
Subroutines
Calls P F Exclusive
Time
Inclusive
Time
Subroutine
111641µs1.82msMoose::Deprecated::::BEGIN@7Moose::Deprecated::BEGIN@7
1119µs11µsMoose::Deprecated::::BEGIN@4Moose::Deprecated::BEGIN@4
1114µs7µsMoose::Deprecated::::BEGIN@5Moose::Deprecated::BEGIN@5
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;
21400nsour $VERSION = '2.1605';
3
4214µs213µs
# spent 11µs (9+2) within Moose::Deprecated::BEGIN@4 which was called: # once (9µs+2µs) by Moose::BEGIN@14 at line 4
use strict;
# spent 11µs making 1 call to Moose::Deprecated::BEGIN@4 # spent 2µs making 1 call to strict::import
5254µs211µs
# spent 7µs (4+3) within Moose::Deprecated::BEGIN@5 which was called: # once (4µs+3µs) by Moose::BEGIN@14 at line 5
use warnings;
# spent 7µs making 1 call to Moose::Deprecated::BEGIN@5 # spent 3µs making 1 call to warnings::import
6
7113µs2112µs
# spent 1.82ms (641µs+1.18) within Moose::Deprecated::BEGIN@7 which was called: # once (641µs+1.18ms) by Moose::BEGIN@14 at line 12
use Package::DeprecationManager 0.07 -deprecations => {
# spent 111µs making 1 call to Package::DeprecationManager::import # spent 1µs making 1 call to Moose::Deprecated::CORE:qr
8 'non-arrayref form of enum' => '2.1100',
9 'non-arrayref form of duck_type' => '2.1100',
10 },
11 -ignore => [qr/^(?:Class::MOP|Moose)(?:::)?/],
122105µs21.83ms ;
# spent 1.82ms making 1 call to Moose::Deprecated::BEGIN@7 # spent 8µs making 1 call to UNIVERSAL::VERSION
13
1412µs1;
15
16# ABSTRACT: Manages deprecation warnings for Moose
17
18__END__
 
# spent 1µs within Moose::Deprecated::CORE:qr which was called: # once (1µs+0s) by Moose::Deprecated::BEGIN@7 at line 7
sub Moose::Deprecated::CORE:qr; # opcode