| Filename | /usr/local/lib/perl/5.18.2/Moose/Deprecated.pm |
| Statements | Executed 9 statements in 189µs |
| Calls | P | F | Exclusive Time |
Inclusive Time |
Subroutine |
|---|---|---|---|---|---|
| 1 | 1 | 1 | 622µs | 1.86ms | Moose::Deprecated::BEGIN@7 |
| 1 | 1 | 1 | 11µs | 20µs | Moose::Deprecated::BEGIN@4 |
| 1 | 1 | 1 | 6µs | 9µs | Moose::Deprecated::BEGIN@5 |
| 1 | 1 | 1 | 2µs | 2µs | Moose::Deprecated::CORE:qr (opcode) |
| Line | State ments |
Time on line |
Calls | Time in subs |
Code |
|---|---|---|---|---|---|
| 1 | package Moose::Deprecated; | ||||
| 2 | 1 | 300ns | our $VERSION = '2.1604'; | ||
| 3 | |||||
| 4 | 2 | 18µs | 2 | 29µs | # spent 20µs (11+9) within Moose::Deprecated::BEGIN@4 which was called:
# once (11µs+9µs) by Moose::BEGIN@14 at line 4 # spent 20µs making 1 call to Moose::Deprecated::BEGIN@4
# spent 9µs making 1 call to strict::import |
| 5 | 2 | 54µs | 2 | 12µs | # spent 9µs (6+3) within Moose::Deprecated::BEGIN@5 which was called:
# once (6µs+3µs) by Moose::BEGIN@14 at line 5 # spent 9µs making 1 call to Moose::Deprecated::BEGIN@5
# spent 3µs making 1 call to warnings::import |
| 6 | |||||
| 7 | 1 | 11µs | 2 | 270µs | # spent 1.86ms (622µs+1.23) within Moose::Deprecated::BEGIN@7 which was called:
# once (622µs+1.23ms) by Moose::BEGIN@14 at line 12 # spent 268µs making 1 call to Package::DeprecationManager::import
# spent 2µ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 | 103µs | 2 | 1.87ms | ; # spent 1.86ms making 1 call to Moose::Deprecated::BEGIN@7
# spent 10µ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 2µs within Moose::Deprecated::CORE:qr which was called:
# once (2µs+0s) by Moose::Deprecated::BEGIN@7 at line 7 |