← Index
NYTProf Performance Profile   « line view »
For /home/ss5/perl5/perlbrew/perls/perl-5.22.0/bin/benchmarkanything-storage
  Run on Mon Jan 29 16:55:34 2018
Reported on Mon Jan 29 16:57:07 2018

Filename/home/ss5/perl5/perlbrew/perls/perl-5.22.0/lib/site_perl/5.22.0/Search/Elasticsearch/Role/Is_Sync.pm
StatementsExecuted 6 statements in 42µs
Subroutines
Calls P F Exclusive
Time
Inclusive
Time
Subroutine
1118µs604µsSearch::Elasticsearch::Role::Is_Sync::::BEGIN@3Search::Elasticsearch::Role::Is_Sync::BEGIN@3
1115µs105µsSearch::Elasticsearch::Role::Is_Sync::::BEGIN@4Search::Elasticsearch::Role::Is_Sync::BEGIN@4
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;
21300ns$Search::Elasticsearch::Role::Is_Sync::VERSION = '5.01';
3221µs21.20ms
# spent 604µs (8+596) within Search::Elasticsearch::Role::Is_Sync::BEGIN@3 which was called: # once (8µs+596µs) by Module::Runtime::require_module at line 3
use Moo::Role;
# spent 604µs making 1 call to Search::Elasticsearch::Role::Is_Sync::BEGIN@3 # spent 596µs making 1 call to Moo::Role::import
4214µs2205µs
# spent 105µs (5+100) within Search::Elasticsearch::Role::Is_Sync::BEGIN@4 which was called: # once (5µs+100µs) by Module::Runtime::require_module at line 4
use namespace::clean;
# spent 105µs making 1 call to Search::Elasticsearch::Role::Is_Sync::BEGIN@4 # spent 100µs making 1 call to namespace::clean::import
5
612µs1;
7
8# ABSTRACT: A role to mark classes which should be used with other sync classes
9
1015µs1151µs__END__