← 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/Serializer.pm
StatementsExecuted 5 statements in 26µs
Subroutines
Calls P F Exclusive
Time
Inclusive
Time
Subroutine
1118µs453µsSearch::Elasticsearch::Role::Serializer::::BEGIN@3Search::Elasticsearch::Role::Serializer::BEGIN@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::Serializer;
21200ns$Search::Elasticsearch::Role::Serializer::VERSION = '5.01';
3222µs2898µs
# spent 453µs (8+445) within Search::Elasticsearch::Role::Serializer::BEGIN@3 which was called: # once (8µs+445µs) by Module::Runtime::require_module at line 3
use Moo::Role;
# spent 453µs making 1 call to Search::Elasticsearch::Role::Serializer::BEGIN@3 # spent 445µs making 1 call to Moo::Role::import
4
51800ns16µsrequires qw(encode decode encode_pretty encode_bulk mime_type);
# spent 6µs making 1 call to Moo::Role::requires
6
712µs1;
8
9# ABSTRACT: An interface for Serializer modules
10
11__END__