← Index
NYTProf Performance Profile   « block view • line view • sub view »
For reply.pl
  Run on Thu Oct 21 22:40:13 2010
Reported on Thu Oct 21 22:44:41 2010

Filename/home/hinrik/perl5/perlbrew/perls/perl-5.13.5/lib/site_perl/5.13.5/Regexp/Common/URI/prospero.pm
StatementsExecuted 18 statements in 240µs
Subroutines
Calls P F Exclusive
Time
Inclusive
Time
Subroutine
11130µs121µsRegexp::Common::URI::prospero::::BEGIN@3Regexp::Common::URI::prospero::BEGIN@3
11114µs24µsRegexp::Common::URI::prospero::::BEGIN@9Regexp::Common::URI::prospero::BEGIN@9
11113µs61µsRegexp::Common::URI::prospero::::BEGIN@4Regexp::Common::URI::prospero::BEGIN@4
11112µs234µsRegexp::Common::URI::prospero::::BEGIN@5Regexp::Common::URI::prospero::BEGIN@5
11112µs16µsRegexp::Common::URI::prospero::::BEGIN@8Regexp::Common::URI::prospero::BEGIN@8
11110µs42µsRegexp::Common::URI::prospero::::BEGIN@11Regexp::Common::URI::prospero::BEGIN@11
Call graph for these subroutines as a Graphviz dot language file.
Line State
ments
Time
on line
Calls Time
in subs
Code
1package Regexp::Common::URI::prospero;
2
3233µs2121µs
# spent 121µs (30+91) within Regexp::Common::URI::prospero::BEGIN@3 which was called: # once (30µs+91µs) by Regexp::Common::import at line 3
use Regexp::Common qw /pattern clean no_defaults/;
# spent 121µs making 1 call to Regexp::Common::URI::prospero::BEGIN@3 # spent 91µs making 1 call to Regexp::Common::import, recursion: max depth 1, sum of overlapping time 91µs
4233µs2109µs
# spent 61µs (13+48) within Regexp::Common::URI::prospero::BEGIN@4 which was called: # once (13µs+48µs) by Regexp::Common::import at line 4
use Regexp::Common::URI qw /register_uri/;
# spent 61µs making 1 call to Regexp::Common::URI::prospero::BEGIN@4 # spent 48µs making 1 call to Exporter::import
51222µs
# spent 234µs (12+222) within Regexp::Common::URI::prospero::BEGIN@5 which was called: # once (12µs+222µs) by Regexp::Common::import at line 6
use Regexp::Common::URI::RFC1738 qw /$host $port $ppath $fieldname $fieldvalue
# spent 222µs making 1 call to Exporter::import
6229µs1234µs $fieldspec/;
# spent 234µs making 1 call to Regexp::Common::URI::prospero::BEGIN@5
7
8224µs220µs
# spent 16µs (12+4) within Regexp::Common::URI::prospero::BEGIN@8 which was called: # once (12µs+4µs) by Regexp::Common::import at line 8
use strict;
# spent 16µs making 1 call to Regexp::Common::URI::prospero::BEGIN@8 # spent 4µs making 1 call to strict::import
9226µs233µs
# spent 24µs (14+9) within Regexp::Common::URI::prospero::BEGIN@9 which was called: # once (14µs+9µs) by Regexp::Common::import at line 9
use warnings;
# spent 24µs making 1 call to Regexp::Common::URI::prospero::BEGIN@9 # spent 9µs making 1 call to warnings::import
10
11272µs274µs
# spent 42µs (10+32) within Regexp::Common::URI::prospero::BEGIN@11 which was called: # once (10µs+32µs) by Regexp::Common::import at line 11
use vars qw /$VERSION/;
# spent 42µs making 1 call to Regexp::Common::URI::prospero::BEGIN@11 # spent 32µs making 1 call to vars::import
1212µs$VERSION = '2010010201';
13
14
1511µsmy $scheme = 'prospero';
1615µsmy $uri = "(?k:(?k:$scheme)://(?k:$host)(?::(?k:$port))?" .
17 "/(?k:$ppath)(?k:$fieldspec*))";
18
1914µs16µsregister_uri $scheme => $uri;
# spent 6µs making 1 call to Regexp::Common::URI::register_uri
20
2115µs1101µspattern name => [qw (URI prospero)],
# spent 101µs making 1 call to Regexp::Common::pattern
22 create => $uri,
23 ;
24
2517µs1;
26
27__END__