← 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/PK/Auto.pm
StatementsExecuted 7 statements in 148µs
Subroutines
Calls P F Exclusive
Time
Inclusive
Time
Subroutine
11116µs60µsDBIx::Class::PK::Auto::::BEGIN@4DBIx::Class::PK::Auto::BEGIN@4
1118µs17µsDBIx::Class::PK::Auto::::BEGIN@6DBIx::Class::PK::Auto::BEGIN@6
1118µs19µsDBIx::Class::PK::Auto::::BEGIN@5DBIx::Class::PK::Auto::BEGIN@5
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::PK::Auto;
2
3#use base qw/DBIx::Class::PK/;
4276µs260µs
# spent 60µs (16+44) within DBIx::Class::PK::Auto::BEGIN@4 which was called: # once (16µs+44µs) by Class::C3::Componentised::ensure_class_loaded at line 4
use base qw/DBIx::Class/;
# spent 60µs making 1 call to DBIx::Class::PK::Auto::BEGIN@4 # spent 44µs making 1 call to base::import, recursion: max depth 1, sum of overlapping time 44µs
5237µs230µs
# spent 19µs (8+11) within DBIx::Class::PK::Auto::BEGIN@5 which was called: # once (8µs+11µs) by Class::C3::Componentised::ensure_class_loaded at line 5
use strict;
# spent 19µs making 1 call to DBIx::Class::PK::Auto::BEGIN@5 # spent 11µs making 1 call to strict::import
6233µs226µs
# spent 17µs (8+9) within DBIx::Class::PK::Auto::BEGIN@6 which was called: # once (8µs+9µs) by Class::C3::Componentised::ensure_class_loaded at line 6
use warnings;
# spent 17µs making 1 call to DBIx::Class::PK::Auto::BEGIN@6 # spent 9µs making 1 call to warnings::import
7
812µs1;
9
10__END__