← Index
NYTProf Performance Profile   « line view »
For examples/Atom-timer.pl
  Run on Mon Aug 12 14:45:28 2013
Reported on Mon Aug 12 14:46:14 2013

Filename/Users/dde/perl5/perlbrew/perls/5.18.0t/lib/site_perl/5.18.0/darwin-thread-multi-2level/Class/MOP/Deprecated.pm
StatementsExecuted 10 statements in 134µs
Subroutines
Calls P F Exclusive
Time
Inclusive
Time
Subroutine
11111µs11µsClass::MOP::Deprecated::::BEGIN@2Class::MOP::Deprecated::BEGIN@2
1119µs26µsClass::MOP::Deprecated::::BEGIN@9Class::MOP::Deprecated::BEGIN@9
1118µs17µsClass::MOP::Deprecated::::BEGIN@10Class::MOP::Deprecated::BEGIN@10
1118µs127µsClass::MOP::Deprecated::::BEGIN@12Class::MOP::Deprecated::BEGIN@12
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 11µs within Class::MOP::Deprecated::BEGIN@2 which was called: # once (11µs+0s) by Moose::Exporter::BEGIN@13 at line 4
BEGIN {
314µs $Class::MOP::Deprecated::AUTHORITY = 'cpan:STEVAN';
4141µs111µs}
# spent 11µs making 1 call to Class::MOP::Deprecated::BEGIN@2
5{
62700ns $Class::MOP::Deprecated::VERSION = '2.1005';
7}
8
9225µs244µs
# spent 26µs (9+18) within Class::MOP::Deprecated::BEGIN@9 which was called: # once (9µs+18µs) by Moose::Exporter::BEGIN@13 at line 9
use strict;
# spent 26µs making 1 call to Class::MOP::Deprecated::BEGIN@9 # spent 18µs making 1 call to strict::import
10229µs226µs
# spent 17µs (8+8) within Class::MOP::Deprecated::BEGIN@10 which was called: # once (8µs+8µs) by Moose::Exporter::BEGIN@13 at line 10
use warnings;
# spent 17µs making 1 call to Class::MOP::Deprecated::BEGIN@10 # spent 8µs making 1 call to warnings::import
11
121400ns
# spent 127µs (8+119) within Class::MOP::Deprecated::BEGIN@12 which was called: # once (8µs+119µs) by Moose::Exporter::BEGIN@13 at line 13
use Package::DeprecationManager -deprecations => {
13130µs2246µs};
# spent 127µs making 1 call to Class::MOP::Deprecated::BEGIN@12 # spent 119µs making 1 call to Package::DeprecationManager::import
14
1513µs1;
16
17# ABSTRACT: Manages deprecation warnings for Class::MOP
18
19__END__