Filename | /usr/local/lib/perl/5.14.2/Moose/Deprecated.pm |
Statements | Executed 11 statements in 328µs |
Calls | P | F | Exclusive Time |
Inclusive Time |
Subroutine |
---|---|---|---|---|---|
1 | 1 | 1 | 739µs | 1.12ms | BEGIN@12 | Moose::Deprecated::
1 | 1 | 1 | 7µs | 7µs | BEGIN@2 | Moose::Deprecated::
1 | 1 | 1 | 7µs | 10µs | BEGIN@9 | Moose::Deprecated::
1 | 1 | 1 | 7µs | 12µs | BEGIN@10 | Moose::Deprecated::
1 | 1 | 1 | 1µs | 1µs | CORE:qr (opcode) | Moose::Deprecated::
Line | State ments |
Time on line |
Calls | Time in subs |
Code |
---|---|---|---|---|---|
1 | package 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 | ||||
3 | 1 | 4µs | $Moose::Deprecated::AUTHORITY = 'cpan:STEVAN'; | ||
4 | 1 | 28µs | 1 | 7µs | } # spent 7µs making 1 call to Moose::Deprecated::BEGIN@2 |
5 | { | ||||
6 | 2 | 900ns | $Moose::Deprecated::VERSION = '2.1005'; | ||
7 | } | ||||
8 | |||||
9 | 2 | 23µs | 2 | 12µs | # spent 10µs (7+3) within Moose::Deprecated::BEGIN@9 which was called:
# once (7µs+3µs) by Moose::BEGIN@17 at line 9 # spent 10µs making 1 call to Moose::Deprecated::BEGIN@9
# spent 3µs making 1 call to strict::import |
10 | 2 | 147µs | 2 | 16µs | # spent 12µs (7+5) within Moose::Deprecated::BEGIN@10 which was called:
# once (7µs+5µs) by Moose::BEGIN@17 at line 10 # spent 12µs making 1 call to Moose::Deprecated::BEGIN@10
# spent 5µs making 1 call to warnings::import |
11 | |||||
12 | 1 | 13µs | 2 | 135µs | # spent 1.12ms (739µs+386µs) within Moose::Deprecated::BEGIN@12 which was called:
# once (739µs+386µs) by Moose::BEGIN@17 at line 19 # spent 133µs making 1 call to Package::DeprecationManager::import
# spent 1µs making 1 call to Moose::Deprecated::CORE:qr |
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)(?:::)?/], | ||||
19 | 2 | 111µs | 2 | 1.14ms | ; # spent 1.12ms making 1 call to Moose::Deprecated::BEGIN@12
# spent 13µs making 1 call to UNIVERSAL::VERSION |
20 | |||||
21 | 1 | 2µs | 1; | ||
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 12 |