← 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 14:16:49 2016
Reported on Fri Jan 8 14:23:09 2016

Filename/usr/share/perl5/Moo/sification.pm
StatementsExecuted 0 statements in 0s
Subroutines
Calls P F Exclusive
Time
Inclusive
Time
Subroutine
11124µs107µsMoo::sification::::BEGIN@3 Moo::sification::BEGIN@3
1115µs5µ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
33190µs
# spent 107µs (24+83) within Moo::sification::BEGIN@3 which was called: # once (24µs+83µs) by DBIx::Class::Storage::BlockRunner::BEGIN@16 at line 3
use strictures 1;
# spent 107µs making 1 call to Moo::sification::BEGIN@3 # spent 46µs making 1 call to strictures::import # spent 37µs making 1 call to strictures::VERSION
415µs
# spent 5µs within Moo::sification::BEGIN@4 which was called: # once (5µs+0s) by DBIx::Class::Storage::BlockRunner::BEGIN@16 at line 4
use Moo::_Utils ();
# spent 5µ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
15if ($INC{"Moose.pm"}) {
16 require Moo::HandleMoose;
17 Moo::HandleMoose->import;
18} else {
19 $Moose::AUTHORITY = bless({}, 'Moo::HandleMoose::AuthorityHack');
20}
21
221;