Filename | /home/ss5/perl5/perlbrew/perls/perl-5.22.0/lib/site_perl/5.22.0/Log/Any/Adapter/Null.pm |
Statements | Executed 7040 statements in 49.3ms |
Calls | P | F | Exclusive Time |
Inclusive Time |
Subroutine |
---|---|---|---|---|---|
7007 | 3 | 1 | 8.14ms | 8.14ms | __ANON__[:18] | Log::Any::Adapter::Null::
1 | 1 | 1 | 10µs | 10µs | BEGIN@1 | Log::Any::Manager::
1 | 1 | 1 | 6µs | 8µs | BEGIN@2 | Log::Any::Manager::
1 | 1 | 1 | 4µs | 334µs | BEGIN@10 | Log::Any::Adapter::Null::
1 | 1 | 1 | 4µs | 7µs | BEGIN@3 | Log::Any::Manager::
1 | 1 | 1 | 4µs | 12µs | BEGIN@17 | Log::Any::Adapter::Null::
1 | 1 | 1 | 2µs | 2µs | BEGIN@12 | Log::Any::Adapter::Null::
Line | State ments |
Time on line |
Calls | Time in subs |
Code |
---|---|---|---|---|---|
1 | 2 | 24µs | 1 | 10µs | # spent 10µs within Log::Any::Manager::BEGIN@1 which was called:
# once (10µs+0s) by Log::Any::Manager::_require_dynamic at line 1 # spent 10µs making 1 call to Log::Any::Manager::BEGIN@1 |
2 | 2 | 12µs | 2 | 10µs | # spent 8µs (6+2) within Log::Any::Manager::BEGIN@2 which was called:
# once (6µs+2µs) by Log::Any::Manager::_require_dynamic at line 2 # spent 8µs making 1 call to Log::Any::Manager::BEGIN@2
# spent 2µs making 1 call to strict::import |
3 | 2 | 27µs | 2 | 10µs | # spent 7µs (4+3) within Log::Any::Manager::BEGIN@3 which was called:
# once (4µs+3µs) by Log::Any::Manager::_require_dynamic at line 3 # spent 7µs making 1 call to Log::Any::Manager::BEGIN@3
# spent 3µs making 1 call to warnings::import |
4 | |||||
5 | package Log::Any::Adapter::Null; | ||||
6 | |||||
7 | # ABSTRACT: Discards all log messages | ||||
8 | 1 | 200ns | our $VERSION = '1.032'; | ||
9 | |||||
10 | 2 | 16µs | 2 | 663µs | # spent 334µs (4+329) within Log::Any::Adapter::Null::BEGIN@10 which was called:
# once (4µs+329µs) by Log::Any::Manager::_require_dynamic at line 10 # spent 334µs making 1 call to Log::Any::Adapter::Null::BEGIN@10
# spent 329µs making 1 call to base::import |
11 | |||||
12 | 2 | 18µs | 1 | 2µs | # spent 2µs within Log::Any::Adapter::Null::BEGIN@12 which was called:
# once (2µs+0s) by Log::Any::Manager::_require_dynamic at line 12 # spent 2µs making 1 call to Log::Any::Adapter::Null::BEGIN@12 |
13 | |||||
14 | # All methods are no-ops and return false | ||||
15 | |||||
16 | 1 | 1µs | 1 | 1µs | foreach my $method (Log::Any::Adapter::Util::logging_and_detection_methods()) { # spent 1µs making 1 call to Log::Any::Adapter::Util::logging_and_detection_methods |
17 | 2 | 29µs | 2 | 20µs | # spent 12µs (4+8) within Log::Any::Adapter::Null::BEGIN@17 which was called:
# once (4µs+8µs) by Log::Any::Manager::_require_dynamic at line 17 # spent 12µs making 1 call to Log::Any::Adapter::Null::BEGIN@17
# spent 8µs making 1 call to strict::unimport |
18 | 7025 | 49.1ms | # spent 8.14ms within Log::Any::Adapter::Null::__ANON__[/home/ss5/perl5/perlbrew/perls/perl-5.22.0/lib/site_perl/5.22.0/Log/Any/Adapter/Null.pm:18] which was called 7007 times, avg 1µs/call:
# 4004 times (4.36ms+0s) by Log::Any::Proxy::__ANON__[/home/ss5/perl5/perlbrew/perls/perl-5.22.0/lib/site_perl/5.22.0/Log/Any/Proxy.pm:83] at line 78 of Log/Any/Proxy.pm, avg 1µs/call
# 2002 times (2.89ms+0s) by Log::Any::Proxy::__ANON__[/home/ss5/perl5/perlbrew/perls/perl-5.22.0/lib/site_perl/5.22.0/Log/Any/Proxy.pm:64] at line 63 of Log/Any/Proxy.pm, avg 1µs/call
# 1001 times (891µs+0s) by Log::Any::Proxy::__ANON__[/home/ss5/perl5/perlbrew/perls/perl-5.22.0/lib/site_perl/5.22.0/Log/Any/Proxy.pm:75] at line 74 of Log/Any/Proxy.pm, avg 890ns/call | ||
19 | } | ||||
20 | |||||
21 | 1 | 3µs | 1; | ||
22 | |||||
23 | __END__ |