Filename | /opt/perl-5.18.1/lib/site_perl/5.18.1/darwin-thread-multi-2level/Moose/Deprecated.pm |
Statements | Executed 11 statements in 350µs |
Calls | P | F | Exclusive Time |
Inclusive Time |
Subroutine |
---|---|---|---|---|---|
1 | 1 | 1 | 984µs | 2.67ms | BEGIN@12 | Moose::Deprecated::
1 | 1 | 1 | 16µs | 16µs | BEGIN@2 | Moose::Deprecated::
1 | 1 | 1 | 9µs | 14µs | BEGIN@10 | Moose::Deprecated::
1 | 1 | 1 | 8µs | 24µs | BEGIN@9 | Moose::Deprecated::
1 | 1 | 1 | 2µs | 2µs | CORE:qr (opcode) | Moose::Deprecated::
Line | State ments |
Time on line |
Calls | Time in subs |
Code |
---|---|---|---|---|---|
1 | package Moose::Deprecated; | ||||
2 | # spent 16µs within Moose::Deprecated::BEGIN@2 which was called:
# once (16µs+0s) by Moose::BEGIN@17 at line 4 | ||||
3 | 1 | 7µs | $Moose::Deprecated::AUTHORITY = 'cpan:STEVAN'; | ||
4 | 1 | 40µs | 1 | 16µs | } # spent 16µs making 1 call to Moose::Deprecated::BEGIN@2 |
5 | { | ||||
6 | 2 | 1µs | $Moose::Deprecated::VERSION = '2.1005'; | ||
7 | } | ||||
8 | |||||
9 | 2 | 30µs | 2 | 40µs | # spent 24µs (8+16) within Moose::Deprecated::BEGIN@9 which was called:
# once (8µs+16µs) by Moose::BEGIN@17 at line 9 # spent 24µs making 1 call to Moose::Deprecated::BEGIN@9
# spent 16µs making 1 call to strict::import |
10 | 2 | 90µs | 2 | 18µs | # spent 14µs (9+5) within Moose::Deprecated::BEGIN@10 which was called:
# once (9µs+5µs) by Moose::BEGIN@17 at line 10 # spent 14µs making 1 call to Moose::Deprecated::BEGIN@10
# spent 5µs making 1 call to warnings::import |
11 | |||||
12 | 1 | 103µs | # spent 2.67ms (984µs+1.69) within Moose::Deprecated::BEGIN@12 which was called:
# once (984µs+1.69ms) by Moose::BEGIN@17 at line 19 | ||
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 | 76µs | 4 | 2.84ms | ; # spent 2.67ms making 1 call to Moose::Deprecated::BEGIN@12
# spent 151µs making 1 call to Package::DeprecationManager::import
# spent 12µs making 1 call to UNIVERSAL::VERSION
# spent 2µs making 1 call to Moose::Deprecated::CORE:qr |
20 | |||||
21 | 1 | 3µs | 1; | ||
22 | |||||
23 | # ABSTRACT: Manages deprecation warnings for Moose | ||||
24 | |||||
25 | __END__ | ||||
# spent 2µs within Moose::Deprecated::CORE:qr which was called:
# once (2µs+0s) by Moose::Deprecated::BEGIN@12 at line 19 |