← Index
NYTProf Performance Profile   « line view »
For /home/ss5/perl5/perlbrew/perls/perl-5.22.0/bin/benchmarkanything-storage
  Run on Mon Jan 29 16:55:34 2018
Reported on Mon Jan 29 16:57:07 2018

Filename/home/ss5/perl5/perlbrew/perls/perl-5.22.0/lib/site_perl/5.22.0/Moo/_mro.pm
StatementsExecuted 4 statements in 28µs
Subroutines
Calls P F Exclusive
Time
Inclusive
Time
Subroutine
1117µs14µ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;
2225µs220µs
# spent 14µs (7+7) within Moo::_mro::BEGIN@2 which was called: # once (7µs+7µs) by Moo::_Utils::BEGIN@23 at line 2
use Moo::_strictures;
# spent 14µs making 1 call to Moo::_mro::BEGIN@2 # spent 7µs making 1 call to Moo::_strictures::import
3
41600nsif ($] >= 5.010) {
5 require mro;
6} else {
7 require MRO::Compat;
8}
9
1013µs1;