← 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/Helpers.pm
StatementsExecuted 8 statements in 172µs
Subroutines
Calls P F Exclusive
Time
Inclusive
Time
Subroutine
11116µs25µsDBIx::Class::Relationship::Helpers::::BEGIN@4DBIx::Class::Relationship::Helpers::BEGIN@4
11111µs17µsDBIx::Class::Relationship::Helpers::::BEGIN@5DBIx::Class::Relationship::Helpers::BEGIN@5
1119µs48µsDBIx::Class::Relationship::Helpers::::BEGIN@7DBIx::Class::Relationship::Helpers::BEGIN@7
Call graph for these subroutines as a Graphviz dot language file.
Line State
ments
Time
on line
Calls Time
in subs
Code
1package # hide from PAUSE
2 DBIx::Class::Relationship::Helpers;
3
4242µs233µs
# spent 25µs (16+8) within DBIx::Class::Relationship::Helpers::BEGIN@4 which was called: # once (16µs+8µs) by Class::C3::Componentised::ensure_class_loaded at line 4
use strict;
# spent 25µs making 1 call to DBIx::Class::Relationship::Helpers::BEGIN@4 # spent 8µs making 1 call to strict::import
5235µs223µs
# spent 17µs (11+6) within DBIx::Class::Relationship::Helpers::BEGIN@5 which was called: # once (11µs+6µs) by Class::C3::Componentised::ensure_class_loaded at line 5
use warnings;
# spent 17µs making 1 call to DBIx::Class::Relationship::Helpers::BEGIN@5 # spent 6µs making 1 call to warnings::import
6
7280µs248µs
# spent 48µs (9+39) within DBIx::Class::Relationship::Helpers::BEGIN@7 which was called: # once (9µs+39µs) by Class::C3::Componentised::ensure_class_loaded at line 7
use base qw/DBIx::Class/;
# spent 48µs making 1 call to DBIx::Class::Relationship::Helpers::BEGIN@7 # spent 39µs making 1 call to base::import, recursion: max depth 1, sum of overlapping time 39µs
8
918µs10s__PACKAGE__->load_components(qw/
# spent 7.73ms making 1 call to Class::C3::Componentised::load_components, recursion: max depth 1, sum of overlapping time 7.73ms
10 Relationship::HasMany
11 Relationship::HasOne
12 Relationship::BelongsTo
13 Relationship::ManyToMany
14/);
15
1617µs1;