← 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:31:06 2016
Reported on Fri Jan 8 14:31:36 2016

Filename/usr/lib/x86_64-linux-gnu/perl5/5.20/common/sense.pm
StatementsExecuted 6 statements in 28µs
Subroutines
Calls P F Exclusive
Time
Inclusive
Time
Subroutine
11120µs20µscommon::sense::::importcommon::sense::import
Call graph for these subroutines as a Graphviz dot language file.
Line State
ments
Time
on line
Calls Time
in subs
Code
1package common::sense;
2
31400nsour $VERSION = 3.73;
4
5# overload should be included
6
7
# spent 20µs within common::sense::import which was called: # once (20µs+0s) by JSON::XS::BEGIN@104 at line 104 of JSON/XS.pm
sub import {
815µs local $^W; # work around perl 5.16 spewing out warnings for next statement
9 # use warnings
1013µs ${^WARNING_BITS} ^= ${^WARNING_BITS} ^ "\x0c\x3f\x33\x00\x0f\xf0\x0f\xc0\xf0\xfc\x33\x00\x00\x00\xc0";
11 # use strict, use utf8; use feature;
121300ns $^H |= 0x1c820fc0;
13116µs @^H{qw(feature_evalbytes feature_say feature_state feature_switch feature_fc feature_unicode feature___SUB__)} = (1) x 7;
14}
15
1613µs1