← 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:16:49 2016
Reported on Fri Jan 8 14:23:07 2016

Filename/usr/share/perl5/DBIx/Class/StartupCheck.pm
StatementsExecuted 0 statements in 0s
Subroutines
Calls P F Exclusive
Time
Inclusive
Time
Subroutine
11115µs22µsDBIx::Class::StartupCheck::::BEGIN@3DBIx::Class::StartupCheck::BEGIN@3
1118µs15µ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
3229µs
# spent 22µs (15+7) within DBIx::Class::StartupCheck::BEGIN@3 which was called: # once (15µs+7µs) by DBIx::Class::BEGIN@24 at line 3
use strict;
# spent 22µs making 1 call to DBIx::Class::StartupCheck::BEGIN@3 # spent 7µs making 1 call to strict::import
4221µs
# spent 15µs (8+7) within DBIx::Class::StartupCheck::BEGIN@4 which was called: # once (8µs+7µs) by DBIx::Class::BEGIN@24 at line 4
use warnings;
# spent 15µs making 1 call to DBIx::Class::StartupCheck::BEGIN@4 # spent 7µs making 1 call to warnings::import
5
61;
7
8__END__