Filename | /opt/flows/lib/lib/perl5/Log/Any/Adapter/Null.pm |
Statements | Executed 41 statements in 443µs |
Calls | P | F | Exclusive Time |
Inclusive Time |
Subroutine |
---|---|---|---|---|---|
1 | 1 | 1 | 506µs | 636µs | BEGIN@10 | Log::Any::Adapter::Null::
1 | 1 | 1 | 20µs | 20µs | BEGIN@1 | Log::Any::Manager::
7 | 3 | 1 | 9µs | 9µs | __ANON__[:19] | Log::Any::Adapter::Null::
1 | 1 | 1 | 9µs | 14µs | BEGIN@3 | Log::Any::Manager::
1 | 1 | 1 | 8µs | 20µs | BEGIN@18 | Log::Any::Adapter::Null::
1 | 1 | 1 | 8µs | 21µs | BEGIN@2 | Log::Any::Manager::
1 | 1 | 1 | 5µs | 5µs | BEGIN@13 | Log::Any::Adapter::Null::
Line | State ments |
Time on line |
Calls | Time in subs |
Code |
---|---|---|---|---|---|
1 | 2 | 55µs | 1 | 20µs | # spent 20µs within Log::Any::Manager::BEGIN@1 which was called:
# once (20µs+0s) by Log::Any::Manager::_require_dynamic at line 1 # spent 20µs making 1 call to Log::Any::Manager::BEGIN@1 |
2 | 2 | 28µs | 2 | 35µs | # spent 21µs (8+14) within Log::Any::Manager::BEGIN@2 which was called:
# once (8µs+14µs) by Log::Any::Manager::_require_dynamic at line 2 # spent 21µs making 1 call to Log::Any::Manager::BEGIN@2
# spent 14µs making 1 call to strict::import |
3 | 2 | 51µs | 2 | 19µs | # spent 14µs (9+5) within Log::Any::Manager::BEGIN@3 which was called:
# once (9µs+5µs) by Log::Any::Manager::_require_dynamic at line 3 # spent 14µs making 1 call to Log::Any::Manager::BEGIN@3
# spent 5µs making 1 call to warnings::import |
4 | |||||
5 | package Log::Any::Adapter::Null; | ||||
6 | |||||
7 | # ABSTRACT: Discards all log messages | ||||
8 | 1 | 600ns | our $VERSION = '1.040'; | ||
9 | |||||
10 | 2 | 122µs | 1 | 636µs | # spent 636µs (506+130) within Log::Any::Adapter::Null::BEGIN@10 which was called:
# once (506µs+130µs) by Log::Any::Manager::_require_dynamic at line 10 # spent 636µs making 1 call to Log::Any::Adapter::Null::BEGIN@10 |
11 | 1 | 6µs | our @ISA = qw/Log::Any::Adapter::Base/; | ||
12 | |||||
13 | 2 | 43µs | 1 | 5µs | # spent 5µs within Log::Any::Adapter::Null::BEGIN@13 which was called:
# once (5µs+0s) by Log::Any::Manager::_require_dynamic at line 13 # spent 5µs making 1 call to Log::Any::Adapter::Null::BEGIN@13 |
14 | |||||
15 | # All methods are no-ops and return false | ||||
16 | |||||
17 | 1 | 3µs | 1 | 4µs | foreach my $method (Log::Any::Adapter::Util::logging_and_detection_methods()) { # spent 4µs making 1 call to Log::Any::Adapter::Util::logging_and_detection_methods |
18 | 2 | 57µs | 2 | 33µs | # spent 20µs (8+12) within Log::Any::Adapter::Null::BEGIN@18 which was called:
# once (8µs+12µs) by Log::Any::Manager::_require_dynamic at line 18 # spent 20µs making 1 call to Log::Any::Adapter::Null::BEGIN@18
# spent 12µs making 1 call to strict::unimport |
19 | 25 | 72µs | # spent 9µs within Log::Any::Adapter::Null::__ANON__[/opt/flows/lib/lib/perl5/Log/Any/Adapter/Null.pm:19] which was called 7 times, avg 1µs/call:
# 4 times (5µs+0s) by Log::Any::Proxy::__ANON__[/opt/flows/lib/lib/perl5/Log/Any/Proxy.pm:80] at line 75 of /opt/flows/lib/lib/perl5/Log/Any/Proxy.pm, avg 1µs/call
# 2 times (3µs+0s) by Log::Any::Proxy::__ANON__[/opt/flows/lib/lib/perl5/Log/Any/Proxy.pm:61] at line 60 of /opt/flows/lib/lib/perl5/Log/Any/Proxy.pm, avg 2µs/call
# once (800ns+0s) by Log::Any::Proxy::__ANON__[/opt/flows/lib/lib/perl5/Log/Any/Proxy.pm:72] at line 71 of /opt/flows/lib/lib/perl5/Log/Any/Proxy.pm | ||
20 | } | ||||
21 | |||||
22 | 1 | 5µs | 1; | ||
23 | |||||
24 | __END__ |