← 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/DBIx/Class/StartupCheck.pm
StatementsExecuted 5 statements in 122µs
Subroutines
Calls P F Exclusive
Time
Inclusive
Time
Subroutine
11124µs40µsDBIx::Class::StartupCheck::::BEGIN@3DBIx::Class::StartupCheck::BEGIN@3
11114µs27µ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
3266µs257µs
# spent 40µs (24+17) within DBIx::Class::StartupCheck::BEGIN@3 which was called: # once (24µs+17µs) by DBIx::Class::BEGIN@24 at line 3
use strict;
# spent 40µs making 1 call to DBIx::Class::StartupCheck::BEGIN@3 # spent 17µs making 1 call to strict::import
4254µs240µs
# spent 27µs (14+13) within DBIx::Class::StartupCheck::BEGIN@4 which was called: # once (14µs+13µs) by DBIx::Class::BEGIN@24 at line 4
use warnings;
# spent 27µs making 1 call to DBIx::Class::StartupCheck::BEGIN@4 # spent 13µs making 1 call to warnings::import
5
613µs1;
7
8__END__