← 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:35 2015

Filename/Users/ap13/perl5/lib/perl5/darwin-2level/Class/MOP/Deprecated.pm
StatementsExecuted 8 statements in 128µs
Subroutines
Calls P F Exclusive
Time
Inclusive
Time
Subroutine
11123µs47µsClass::MOP::Deprecated::::BEGIN@4Class::MOP::Deprecated::BEGIN@4
11114µs24µsClass::MOP::Deprecated::::BEGIN@5Class::MOP::Deprecated::BEGIN@5
11111µs152µsClass::MOP::Deprecated::::BEGIN@7Class::MOP::Deprecated::BEGIN@7
Call graph for these subroutines as a Graphviz dot language file.
Line State
ments
Time
on line
Calls Time
in subs
Code
1package Class::MOP::Deprecated;
21700nsour $VERSION = '2.1403';
3
4242µs271µs
# spent 47µs (23+24) within Class::MOP::Deprecated::BEGIN@4 which was called: # once (23µs+24µs) by Moose::Exporter::BEGIN@8 at line 4
use strict;
# spent 47µs making 1 call to Class::MOP::Deprecated::BEGIN@4 # spent 24µs making 1 call to strict::import
5237µs234µs
# spent 24µs (14+10) within Class::MOP::Deprecated::BEGIN@5 which was called: # once (14µs+10µs) by Moose::Exporter::BEGIN@8 at line 5
use warnings;
# spent 24µs making 1 call to Class::MOP::Deprecated::BEGIN@5 # spent 10µs making 1 call to warnings::import
6
728µs
# spent 152µs (11+141) within Class::MOP::Deprecated::BEGIN@7 which was called: # once (11µs+141µs) by Moose::Exporter::BEGIN@8 at line 9
use Package::DeprecationManager -deprecations => {
8 'Class::Load wrapper functions' => '2.1100',
9136µs2293µs};
# spent 152µs making 1 call to Class::MOP::Deprecated::BEGIN@7 # spent 141µs making 1 call to Package::DeprecationManager::import
10
1114µs1;
12
13# ABSTRACT: Manages deprecation warnings for Class::MOP
14
15__END__