← Index
NYTProf Performance Profile   « line view »
For index.cgi
  Run on Sat May 9 17:18:47 2020
Reported on Sat May 9 17:19:07 2020

Filename/usr/local/share/perl/5.18.2/Moo/_mro.pm
StatementsExecuted 4 statements in 149µs
Subroutines
Calls P F Exclusive
Time
Inclusive
Time
Subroutine
11120µs49µsMoo::_mro::::BEGIN@2Moo::_mro::BEGIN@2
Call graph for these subroutines as a Graphviz dot language file.
Line State
ments
Time
on line
Calls Time
in subs
Code
1package Moo::_mro;
2254µs278µs
# spent 49µs (20+29) within Moo::_mro::BEGIN@2 which was called: # once (20µs+29µs) by Moo::_Utils::BEGIN@28 at line 2
use Moo::_strictures;
# spent 49µs making 1 call to Moo::_mro::BEGIN@2 # spent 29µs making 1 call to Moo::_strictures::import
3
4193µsif ($] >= 5.010) {
5 require mro;
6} else {
7 require MRO::Compat;
8}
9
1012µs1;