| Filename | /usr/local/lib/perl/5.18.2/Class/MOP/Deprecated.pm |
| Statements | Executed 8 statements in 87µs |
| Calls | P | F | Exclusive Time |
Inclusive Time |
Subroutine |
|---|---|---|---|---|---|
| 1 | 1 | 1 | 12µs | 28µs | Class::MOP::Deprecated::BEGIN@4 |
| 1 | 1 | 1 | 10µs | 16µs | Class::MOP::Deprecated::BEGIN@5 |
| 1 | 1 | 1 | 8µs | 125µs | Class::MOP::Deprecated::BEGIN@7 |
| Line | State ments |
Time on line |
Calls | Time in subs |
Code |
|---|---|---|---|---|---|
| 1 | package Class::MOP::Deprecated; | ||||
| 2 | 1 | 400ns | our $VERSION = '2.1604'; | ||
| 3 | |||||
| 4 | 2 | 24µs | 2 | 44µs | # spent 28µs (12+16) within Class::MOP::Deprecated::BEGIN@4 which was called:
# once (12µs+16µs) by Moose::Exporter::BEGIN@8 at line 4 # spent 28µs making 1 call to Class::MOP::Deprecated::BEGIN@4
# spent 16µs making 1 call to strict::import |
| 5 | 2 | 30µs | 2 | 22µs | # spent 16µs (10+6) within Class::MOP::Deprecated::BEGIN@5 which was called:
# once (10µs+6µs) by Moose::Exporter::BEGIN@8 at line 5 # spent 16µs making 1 call to Class::MOP::Deprecated::BEGIN@5
# spent 6µs making 1 call to warnings::import |
| 6 | |||||
| 7 | 1 | 6µs | 1 | 117µs | # spent 125µs (8+117) within Class::MOP::Deprecated::BEGIN@7 which was called:
# once (8µs+117µs) by Moose::Exporter::BEGIN@8 at line 9 # spent 117µs making 1 call to Package::DeprecationManager::import |
| 8 | 'Class::Load wrapper functions' => '2.1100', | ||||
| 9 | 1 | 23µs | 1 | 125µs | }; # spent 125µs making 1 call to Class::MOP::Deprecated::BEGIN@7 |
| 10 | |||||
| 11 | 1 | 2µs | 1; | ||
| 12 | |||||
| 13 | # ABSTRACT: Manages deprecation warnings for Class::MOP | ||||
| 14 | |||||
| 15 | __END__ |