← 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:50:58 2016
Reported on Fri Jan 8 13:51:27 2016

Filename/usr/share/perl5/DBIx/Class/Relationship.pm
StatementsExecuted 8 statements in 185µs
Subroutines
Calls P F Exclusive
Time
Inclusive
Time
Subroutine
11118µs28µsDBIx::Class::Relationship::::BEGIN@3DBIx::Class::Relationship::BEGIN@3
1119µs54µsDBIx::Class::Relationship::::BEGIN@6DBIx::Class::Relationship::BEGIN@6
1118µs14µsDBIx::Class::Relationship::::BEGIN@4DBIx::Class::Relationship::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::Relationship;
2
3244µs238µs
# spent 28µs (18+10) within DBIx::Class::Relationship::BEGIN@3 which was called: # once (18µs+10µs) by Class::C3::Componentised::ensure_class_loaded at line 3
use strict;
# spent 28µs making 1 call to DBIx::Class::Relationship::BEGIN@3 # spent 10µs making 1 call to strict::import
4235µs221µs
# spent 14µs (8+6) within DBIx::Class::Relationship::BEGIN@4 which was called: # once (8µs+6µs) by Class::C3::Componentised::ensure_class_loaded at line 4
use warnings;
# spent 14µs making 1 call to DBIx::Class::Relationship::BEGIN@4 # spent 6µs making 1 call to warnings::import
5
6293µs254µs
# spent 54µs (9+46) within DBIx::Class::Relationship::BEGIN@6 which was called: # once (9µs+46µs) by Class::C3::Componentised::ensure_class_loaded at line 6
use base qw/DBIx::Class/;
# spent 54µs making 1 call to DBIx::Class::Relationship::BEGIN@6 # spent 46µs making 1 call to base::import, recursion: max depth 1, sum of overlapping time 46µs
7
819µs114.2ms__PACKAGE__->load_own_components(qw/
# spent 14.2ms making 1 call to Class::C3::Componentised::load_own_components
9 Helpers
10 Accessor
11 CascadeActions
12 ProxyMethods
13 Base
14/);
15
1614µs1;
17
18__END__