← 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:08 2016

Filename/usr/share/perl5/Moo/sification.pm
StatementsExecuted 8 statements in 171µs
Subroutines
Calls P F Exclusive
Time
Inclusive
Time
Subroutine
11117µs73µsMoo::sification::::BEGIN@3 Moo::sification::BEGIN@3
1114µs4µsMoo::sification::::BEGIN@4 Moo::sification::BEGIN@4
0000s0sMoo::HandleMoose::AuthorityHack::::DESTROYMoo::HandleMoose::AuthorityHack::DESTROY
0000s0sMoo::sification::::unimport Moo::sification::unimport
Call graph for these subroutines as a Graphviz dot language file.
Line State
ments
Time
on line
Calls Time
in subs
Code
1package Moo::sification;
2
3336µs3129µs
# spent 73µs (17+56) within Moo::sification::BEGIN@3 which was called: # once (17µs+56µs) by Search::Elasticsearch::BEGIN@3 at line 3
use strictures 1;
# spent 73µs making 1 call to Moo::sification::BEGIN@3 # spent 36µs making 1 call to strictures::import # spent 20µs making 1 call to strictures::VERSION
42128µs14µs
# spent 4µs within Moo::sification::BEGIN@4 which was called: # once (4µs+0s) by Search::Elasticsearch::BEGIN@3 at line 4
use Moo::_Utils ();
# spent 4µs making 1 call to Moo::sification::BEGIN@4
5
6sub unimport { our $disarmed = 1 }
7
8sub Moo::HandleMoose::AuthorityHack::DESTROY {
9 unless (our $disarmed or Moo::_Utils::_in_global_destruction) {
10 require Moo::HandleMoose;
11 Moo::HandleMoose->import;
12 }
13}
14
1511µsif ($INC{"Moose.pm"}) {
16 require Moo::HandleMoose;
17 Moo::HandleMoose->import;
18} else {
1912µs $Moose::AUTHORITY = bless({}, 'Moo::HandleMoose::AuthorityHack');
20}
21
2214µs1;