← 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/Class/MOP/Deprecated.pm
StatementsExecuted 8 statements in 87µs
Subroutines
Calls P F Exclusive
Time
Inclusive
Time
Subroutine
11112µs28µsClass::MOP::Deprecated::::BEGIN@4Class::MOP::Deprecated::BEGIN@4
11110µs16µsClass::MOP::Deprecated::::BEGIN@5Class::MOP::Deprecated::BEGIN@5
1118µs125µ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;
21400nsour $VERSION = '2.1604';
3
4224µs244µs
# spent 28µs (12+16) within Class::MOP::Deprecated::BEGIN@4 which was called: # once (12µs+16µs) by Moose::Exporter::BEGIN@8 at line 4
use strict;
# spent 28µs making 1 call to Class::MOP::Deprecated::BEGIN@4 # spent 16µs making 1 call to strict::import
5230µs222µs
# spent 16µs (10+6) within Class::MOP::Deprecated::BEGIN@5 which was called: # once (10µs+6µs) by Moose::Exporter::BEGIN@8 at line 5
use warnings;
# spent 16µs making 1 call to Class::MOP::Deprecated::BEGIN@5 # spent 6µs making 1 call to warnings::import
6
716µs1117µs
# spent 125µs (8+117) within Class::MOP::Deprecated::BEGIN@7 which was called: # once (8µs+117µs) by Moose::Exporter::BEGIN@8 at line 9
use Package::DeprecationManager -deprecations => {
# spent 117µs making 1 call to Package::DeprecationManager::import
8 'Class::Load wrapper functions' => '2.1100',
9123µs1125µs};
# spent 125µs making 1 call to Class::MOP::Deprecated::BEGIN@7
10
1112µs1;
12
13# ABSTRACT: Manages deprecation warnings for Class::MOP
14
15__END__