← Index
NYTProf Performance Profile   « line view »
For /home/ss5/perl5/perlbrew/perls/perl-5.22.0/bin/benchmarkanything-storage
  Run on Mon Jan 29 16:55:34 2018
Reported on Mon Jan 29 16:57:06 2018

Filename/home/ss5/perl5/perlbrew/perls/perl-5.22.0/lib/site_perl/5.22.0/x86_64-linux/Class/MOP/Deprecated.pm
StatementsExecuted 8 statements in 62µs
Subroutines
Calls P F Exclusive
Time
Inclusive
Time
Subroutine
11111µs14µsClass::MOP::Deprecated::::BEGIN@4Class::MOP::Deprecated::BEGIN@4
1116µs100µsClass::MOP::Deprecated::::BEGIN@7Class::MOP::Deprecated::BEGIN@7
1115µs12µsClass::MOP::Deprecated::::BEGIN@5Class::MOP::Deprecated::BEGIN@5
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;
21200nsour $VERSION = '2.1605';
3
4220µs217µs
# spent 14µs (11+3) within Class::MOP::Deprecated::BEGIN@4 which was called: # once (11µs+3µs) by Moose::Exporter::BEGIN@8 at line 4
use strict;
# spent 14µs making 1 call to Class::MOP::Deprecated::BEGIN@4 # spent 3µs making 1 call to strict::import
5220µs218µs
# spent 12µs (5+7) within Class::MOP::Deprecated::BEGIN@5 which was called: # once (5µs+7µs) by Moose::Exporter::BEGIN@8 at line 5
use warnings;
# spent 12µs making 1 call to Class::MOP::Deprecated::BEGIN@5 # spent 7µs making 1 call to warnings::import
6
714µs194µs
# spent 100µs (6+94) within Class::MOP::Deprecated::BEGIN@7 which was called: # once (6µs+94µs) by Moose::Exporter::BEGIN@8 at line 9
use Package::DeprecationManager -deprecations => {
# spent 94µs making 1 call to Package::DeprecationManager::import
8 'Class::Load wrapper functions' => '2.1100',
9114µs1100µs};
# spent 100µs making 1 call to Class::MOP::Deprecated::BEGIN@7
10
1113µs1;
12
13# ABSTRACT: Manages deprecation warnings for Class::MOP
14
15__END__