← Index
NYTProf Performance Profile   « block view • line view • sub view »
For bin/pan_genome_post_analysis
  Run on Fri Mar 27 11:43:32 2015
Reported on Fri Mar 27 11:45:25 2015

Filename/Users/ap13/perl5/lib/perl5/darwin-2level/Moose/Deprecated.pm
StatementsExecuted 9 statements in 404µs
Subroutines
Calls P F Exclusive
Time
Inclusive
Time
Subroutine
1111.20ms3.46msMoose::Deprecated::::BEGIN@7Moose::Deprecated::BEGIN@7
11119µs39µsMoose::Deprecated::::BEGIN@4Moose::Deprecated::BEGIN@4
11112µs19µsMoose::Deprecated::::BEGIN@5Moose::Deprecated::BEGIN@5
1114µs4µ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;
211µsour $VERSION = '2.1403';
3
4238µs258µs
# spent 39µs (19+19) within Moose::Deprecated::BEGIN@4 which was called: # once (19µs+19µs) by Moose::BEGIN@14 at line 4
use strict;
# spent 39µs making 1 call to Moose::Deprecated::BEGIN@4 # spent 19µs making 1 call to strict::import
5299µs226µs
# spent 19µs (12+7) within Moose::Deprecated::BEGIN@5 which was called: # once (12µs+7µs) by Moose::BEGIN@14 at line 5
use warnings;
# spent 19µs making 1 call to Moose::Deprecated::BEGIN@5 # spent 6µs making 1 call to warnings::import
6
73226µs
# spent 3.46ms (1.20+2.26) within Moose::Deprecated::BEGIN@7 which was called: # once (1.20ms+2.26ms) by Moose::BEGIN@14 at line 12
use Package::DeprecationManager 0.07 -deprecations => {
8 'non-arrayref form of enum' => '2.1100',
9 'non-arrayref form of duck_type' => '2.1100',
10 },
11 -ignore => [qr/^(?:Class::MOP|Moose)(?:::)?/],
12137µs43.68ms ;
# spent 3.46ms making 1 call to Moose::Deprecated::BEGIN@7 # spent 205µs making 1 call to Package::DeprecationManager::import # spent 17µs making 1 call to UNIVERSAL::VERSION # spent 4µs making 1 call to Moose::Deprecated::CORE:qr
13
1414µs1;
15
16# ABSTRACT: Manages deprecation warnings for Moose
17
18__END__
 
# spent 4µs within Moose::Deprecated::CORE:qr which was called: # once (4µs+0s) by Moose::Deprecated::BEGIN@7 at line 12
sub Moose::Deprecated::CORE:qr; # opcode