← Index
NYTProf Performance Profile   « line view »
For flows_to_es.pl
  Run on Mon May 9 23:27:59 2016
Reported on Mon May 9 23:28:09 2016

Filename/opt/flows/lib/lib/perl5/Log/Any/Adapter/Null.pm
StatementsExecuted 41 statements in 443µs
Subroutines
Calls P F Exclusive
Time
Inclusive
Time
Subroutine
111506µs636µsLog::Any::Adapter::Null::::BEGIN@10Log::Any::Adapter::Null::BEGIN@10
11120µs20µsLog::Any::Manager::::BEGIN@1 Log::Any::Manager::BEGIN@1
7319µs9µsLog::Any::Adapter::Null::::__ANON__[:19]Log::Any::Adapter::Null::__ANON__[:19]
1119µs14µsLog::Any::Manager::::BEGIN@3 Log::Any::Manager::BEGIN@3
1118µs20µsLog::Any::Adapter::Null::::BEGIN@18Log::Any::Adapter::Null::BEGIN@18
1118µs21µsLog::Any::Manager::::BEGIN@2 Log::Any::Manager::BEGIN@2
1115µs5µsLog::Any::Adapter::Null::::BEGIN@13Log::Any::Adapter::Null::BEGIN@13
Call graph for these subroutines as a Graphviz dot language file.
Line State
ments
Time
on line
Calls Time
in subs
Code
1255µs120µ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
use 5.008001;
# spent 20µs making 1 call to Log::Any::Manager::BEGIN@1
2228µs235µ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
use strict;
# spent 21µs making 1 call to Log::Any::Manager::BEGIN@2 # spent 14µs making 1 call to strict::import
3251µs219µ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
use warnings;
# spent 14µs making 1 call to Log::Any::Manager::BEGIN@3 # spent 5µs making 1 call to warnings::import
4
5package Log::Any::Adapter::Null;
6
7# ABSTRACT: Discards all log messages
81600nsour $VERSION = '1.040';
9
102122µs1636µ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
use Log::Any::Adapter::Base;
# spent 636µs making 1 call to Log::Any::Adapter::Null::BEGIN@10
1116µsour @ISA = qw/Log::Any::Adapter::Base/;
12
13243µs15µ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
use Log::Any::Adapter::Util ();
# spent 5µs making 1 call to Log::Any::Adapter::Null::BEGIN@13
14
15# All methods are no-ops and return false
16
1713µs14µsforeach my $method (Log::Any::Adapter::Util::logging_and_detection_methods()) {
18257µs233µ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
no strict 'refs';
# spent 20µs making 1 call to Log::Any::Adapter::Null::BEGIN@18 # spent 12µs making 1 call to strict::unimport
192572µ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
*{$method} = sub { return '' }; # false
20}
21
2215µs1;
23
24__END__