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

Filename/usr/share/perl5/Moo/sification.pm
StatementsExecuted 8 statements in 159µs
Subroutines
Calls P F Exclusive
Time
Inclusive
Time
Subroutine
11116µs58µsMoo::sification::::BEGIN@3 Moo::sification::BEGIN@3
1113µs3µsMoo::sification::::BEGIN@4 Moo::sification::BEGIN@4
0000s0sMoo::HandleMoose::AuthorityHack::::DESTROYMoo::HandleMoose::AuthorityHack::DESTROY
0000s0sMoo::sification::::unimport Moo::sification::unimport
Call graph for these subroutines as a Graphviz dot language file.
Line State
ments
Time
on line
Calls Time
in subs
Code
1package Moo::sification;
2
3330µs3100µs
# spent 58µs (16+42) within Moo::sification::BEGIN@3 which was called: # once (16µs+42µs) by DBIx::Class::Storage::BlockRunner::BEGIN@16 at line 3
use strictures 1;
# spent 58µs making 1 call to Moo::sification::BEGIN@3 # spent 25µs making 1 call to strictures::import # spent 17µs making 1 call to strictures::VERSION
42122µs13µs
# spent 3µs within Moo::sification::BEGIN@4 which was called: # once (3µs+0s) by DBIx::Class::Storage::BlockRunner::BEGIN@16 at line 4
use Moo::_Utils ();
# spent 3µs making 1 call to Moo::sification::BEGIN@4
5
6sub unimport { our $disarmed = 1 }
7
8sub Moo::HandleMoose::AuthorityHack::DESTROY {
9 unless (our $disarmed or Moo::_Utils::_in_global_destruction) {
10 require Moo::HandleMoose;
11 Moo::HandleMoose->import;
12 }
13}
14
1512µsif ($INC{"Moose.pm"}) {
16 require Moo::HandleMoose;
17 Moo::HandleMoose->import;
18} else {
1912µs $Moose::AUTHORITY = bless({}, 'Moo::HandleMoose::AuthorityHack');
20}
21
2213µs1;