← 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/Search/Elasticsearch/Role/Is_Sync.pm
StatementsExecuted 8 statements in 84µs
Subroutines
Calls P F Exclusive
Time
Inclusive
Time
Subroutine
11116µs323µsSearch::Elasticsearch::Role::Is_Sync::::BEGIN@3Search::Elasticsearch::Role::Is_Sync::BEGIN@3
1119µs200µsSearch::Elasticsearch::Role::Is_Sync::::BEGIN@4Search::Elasticsearch::Role::Is_Sync::BEGIN@4
1116µs42µsSearch::Elasticsearch::Role::Is_Sync::::__ANON__[:3]Search::Elasticsearch::Role::Is_Sync::__ANON__[:3]
Call graph for these subroutines as a Graphviz dot language file.
Line State
ments
Time
on line
Calls Time
in subs
Code
1package Search::Elasticsearch::Role::Is_Sync;
21500ns$Search::Elasticsearch::Role::Is_Sync::VERSION = '2.02';
3445µs3665µs
# spent 323µs (16+307) within Search::Elasticsearch::Role::Is_Sync::BEGIN@3 which was called: # once (16µs+307µs) by Module::Runtime::require_module at line 3 # spent 42µs (6+36) within Search::Elasticsearch::Role::Is_Sync::__ANON__[/opt/flows/lib/lib/perl5/Search/Elasticsearch/Role/Is_Sync.pm:3] which was called: # once (6µs+36µs) by import::into at line 34 of Import/Into.pm
use Moo::Role;
# spent 323µs making 1 call to Search::Elasticsearch::Role::Is_Sync::BEGIN@3 # spent 307µs making 1 call to Moo::Role::import # spent 36µs making 1 call to strictures::import
4228µs2392µs
# spent 200µs (9+191) within Search::Elasticsearch::Role::Is_Sync::BEGIN@4 which was called: # once (9µs+191µs) by Module::Runtime::require_module at line 4
use namespace::clean;
# spent 200µs making 1 call to Search::Elasticsearch::Role::Is_Sync::BEGIN@4 # spent 191µs making 1 call to namespace::clean::import
5
613µs1;
7
8# ABSTRACT: A role to mark classes which should be used with other sync classes
9
1018µs1282µs__END__