| Filename | /home/doy/perl5/perlbrew/perls/perl-5.10.1/lib/site_perl/5.10.1/x86_64-linux/Moose/Deprecated.pm |
| Statements | Executed 13 statements in 863µs |
| Calls | P | F | Exclusive Time |
Inclusive Time |
Subroutine |
|---|---|---|---|---|---|
| 1 | 1 | 1 | 114µs | 870µs | Moose::Deprecated::BEGIN@10 |
| 1 | 1 | 1 | 68µs | 86µs | Moose::Deprecated::BEGIN@3 |
| 1 | 1 | 1 | 36µs | 105µs | Moose::Deprecated::BEGIN@4 |
| 1 | 1 | 1 | 17µs | 17µs | Moose::Deprecated::CORE:qr (opcode) |
| Line | State ments |
Time on line |
Calls | Time in subs |
Code |
|---|---|---|---|---|---|
| 1 | package Moose::Deprecated; | ||||
| 2 | |||||
| 3 | 3 | 97µs | 2 | 104µs | # spent 86µs (68+18) within Moose::Deprecated::BEGIN@3 which was called:
# once (68µs+18µs) by Moose::BEGIN@14 at line 3 # spent 86µs making 1 call to Moose::Deprecated::BEGIN@3
# spent 18µs making 1 call to strict::import |
| 4 | 3 | 398µs | 2 | 174µs | # spent 105µs (36+69) within Moose::Deprecated::BEGIN@4 which was called:
# once (36µs+69µs) by Moose::BEGIN@14 at line 4 # spent 105µs making 1 call to Moose::Deprecated::BEGIN@4
# spent 69µs making 1 call to warnings::import |
| 5 | |||||
| 6 | 1 | 4µs | our $VERSION = '1.19'; | ||
| 7 | 1 | 71µs | $VERSION = eval $VERSION; # spent 11µs executing statements in string eval | ||
| 8 | 1 | 3µs | our $AUTHORITY = 'cpan:STEVAN'; | ||
| 9 | |||||
| 10 | 2 | 684µs | # spent 870µs (114+756) within Moose::Deprecated::BEGIN@10 which was called:
# once (114µs+756µs) by Moose::BEGIN@14 at line 22 # spent 667µs making 1 call to Package::DeprecationManager::import
# spent 17µ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 | 3 | 280µs | 2 | 942µs | ; # spent 870µs making 1 call to Moose::Deprecated::BEGIN@10
# spent 72µs making 1 call to UNIVERSAL::VERSION |
| 23 | |||||
| 24 | 1 | 10µs | 1; | ||
| 25 | |||||
| 26 | __END__ | ||||
# spent 17µs within Moose::Deprecated::CORE:qr which was called:
# once (17µs+0s) by Moose::Deprecated::BEGIN@10 at line 10 |