← 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:35 2016

Filename/usr/share/perl5/DBIx/Class/Core.pm
StatementsExecuted 8 statements in 195µs
Subroutines
Calls P F Exclusive
Time
Inclusive
Time
Subroutine
11113µs20µsDBIx::Class::Core::::BEGIN@3DBIx::Class::Core::BEGIN@3
11111µs71µsDBIx::Class::Core::::BEGIN@6DBIx::Class::Core::BEGIN@6
1118µs12µsDBIx::Class::Core::::BEGIN@4DBIx::Class::Core::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::Core;
2
3234µs227µs
# spent 20µs (13+7) within DBIx::Class::Core::BEGIN@3 which was called: # once (13µs+7µs) by base::import at line 3
use strict;
# spent 20µs making 1 call to DBIx::Class::Core::BEGIN@3 # spent 7µs making 1 call to strict::import
4240µs215µs
# spent 12µs (8+3) within DBIx::Class::Core::BEGIN@4 which was called: # once (8µs+3µs) by base::import at line 4
use warnings;
# spent 12µs making 1 call to DBIx::Class::Core::BEGIN@4 # spent 3µs making 1 call to warnings::import
5
62109µs271µs
# spent 71µs (11+60) within DBIx::Class::Core::BEGIN@6 which was called: # once (11µs+60µs) by base::import at line 6
use base qw/DBIx::Class/;
# spent 71µs making 1 call to DBIx::Class::Core::BEGIN@6 # spent 60µs making 1 call to base::import, recursion: max depth 1, sum of overlapping time 60µs
7
818µs169.1ms__PACKAGE__->load_components(qw/
# spent 69.1ms making 1 call to Class::C3::Componentised::load_components
9 Relationship
10 InflateColumn
11 PK::Auto
12 PK
13 Row
14 ResultSourceProxy::Table
15/);
16
1715µs1;
18
19__END__