← 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/Serializer.pm
StatementsExecuted 7 statements in 64µs
Subroutines
Calls P F Exclusive
Time
Inclusive
Time
Subroutine
11116µs341µsSearch::Elasticsearch::Role::Serializer::::BEGIN@3Search::Elasticsearch::Role::Serializer::BEGIN@3
1117µs43µsSearch::Elasticsearch::Role::Serializer::::__ANON__[:3]Search::Elasticsearch::Role::Serializer::__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::Serializer;
21700ns$Search::Elasticsearch::Role::Serializer::VERSION = '2.02';
3456µs3703µs
# spent 341µs (16+325) within Search::Elasticsearch::Role::Serializer::BEGIN@3 which was called: # once (16µs+325µs) by Module::Runtime::require_module at line 3 # spent 43µs (7+37) within Search::Elasticsearch::Role::Serializer::__ANON__[/opt/flows/lib/lib/perl5/Search/Elasticsearch/Role/Serializer.pm:3] which was called: # once (7µs+37µs) by import::into at line 34 of Import/Into.pm
use Moo::Role;
# spent 341µs making 1 call to Search::Elasticsearch::Role::Serializer::BEGIN@3 # spent 325µs making 1 call to Moo::Role::import # spent 37µs making 1 call to strictures::import
4
512µs121µsrequires qw(encode decode encode_pretty encode_bulk mime_type);
# spent 21µs making 1 call to Moo::Role::requires
6
715µs1;
8
9# ABSTRACT: An interface for Serializer modules
10
11__END__