← 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/_mro.pm
StatementsExecuted 2 statements in 85µs
Line State
ments
Time
on line
Calls Time
in subs
Code
1package Moo::_mro;
2
3183µsif ($] >= 5.010) {
4 require mro;
5} else {
6 require MRO::Compat;
7}
8
912µs1;