| Filename | /home/ss5/perl5/perlbrew/perls/perl-5.22.0/lib/site_perl/5.22.0/x86_64-linux/Class/MOP/Deprecated.pm |
| Statements | Executed 8 statements in 62µs |
| Calls | P | F | Exclusive Time |
Inclusive Time |
Subroutine |
|---|---|---|---|---|---|
| 1 | 1 | 1 | 11µs | 14µs | Class::MOP::Deprecated::BEGIN@4 |
| 1 | 1 | 1 | 6µs | 100µs | Class::MOP::Deprecated::BEGIN@7 |
| 1 | 1 | 1 | 5µs | 12µs | Class::MOP::Deprecated::BEGIN@5 |
| Line | State ments |
Time on line |
Calls | Time in subs |
Code |
|---|---|---|---|---|---|
| 1 | package Class::MOP::Deprecated; | ||||
| 2 | 1 | 200ns | our $VERSION = '2.1605'; | ||
| 3 | |||||
| 4 | 2 | 20µs | 2 | 17µs | # spent 14µs (11+3) within Class::MOP::Deprecated::BEGIN@4 which was called:
# once (11µs+3µs) by Moose::Exporter::BEGIN@8 at line 4 # spent 14µs making 1 call to Class::MOP::Deprecated::BEGIN@4
# spent 3µs making 1 call to strict::import |
| 5 | 2 | 20µs | 2 | 18µs | # spent 12µs (5+7) within Class::MOP::Deprecated::BEGIN@5 which was called:
# once (5µs+7µs) by Moose::Exporter::BEGIN@8 at line 5 # spent 12µs making 1 call to Class::MOP::Deprecated::BEGIN@5
# spent 7µs making 1 call to warnings::import |
| 6 | |||||
| 7 | 1 | 4µs | 1 | 94µs | # spent 100µs (6+94) within Class::MOP::Deprecated::BEGIN@7 which was called:
# once (6µs+94µs) by Moose::Exporter::BEGIN@8 at line 9 # spent 94µs making 1 call to Package::DeprecationManager::import |
| 8 | 'Class::Load wrapper functions' => '2.1100', | ||||
| 9 | 1 | 14µs | 1 | 100µs | }; # spent 100µs making 1 call to Class::MOP::Deprecated::BEGIN@7 |
| 10 | |||||
| 11 | 1 | 3µs | 1; | ||
| 12 | |||||
| 13 | # ABSTRACT: Manages deprecation warnings for Class::MOP | ||||
| 14 | |||||
| 15 | __END__ |