| Filename | /Users/dde/perl5/perlbrew/perls/5.18.0t/lib/site_perl/5.18.0/darwin-thread-multi-2level/Class/MOP/Deprecated.pm |
| Statements | Executed 10 statements in 134µs |
| Calls | P | F | Exclusive Time |
Inclusive Time |
Subroutine |
|---|---|---|---|---|---|
| 1 | 1 | 1 | 11µs | 11µs | Class::MOP::Deprecated::BEGIN@2 |
| 1 | 1 | 1 | 9µs | 26µs | Class::MOP::Deprecated::BEGIN@9 |
| 1 | 1 | 1 | 8µs | 17µs | Class::MOP::Deprecated::BEGIN@10 |
| 1 | 1 | 1 | 8µs | 127µs | Class::MOP::Deprecated::BEGIN@12 |
| Line | State ments |
Time on line |
Calls | Time in subs |
Code |
|---|---|---|---|---|---|
| 1 | package Class::MOP::Deprecated; | ||||
| 2 | # spent 11µs within Class::MOP::Deprecated::BEGIN@2 which was called:
# once (11µs+0s) by Moose::Exporter::BEGIN@13 at line 4 | ||||
| 3 | 1 | 4µs | $Class::MOP::Deprecated::AUTHORITY = 'cpan:STEVAN'; | ||
| 4 | 1 | 41µs | 1 | 11µs | } # spent 11µs making 1 call to Class::MOP::Deprecated::BEGIN@2 |
| 5 | { | ||||
| 6 | 2 | 700ns | $Class::MOP::Deprecated::VERSION = '2.1005'; | ||
| 7 | } | ||||
| 8 | |||||
| 9 | 2 | 25µs | 2 | 44µs | # spent 26µs (9+18) within Class::MOP::Deprecated::BEGIN@9 which was called:
# once (9µs+18µs) by Moose::Exporter::BEGIN@13 at line 9 # spent 26µs making 1 call to Class::MOP::Deprecated::BEGIN@9
# spent 18µs making 1 call to strict::import |
| 10 | 2 | 29µs | 2 | 26µs | # spent 17µs (8+8) within Class::MOP::Deprecated::BEGIN@10 which was called:
# once (8µs+8µs) by Moose::Exporter::BEGIN@13 at line 10 # spent 17µs making 1 call to Class::MOP::Deprecated::BEGIN@10
# spent 8µs making 1 call to warnings::import |
| 11 | |||||
| 12 | 1 | 400ns | # spent 127µs (8+119) within Class::MOP::Deprecated::BEGIN@12 which was called:
# once (8µs+119µs) by Moose::Exporter::BEGIN@13 at line 13 | ||
| 13 | 1 | 30µs | 2 | 246µs | }; # spent 127µs making 1 call to Class::MOP::Deprecated::BEGIN@12
# spent 119µs making 1 call to Package::DeprecationManager::import |
| 14 | |||||
| 15 | 1 | 3µs | 1; | ||
| 16 | |||||
| 17 | # ABSTRACT: Manages deprecation warnings for Class::MOP | ||||
| 18 | |||||
| 19 | __END__ |