← Index
NYTProf Performance Profile   « line view »
For script/ponapi
  Run on Wed Feb 10 15:51:26 2016
Reported on Thu Feb 11 09:43:10 2016

Filename/usr/local/lib/perl/5.18.2/Moose/Deprecated.pm
StatementsExecuted 9 statements in 189µs
Subroutines
Calls P F Exclusive
Time
Inclusive
Time
Subroutine
111622µs1.86msMoose::Deprecated::::BEGIN@7Moose::Deprecated::BEGIN@7
11111µs20µsMoose::Deprecated::::BEGIN@4Moose::Deprecated::BEGIN@4
1116µs9µsMoose::Deprecated::::BEGIN@5Moose::Deprecated::BEGIN@5
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;
21300nsour $VERSION = '2.1604';
3
4218µs229µs
# spent 20µs (11+9) within Moose::Deprecated::BEGIN@4 which was called: # once (11µs+9µs) by Moose::BEGIN@14 at line 4
use strict;
# spent 20µs making 1 call to Moose::Deprecated::BEGIN@4 # spent 9µs making 1 call to strict::import
5254µs212µs
# spent 9µs (6+3) within Moose::Deprecated::BEGIN@5 which was called: # once (6µs+3µs) by Moose::BEGIN@14 at line 5
use warnings;
# spent 9µs making 1 call to Moose::Deprecated::BEGIN@5 # spent 3µs making 1 call to warnings::import
6
7111µs2270µs
# spent 1.86ms (622µs+1.23) within Moose::Deprecated::BEGIN@7 which was called: # once (622µs+1.23ms) by Moose::BEGIN@14 at line 12
use Package::DeprecationManager 0.07 -deprecations => {
# spent 268µs making 1 call to Package::DeprecationManager::import # spent 2µ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)(?:::)?/],
122103µs21.87ms ;
# spent 1.86ms making 1 call to Moose::Deprecated::BEGIN@7 # spent 10µs making 1 call to UNIVERSAL::VERSION
13
1412µs1;
15
16# ABSTRACT: Manages deprecation warnings for Moose
17
18__END__
 
# spent 2µs within Moose::Deprecated::CORE:qr which was called: # once (2µs+0s) by Moose::Deprecated::BEGIN@7 at line 7
sub Moose::Deprecated::CORE:qr; # opcode