| Filename | /home/doy/coding/src/Moose/blib/lib//Moose/Deprecated.pm |
| Statements | Executed 13 statements in 896µs |
| Calls | P | F | Exclusive Time |
Inclusive Time |
Subroutine |
|---|---|---|---|---|---|
| 1 | 1 | 1 | 116µs | 832µs | Moose::Deprecated::BEGIN@10 |
| 1 | 1 | 1 | 76µs | 94µs | Moose::Deprecated::BEGIN@3 |
| 1 | 1 | 1 | 37µs | 105µs | Moose::Deprecated::BEGIN@4 |
| 1 | 1 | 1 | 18µs | 18µs | Moose::Deprecated::CORE:qr (opcode) |
| Line | State ments |
Time on line |
Calls | Time in subs |
Code |
|---|---|---|---|---|---|
| 1 | package Moose::Deprecated; | ||||
| 2 | |||||
| 3 | 3 | 98µs | 2 | 113µs | # spent 94µs (76+18) within Moose::Deprecated::BEGIN@3 which was called:
# once (76µs+18µs) by Moose::BEGIN@14 at line 3 # spent 94µs making 1 call to Moose::Deprecated::BEGIN@3
# spent 18µs making 1 call to strict::import |
| 4 | 3 | 447µs | 2 | 173µs | # spent 105µs (37+68) within Moose::Deprecated::BEGIN@4 which was called:
# once (37µs+68µs) by Moose::BEGIN@14 at line 4 # spent 105µs making 1 call to Moose::Deprecated::BEGIN@4
# spent 68µs making 1 call to warnings::import |
| 5 | |||||
| 6 | 1 | 3µs | our $VERSION = '1.19'; | ||
| 7 | 1 | 67µs | $VERSION = eval $VERSION; # spent 10µs executing statements in string eval | ||
| 8 | 1 | 3µs | our $AUTHORITY = 'cpan:STEVAN'; | ||
| 9 | |||||
| 10 | 1 | 84µs | 2 | 659µs | # spent 832µs (116+716) within Moose::Deprecated::BEGIN@10 which was called:
# once (116µs+716µs) by Moose::BEGIN@14 at line 22 # spent 641µs making 1 call to Package::DeprecationManager::import
# spent 18µs making 1 call to Moose::Deprecated::CORE:qr |
| 11 | 'default is for Native Trait' => '1.14', | ||||
| 12 | 'default default for Native Trait' => '1.14', | ||||
| 13 | 'coerce without coercion' => '1.08', | ||||
| 14 | 'pre-0.94 MetaRole API' => '0.94', | ||||
| 15 | 'alias or excludes' => '0.89', | ||||
| 16 | 'Role type' => '0.84', | ||||
| 17 | 'subtype without sugar' => '0.72', | ||||
| 18 | 'type without sugar' => '0.72', | ||||
| 19 | 'Moose::init_meta' => '0.56', | ||||
| 20 | }, | ||||
| 21 | -ignore => [qr/^(?:Class::MOP|Moose)(?:::)?/], | ||||
| 22 | 2 | 183µs | 2 | 890µs | ; # spent 832µs making 1 call to Moose::Deprecated::BEGIN@10
# spent 58µs making 1 call to UNIVERSAL::VERSION |
| 23 | |||||
| 24 | 1 | 10µs | 1; | ||
| 25 | |||||
| 26 | __END__ | ||||
# spent 18µs within Moose::Deprecated::CORE:qr which was called:
# once (18µs+0s) by Moose::Deprecated::BEGIN@10 at line 10 |