Filename | /opt/flows/lib/lib/perl5/Search/Elasticsearch/Role/Serializer.pm |
Statements | Executed 7 statements in 64µs |
Calls | P | F | Exclusive Time |
Inclusive Time |
Subroutine |
---|---|---|---|---|---|
1 | 1 | 1 | 16µs | 341µs | BEGIN@3 | Search::Elasticsearch::Role::Serializer::
1 | 1 | 1 | 7µs | 43µs | __ANON__[:3] | Search::Elasticsearch::Role::Serializer::
Line | State ments |
Time on line |
Calls | Time in subs |
Code |
---|---|---|---|---|---|
1 | package Search::Elasticsearch::Role::Serializer; | ||||
2 | 1 | 700ns | $Search::Elasticsearch::Role::Serializer::VERSION = '2.02'; | ||
3 | 4 | 56µs | 3 | 703µ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 # 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 | |||||
5 | 1 | 2µs | 1 | 21µs | requires qw(encode decode encode_pretty encode_bulk mime_type); # spent 21µs making 1 call to Moo::Role::requires |
6 | |||||
7 | 1 | 5µs | 1; | ||
8 | |||||
9 | # ABSTRACT: An interface for Serializer modules | ||||
10 | |||||
11 | __END__ |