← Index
NYTProf Performance Profile   « line view »
For starman worker -M FindBin --max-requests 50 --workers 2 --user=kohadev-koha --group kohadev-koha --pid /var/run/koha/kohadev/plack.pid --daemonize --access-log /var/log/koha/kohadev/plack.log --error-log /var/log/koha/kohadev/plack-error.log -E deployment --socket /var/run/koha/kohadev/plack.sock /etc/koha/sites/kohadev/plack.psgi
  Run on Fri Jan 8 13:01:18 2016
Reported on Fri Jan 8 13:01:34 2016

Filename/usr/share/perl5/Moo/_mro.pm
StatementsExecuted 5 statements in 101µs
Subroutines
Calls P F Exclusive
Time
Inclusive
Time
Subroutine
11129µs130µ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;
2393µs3231µs
# spent 130µs (29+101) within Moo::_mro::BEGIN@2 which was called: # once (29µs+101µs) by Moo::_Utils::BEGIN@16 at line 2
use strictures 1;
# spent 130µs making 1 call to Moo::_mro::BEGIN@2 # spent 64µs making 1 call to strictures::import # spent 38µs making 1 call to strictures::VERSION
3
414µsif ($] >= 5.010) {
5 require mro;
6} else {
7 require MRO::Compat;
8}
9
1015µs1;