← 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 14:31:06 2016
Reported on Fri Jan 8 14:31:36 2016

Filename/usr/share/perl5/DBIx/Class/StartupCheck.pm
StatementsExecuted 5 statements in 110µs
Subroutines
Calls P F Exclusive
Time
Inclusive
Time
Subroutine
11122µs34µsDBIx::Class::StartupCheck::::BEGIN@3DBIx::Class::StartupCheck::BEGIN@3
11114µs23µsDBIx::Class::StartupCheck::::BEGIN@4DBIx::Class::StartupCheck::BEGIN@4
Call graph for these subroutines as a Graphviz dot language file.
Line State
ments
Time
on line
Calls Time
in subs
Code
1package DBIx::Class::StartupCheck;
2
3259µs245µs
# spent 34µs (22+11) within DBIx::Class::StartupCheck::BEGIN@3 which was called: # once (22µs+11µs) by DBIx::Class::BEGIN@24 at line 3
use strict;
# spent 34µs making 1 call to DBIx::Class::StartupCheck::BEGIN@3 # spent 12µs making 1 call to strict::import
4248µs232µs
# spent 23µs (14+9) within DBIx::Class::StartupCheck::BEGIN@4 which was called: # once (14µs+9µs) by DBIx::Class::BEGIN@24 at line 4
use warnings;
# spent 23µs making 1 call to DBIx::Class::StartupCheck::BEGIN@4 # spent 9µs making 1 call to warnings::import
5
613µs1;
7
8__END__