← 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.pm
StatementsExecuted 8 statements in 82µs
Subroutines
Calls P F Exclusive
Time
Inclusive
Time
Subroutine
11112µs12µsPlack::::BEGIN@5Plack::BEGIN@5
11110µs19µsPlack::::BEGIN@3Plack::BEGIN@3
1115µs8µsPlack::::BEGIN@4Plack::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;
2
3218µs227µs
# spent 19µs (10+9) within Plack::BEGIN@3 which was called: # once (10µs+9µs) by HTTP::Server::PSGI::BEGIN@6 at line 3
use strict;
# spent 19µs making 1 call to Plack::BEGIN@3 # spent 9µs making 1 call to strict::import
4219µs211µs
# spent 8µs (5+3) within Plack::BEGIN@4 which was called: # once (5µs+3µs) by HTTP::Server::PSGI::BEGIN@6 at line 4
use warnings;
# spent 8µs making 1 call to Plack::BEGIN@4 # spent 3µs making 1 call to warnings::import
5243µs112µs
# spent 12µs within Plack::BEGIN@5 which was called: # once (12µs+0s) by HTTP::Server::PSGI::BEGIN@6 at line 5
use 5.008_001;
# spent 12µs making 1 call to Plack::BEGIN@5
61400nsour $VERSION = '1.0037';
7
812µs1;
9__END__