| Filename | /home/ss5/perl5/perlbrew/perls/perl-5.22.0/lib/site_perl/5.22.0/Search/Elasticsearch/Role/Serializer.pm |
| Statements | Executed 5 statements in 26µs |
| Calls | P | F | Exclusive Time |
Inclusive Time |
Subroutine |
|---|---|---|---|---|---|
| 1 | 1 | 1 | 8µs | 453µs | Search::Elasticsearch::Role::Serializer::BEGIN@3 |
| Line | State ments |
Time on line |
Calls | Time in subs |
Code |
|---|---|---|---|---|---|
| 1 | package Search::Elasticsearch::Role::Serializer; | ||||
| 2 | 1 | 200ns | $Search::Elasticsearch::Role::Serializer::VERSION = '5.01'; | ||
| 3 | 2 | 22µs | 2 | 898µ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 # spent 453µs making 1 call to Search::Elasticsearch::Role::Serializer::BEGIN@3
# spent 445µs making 1 call to Moo::Role::import |
| 4 | |||||
| 5 | 1 | 800ns | 1 | 6µs | requires qw(encode decode encode_pretty encode_bulk mime_type); # spent 6µs making 1 call to Moo::Role::requires |
| 6 | |||||
| 7 | 1 | 2µs | 1; | ||
| 8 | |||||
| 9 | # ABSTRACT: An interface for Serializer modules | ||||
| 10 | |||||
| 11 | __END__ |