← Index
NYTProf Performance Profile   « block view • line view • sub view »
For mentat.storage.mongo.pl
  Run on Tue Jun 24 10:04:38 2014
Reported on Tue Jun 24 10:05:07 2014

Filename/usr/local/lib/perl/5.14.2/Class/MOP/Deprecated.pm
StatementsExecuted 10 statements in 113µs
Subroutines
Calls P F Exclusive
Time
Inclusive
Time
Subroutine
1119µs9µsClass::MOP::Deprecated::::BEGIN@2Class::MOP::Deprecated::BEGIN@2
1118µs121µsClass::MOP::Deprecated::::BEGIN@12Class::MOP::Deprecated::BEGIN@12
1117µs10µsClass::MOP::Deprecated::::BEGIN@9Class::MOP::Deprecated::BEGIN@9
1117µs12µsClass::MOP::Deprecated::::BEGIN@10Class::MOP::Deprecated::BEGIN@10
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 9µs within Class::MOP::Deprecated::BEGIN@2 which was called: # once (9µs+0s) by Moose::Exporter::BEGIN@13 at line 4
BEGIN {
315µs $Class::MOP::Deprecated::AUTHORITY = 'cpan:STEVAN';
4131µs19µs}
# spent 9µs making 1 call to Class::MOP::Deprecated::BEGIN@2
5{
62800ns $Class::MOP::Deprecated::VERSION = '2.1005';
7}
8
9222µs214µs
# spent 10µs (7+3) within Class::MOP::Deprecated::BEGIN@9 which was called: # once (7µs+3µs) by Moose::Exporter::BEGIN@13 at line 9
use strict;
# spent 10µs making 1 call to Class::MOP::Deprecated::BEGIN@9 # spent 3µs making 1 call to strict::import
10228µs216µs
# spent 12µs (7+5) within Class::MOP::Deprecated::BEGIN@10 which was called: # once (7µs+5µs) by Moose::Exporter::BEGIN@13 at line 10
use warnings;
# spent 12µs making 1 call to Class::MOP::Deprecated::BEGIN@10 # spent 5µs making 1 call to warnings::import
11
121113µs
# spent 121µs (8+113) within Class::MOP::Deprecated::BEGIN@12 which was called: # once (8µs+113µs) by Moose::Exporter::BEGIN@13 at line 13
use Package::DeprecationManager -deprecations => {
# spent 113µs making 1 call to Package::DeprecationManager::import
13224µs1121µs};
# spent 121µs making 1 call to Class::MOP::Deprecated::BEGIN@12
14
1512µs1;
16
17# ABSTRACT: Manages deprecation warnings for Class::MOP
18
19__END__