← Index
NYTProf Performance Profile   « block view • line view • sub view »
For mentat.storage.mongo.pl
  Run on Tue Jun 24 09:58:41 2014
Reported on Tue Jun 24 09:59:13 2014

Filename/usr/local/lib/perl/5.14.2/Class/MOP/Deprecated.pm
StatementsExecuted 10 statements in 114µs
Subroutines
Calls P F Exclusive
Time
Inclusive
Time
Subroutine
1118µs8µsClass::MOP::Deprecated::::BEGIN@2Class::MOP::Deprecated::BEGIN@2
1118µs117µ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 8µs within Class::MOP::Deprecated::BEGIN@2 which was called: # once (8µs+0s) by Moose::Exporter::BEGIN@13 at line 4
BEGIN {
315µs $Class::MOP::Deprecated::AUTHORITY = 'cpan:STEVAN';
4131µs18µs}
# spent 8µs making 1 call to Class::MOP::Deprecated::BEGIN@2
5{
62800ns $Class::MOP::Deprecated::VERSION = '2.1005';
7}
8
9222µs213µ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
10229µs217µ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
121110µs
# spent 117µs (8+110) within Class::MOP::Deprecated::BEGIN@12 which was called: # once (8µs+110µs) by Moose::Exporter::BEGIN@13 at line 13
use Package::DeprecationManager -deprecations => {
# spent 110µs making 1 call to Package::DeprecationManager::import
13224µs1117µs};
# spent 117µ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__