← Index
NYTProf Performance Profile   « line view »
For script/ponapi
  Run on Wed Feb 10 15:51:26 2016
Reported on Thu Feb 11 09:43:11 2016

Filename/usr/local/share/perl/5.18.2/Plack/Handler/Standalone.pm
StatementsExecuted 7 statements in 79µs
Subroutines
Calls P F Exclusive
Time
Inclusive
Time
Subroutine
11110µs21µsPlack::Handler::Standalone::::BEGIN@2Plack::Handler::Standalone::BEGIN@2
1119µs16µsPlack::Handler::Standalone::::BEGIN@3Plack::Handler::Standalone::BEGIN@3
1117µs24.4msPlack::Handler::Standalone::::BEGIN@4Plack::Handler::Standalone::BEGIN@4
Call graph for these subroutines as a Graphviz dot language file.
Line State
ments
Time
on line
Calls Time
in subs
Code
1package Plack::Handler::Standalone;
2222µs232µs
# spent 21µs (10+11) within Plack::Handler::Standalone::BEGIN@2 which was called: # once (10µs+11µs) by Plack::Util::load_class at line 2
use strict;
# spent 21µs making 1 call to Plack::Handler::Standalone::BEGIN@2 # spent 11µs making 1 call to strict::import
3226µs222µs
# spent 16µs (9+7) within Plack::Handler::Standalone::BEGIN@3 which was called: # once (9µs+7µs) by Plack::Util::load_class at line 3
use warnings;
# spent 16µs making 1 call to Plack::Handler::Standalone::BEGIN@3 # spent 7µs making 1 call to warnings::import
4230µs248.8ms
# spent 24.4ms (7µs+24.4) within Plack::Handler::Standalone::BEGIN@4 which was called: # once (7µs+24.4ms) by Plack::Util::load_class at line 4
use parent qw( Plack::Handler::HTTP::Server::PSGI );
# spent 24.4ms making 1 call to Plack::Handler::Standalone::BEGIN@4 # spent 24.4ms making 1 call to parent::import
5
612µs1;
7
8__END__