Filename | /Users/ap13/perl5/lib/perl5/darwin-2level/Class/MOP/Deprecated.pm |
Statements | Executed 8 statements in 128µs |
Calls | P | F | Exclusive Time |
Inclusive Time |
Subroutine |
---|---|---|---|---|---|
1 | 1 | 1 | 23µs | 47µs | BEGIN@4 | Class::MOP::Deprecated::
1 | 1 | 1 | 14µs | 24µs | BEGIN@5 | Class::MOP::Deprecated::
1 | 1 | 1 | 11µs | 152µs | BEGIN@7 | Class::MOP::Deprecated::
Line | State ments |
Time on line |
Calls | Time in subs |
Code |
---|---|---|---|---|---|
1 | package Class::MOP::Deprecated; | ||||
2 | 1 | 700ns | our $VERSION = '2.1403'; | ||
3 | |||||
4 | 2 | 42µs | 2 | 71µs | # spent 47µs (23+24) within Class::MOP::Deprecated::BEGIN@4 which was called:
# once (23µs+24µs) by Moose::Exporter::BEGIN@8 at line 4 # spent 47µs making 1 call to Class::MOP::Deprecated::BEGIN@4
# spent 24µs making 1 call to strict::import |
5 | 2 | 37µs | 2 | 34µs | # spent 24µs (14+10) within Class::MOP::Deprecated::BEGIN@5 which was called:
# once (14µs+10µs) by Moose::Exporter::BEGIN@8 at line 5 # spent 24µs making 1 call to Class::MOP::Deprecated::BEGIN@5
# spent 10µs making 1 call to warnings::import |
6 | |||||
7 | 1 | 500ns | # spent 152µs (11+141) within Class::MOP::Deprecated::BEGIN@7 which was called:
# once (11µs+141µs) by Moose::Exporter::BEGIN@8 at line 9 | ||
8 | 'Class::Load wrapper functions' => '2.1100', | ||||
9 | 1 | 44µs | 2 | 293µs | }; # spent 152µs making 1 call to Class::MOP::Deprecated::BEGIN@7
# spent 141µs making 1 call to Package::DeprecationManager::import |
10 | |||||
11 | 1 | 4µs | 1; | ||
12 | |||||
13 | # ABSTRACT: Manages deprecation warnings for Class::MOP | ||||
14 | |||||
15 | __END__ |