Filename | /home/ss5/perl5/perlbrew/perls/perl-5.22.0/lib/site_perl/5.22.0/x86_64-linux/Moose/Deprecated.pm |
Statements | Executed 9 statements in 188µs |
Calls | P | F | Exclusive Time |
Inclusive Time |
Subroutine |
---|---|---|---|---|---|
1 | 1 | 1 | 641µs | 1.82ms | BEGIN@7 | Moose::Deprecated::
1 | 1 | 1 | 9µs | 11µs | BEGIN@4 | Moose::Deprecated::
1 | 1 | 1 | 4µs | 7µs | BEGIN@5 | 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 | 1 | 400ns | our $VERSION = '2.1605'; | ||
3 | |||||
4 | 2 | 14µs | 2 | 13µs | # spent 11µs (9+2) within Moose::Deprecated::BEGIN@4 which was called:
# once (9µs+2µs) by Moose::BEGIN@14 at line 4 # spent 11µs making 1 call to Moose::Deprecated::BEGIN@4
# spent 2µs making 1 call to strict::import |
5 | 2 | 54µs | 2 | 11µs | # spent 7µs (4+3) within Moose::Deprecated::BEGIN@5 which was called:
# once (4µs+3µs) by Moose::BEGIN@14 at line 5 # spent 7µs making 1 call to Moose::Deprecated::BEGIN@5
# spent 3µs making 1 call to warnings::import |
6 | |||||
7 | 1 | 13µs | 2 | 112µs | # spent 1.82ms (641µs+1.18) within Moose::Deprecated::BEGIN@7 which was called:
# once (641µs+1.18ms) by Moose::BEGIN@14 at line 12 # spent 111µs making 1 call to Package::DeprecationManager::import
# spent 1µs making 1 call to Moose::Deprecated::CORE:qr |
8 | 'non-arrayref form of enum' => '2.1100', | ||||
9 | 'non-arrayref form of duck_type' => '2.1100', | ||||
10 | }, | ||||
11 | -ignore => [qr/^(?:Class::MOP|Moose)(?:::)?/], | ||||
12 | 2 | 105µs | 2 | 1.83ms | ; # spent 1.82ms making 1 call to Moose::Deprecated::BEGIN@7
# spent 8µs making 1 call to UNIVERSAL::VERSION |
13 | |||||
14 | 1 | 2µs | 1; | ||
15 | |||||
16 | # ABSTRACT: Manages deprecation warnings for Moose | ||||
17 | |||||
18 | __END__ | ||||
# spent 1µs within Moose::Deprecated::CORE:qr which was called:
# once (1µs+0s) by Moose::Deprecated::BEGIN@7 at line 7 |