Filename | /Users/ap13/perl5/lib/perl5/darwin-2level/Moose/Deprecated.pm |
Statements | Executed 9 statements in 404µs |
Calls | P | F | Exclusive Time |
Inclusive Time |
Subroutine |
---|---|---|---|---|---|
1 | 1 | 1 | 1.20ms | 3.46ms | BEGIN@7 | Moose::Deprecated::
1 | 1 | 1 | 19µs | 39µs | BEGIN@4 | Moose::Deprecated::
1 | 1 | 1 | 12µs | 19µs | BEGIN@5 | Moose::Deprecated::
1 | 1 | 1 | 4µs | 4µs | CORE:qr (opcode) | Moose::Deprecated::
Line | State ments |
Time on line |
Calls | Time in subs |
Code |
---|---|---|---|---|---|
1 | package Moose::Deprecated; | ||||
2 | 1 | 1µs | our $VERSION = '2.1403'; | ||
3 | |||||
4 | 2 | 38µs | 2 | 58µs | # spent 39µs (19+19) within Moose::Deprecated::BEGIN@4 which was called:
# once (19µs+19µs) by Moose::BEGIN@14 at line 4 # spent 39µs making 1 call to Moose::Deprecated::BEGIN@4
# spent 19µs making 1 call to strict::import |
5 | 2 | 99µs | 2 | 26µs | # spent 19µs (12+7) within Moose::Deprecated::BEGIN@5 which was called:
# once (12µs+7µs) by Moose::BEGIN@14 at line 5 # spent 19µs making 1 call to Moose::Deprecated::BEGIN@5
# spent 6µs making 1 call to warnings::import |
6 | |||||
7 | 1 | 171µs | # spent 3.46ms (1.20+2.26) within Moose::Deprecated::BEGIN@7 which was called:
# once (1.20ms+2.26ms) by Moose::BEGIN@14 at line 12 | ||
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 | 92µs | 4 | 3.68ms | ; # spent 3.46ms making 1 call to Moose::Deprecated::BEGIN@7
# spent 205µs making 1 call to Package::DeprecationManager::import
# spent 17µs making 1 call to UNIVERSAL::VERSION
# spent 4µs making 1 call to Moose::Deprecated::CORE:qr |
13 | |||||
14 | 1 | 4µs | 1; | ||
15 | |||||
16 | # ABSTRACT: Manages deprecation warnings for Moose | ||||
17 | |||||
18 | __END__ | ||||
# spent 4µs within Moose::Deprecated::CORE:qr which was called:
# once (4µs+0s) by Moose::Deprecated::BEGIN@7 at line 12 |