← 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/Moose/Deprecated.pm
StatementsExecuted 11 statements in 233µs
Subroutines
Calls P F Exclusive
Time
Inclusive
Time
Subroutine
111697µs1.82msMoose::Deprecated::::BEGIN@12Moose::Deprecated::BEGIN@12
1117µs7µsMoose::Deprecated::::BEGIN@2Moose::Deprecated::BEGIN@2
1117µs10µsMoose::Deprecated::::BEGIN@10Moose::Deprecated::BEGIN@10
1116µs16µsMoose::Deprecated::::BEGIN@9Moose::Deprecated::BEGIN@9
1111µs1µsMoose::Deprecated::::CORE:qrMoose::Deprecated::CORE:qr (opcode)
Call graph for these subroutines as a Graphviz dot language file.
Line State
ments
Time
on line
Calls Time
in subs
Code
1package Moose::Deprecated;
2
# spent 7µs within Moose::Deprecated::BEGIN@2 which was called: # once (7µs+0s) by Moose::BEGIN@17 at line 4
BEGIN {
314µs $Moose::Deprecated::AUTHORITY = 'cpan:STEVAN';
4128µs17µs}
# spent 7µs making 1 call to Moose::Deprecated::BEGIN@2
5{
62700ns $Moose::Deprecated::VERSION = '2.1005';
7}
8
9220µs226µs
# spent 16µs (6+10) within Moose::Deprecated::BEGIN@9 which was called: # once (6µs+10µs) by Moose::BEGIN@17 at line 9
use strict;
# spent 16µs making 1 call to Moose::Deprecated::BEGIN@9 # spent 10µs making 1 call to strict::import
10257µs213µs
# spent 10µs (7+3) within Moose::Deprecated::BEGIN@10 which was called: # once (7µs+3µs) by Moose::BEGIN@17 at line 10
use warnings;
# spent 10µs making 1 call to Moose::Deprecated::BEGIN@10 # spent 3µs making 1 call to warnings::import
11
12173µs
# spent 1.82ms (697µs+1.12) within Moose::Deprecated::BEGIN@12 which was called: # once (697µs+1.12ms) by Moose::BEGIN@17 at line 19
use Package::DeprecationManager 0.07 -deprecations => {
13 'optimized type constraint sub ref' => '2.0000',
14 'default is for Native Trait' => '1.14',
15 'default default for Native Trait' => '1.14',
16 'coerce without coercion' => '1.08',
17 },
18 -ignore => [qr/^(?:Class::MOP|Moose)(?:::)?/],
19248µs41.93ms ;
# spent 1.82ms making 1 call to Moose::Deprecated::BEGIN@12 # spent 100µs making 1 call to Package::DeprecationManager::import # spent 8µs making 1 call to UNIVERSAL::VERSION # spent 1µs making 1 call to Moose::Deprecated::CORE:qr
20
2112µs1;
22
23# ABSTRACT: Manages deprecation warnings for Moose
24
25__END__
 
# spent 1µs within Moose::Deprecated::CORE:qr which was called: # once (1µs+0s) by Moose::Deprecated::BEGIN@12 at line 19
sub Moose::Deprecated::CORE:qr; # opcode