← 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/home/vagrant/kohaclone/Koha/Schema.pm
StatementsExecuted 10 statements in 427µs
Subroutines
Calls P F Exclusive
Time
Inclusive
Time
Subroutine
11146µs56µsKoha::Database::::BEGIN@1Koha::Database::BEGIN@1
11113µs62.8msKoha::Schema::::BEGIN@10 Koha::Schema::BEGIN@10
11111µs26µsKoha::Schema::::BEGIN@7 Koha::Schema::BEGIN@7
11110µs31µsKoha::Schema::::BEGIN@8 Koha::Schema::BEGIN@8
Call graph for these subroutines as a Graphviz dot language file.
Line State
ments
Time
on line
Calls Time
in subs
Code
12103µs266µs
# spent 56µs (46+10) within Koha::Database::BEGIN@1 which was called: # once (46µs+10µs) by Koha::Objects::find at line 1
use utf8;
# spent 56µs making 1 call to Koha::Database::BEGIN@1 # spent 10µs making 1 call to utf8::import
2package Koha::Schema;
3
4# Created by DBIx::Class::Schema::Loader
5# DO NOT MODIFY THE FIRST PART OF THIS FILE
6
7248µs242µs
# spent 26µs (11+15) within Koha::Schema::BEGIN@7 which was called: # once (11µs+15µs) by Koha::Objects::find at line 7
use strict;
# spent 26µs making 1 call to Koha::Schema::BEGIN@7 # spent 15µs making 1 call to strict::import
8257µs251µs
# spent 31µs (10+20) within Koha::Schema::BEGIN@8 which was called: # once (10µs+20µs) by Koha::Objects::find at line 8
use warnings;
# spent 31µs making 1 call to Koha::Schema::BEGIN@8 # spent 20µs making 1 call to warnings::import
9
102206µs2126ms
# spent 62.8ms (13µs+62.8) within Koha::Schema::BEGIN@10 which was called: # once (13µs+62.8ms) by Koha::Objects::find at line 10
use base 'DBIx::Class::Schema';
# spent 62.8ms making 1 call to Koha::Schema::BEGIN@10 # spent 62.8ms making 1 call to base::import
11
1217µs11.31s__PACKAGE__->load_namespaces;
# spent 1.31s making 1 call to DBIx::Class::Schema::load_namespaces
13
14
15# Created by DBIx::Class::Schema::Loader v0.07025 @ 2013-10-14 20:56:21
16# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:oDUxXckmfk6H9YCjW8PZTw
17
18
19# You can replace this text with custom content, and it will be preserved on regeneration
2016µs1;