← Index
NYTProf Performance Profile   « line view »
For fastest.pl
  Run on Fri Jan 31 20:48:16 2014
Reported on Fri Jan 31 20:49:40 2014

Filename/opt/perl-5.18.1/lib/site_perl/5.18.1/darwin-thread-multi-2level/Class/MOP/Deprecated.pm
StatementsExecuted 10 statements in 173µs
Subroutines
Calls P F Exclusive
Time
Inclusive
Time
Subroutine
11113µs13µsClass::MOP::Deprecated::::BEGIN@2Class::MOP::Deprecated::BEGIN@2
11111µs19µsClass::MOP::Deprecated::::BEGIN@10Class::MOP::Deprecated::BEGIN@10
11111µs170µsClass::MOP::Deprecated::::BEGIN@12Class::MOP::Deprecated::BEGIN@12
11110µs30µsClass::MOP::Deprecated::::BEGIN@9Class::MOP::Deprecated::BEGIN@9
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;
2
# spent 13µs within Class::MOP::Deprecated::BEGIN@2 which was called: # once (13µs+0s) by Moose::Exporter::BEGIN@13 at line 4
BEGIN {
316µs $Class::MOP::Deprecated::AUTHORITY = 'cpan:STEVAN';
4150µs113µs}
# spent 13µs making 1 call to Class::MOP::Deprecated::BEGIN@2
5{
621µs $Class::MOP::Deprecated::VERSION = '2.1005';
7}
8
9232µs249µs
# spent 30µs (10+20) within Class::MOP::Deprecated::BEGIN@9 which was called: # once (10µs+20µs) by Moose::Exporter::BEGIN@13 at line 9
use strict;
# spent 30µs making 1 call to Class::MOP::Deprecated::BEGIN@9 # spent 20µs making 1 call to strict::import
10237µs227µs
# spent 19µs (11+8) within Class::MOP::Deprecated::BEGIN@10 which was called: # once (11µs+8µs) by Moose::Exporter::BEGIN@13 at line 10
use warnings;
# spent 19µs making 1 call to Class::MOP::Deprecated::BEGIN@10 # spent 8µs making 1 call to warnings::import
11
121800ns
# spent 170µs (11+160) within Class::MOP::Deprecated::BEGIN@12 which was called: # once (11µs+160µs) by Moose::Exporter::BEGIN@13 at line 13
use Package::DeprecationManager -deprecations => {
13141µs2330µs};
# spent 170µs making 1 call to Class::MOP::Deprecated::BEGIN@12 # spent 160µs making 1 call to Package::DeprecationManager::import
14
1514µs1;
16
17# ABSTRACT: Manages deprecation warnings for Class::MOP
18
19__END__