Filename | /opt/perl-5.18.1/lib/site_perl/5.18.1/darwin-thread-multi-2level/Class/MOP/Deprecated.pm |
Statements | Executed 10 statements in 173µs |
Calls | P | F | Exclusive Time |
Inclusive Time |
Subroutine |
---|---|---|---|---|---|
1 | 1 | 1 | 13µs | 13µs | BEGIN@2 | Class::MOP::Deprecated::
1 | 1 | 1 | 11µs | 19µs | BEGIN@10 | Class::MOP::Deprecated::
1 | 1 | 1 | 11µs | 170µs | BEGIN@12 | Class::MOP::Deprecated::
1 | 1 | 1 | 10µs | 30µs | BEGIN@9 | Class::MOP::Deprecated::
Line | State ments |
Time on line |
Calls | Time in subs |
Code |
---|---|---|---|---|---|
1 | package Class::MOP::Deprecated; | ||||
2 | # spent 13µs within Class::MOP::Deprecated::BEGIN@2 which was called:
# once (13µs+0s) by Moose::Exporter::BEGIN@13 at line 4 | ||||
3 | 1 | 6µs | $Class::MOP::Deprecated::AUTHORITY = 'cpan:STEVAN'; | ||
4 | 1 | 50µs | 1 | 13µs | } # spent 13µs making 1 call to Class::MOP::Deprecated::BEGIN@2 |
5 | { | ||||
6 | 2 | 1µs | $Class::MOP::Deprecated::VERSION = '2.1005'; | ||
7 | } | ||||
8 | |||||
9 | 2 | 32µs | 2 | 49µs | # spent 30µs (10+20) within Class::MOP::Deprecated::BEGIN@9 which was called:
# once (10µs+20µs) by Moose::Exporter::BEGIN@13 at line 9 # spent 30µs making 1 call to Class::MOP::Deprecated::BEGIN@9
# spent 20µs making 1 call to strict::import |
10 | 2 | 37µs | 2 | 27µs | # spent 19µs (11+8) within Class::MOP::Deprecated::BEGIN@10 which was called:
# once (11µs+8µs) by Moose::Exporter::BEGIN@13 at line 10 # spent 19µs making 1 call to Class::MOP::Deprecated::BEGIN@10
# spent 8µs making 1 call to warnings::import |
11 | |||||
12 | 1 | 800ns | # spent 170µs (11+160) within Class::MOP::Deprecated::BEGIN@12 which was called:
# once (11µs+160µs) by Moose::Exporter::BEGIN@13 at line 13 | ||
13 | 1 | 41µs | 2 | 330µs | }; # spent 170µs making 1 call to Class::MOP::Deprecated::BEGIN@12
# spent 160µs making 1 call to Package::DeprecationManager::import |
14 | |||||
15 | 1 | 4µs | 1; | ||
16 | |||||
17 | # ABSTRACT: Manages deprecation warnings for Class::MOP | ||||
18 | |||||
19 | __END__ |