← Index
NYTProf Performance Profile   « block view • line view • sub view »
For bin/hailo
  Run on Thu Oct 21 22:50:37 2010
Reported on Thu Oct 21 22:52:11 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 242µs
Subroutines
Calls P F Exclusive
Time
Inclusive
Time
Subroutine
11126µs110µsRegexp::Common::URI::prospero::::BEGIN@3Regexp::Common::URI::prospero::BEGIN@3
11112µs55µsRegexp::Common::URI::prospero::::BEGIN@4Regexp::Common::URI::prospero::BEGIN@4
11112µs16µsRegexp::Common::URI::prospero::::BEGIN@8Regexp::Common::URI::prospero::BEGIN@8
11111µs64µsRegexp::Common::URI::prospero::::BEGIN@11Regexp::Common::URI::prospero::BEGIN@11
11111µs212µsRegexp::Common::URI::prospero::::BEGIN@5Regexp::Common::URI::prospero::BEGIN@5
11111µs19µsRegexp::Common::URI::prospero::::BEGIN@9Regexp::Common::URI::prospero::BEGIN@9
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
3231µs2110µs
# spent 110µs (26+84) within Regexp::Common::URI::prospero::BEGIN@3 which was called: # once (26µs+84µs) by Regexp::Common::import at line 3
use Regexp::Common qw /pattern clean no_defaults/;
# spent 110µs making 1 call to Regexp::Common::URI::prospero::BEGIN@3 # spent 84µs making 1 call to Regexp::Common::import, recursion: max depth 1, sum of overlapping time 84µs
4232µs299µs
# spent 55µs (12+43) within Regexp::Common::URI::prospero::BEGIN@4 which was called: # once (12µs+43µs) by Regexp::Common::import at line 4
use Regexp::Common::URI qw /register_uri/;
# spent 55µs making 1 call to Regexp::Common::URI::prospero::BEGIN@4 # spent 43µs making 1 call to Exporter::import
51201µs
# spent 212µs (11+201) within Regexp::Common::URI::prospero::BEGIN@5 which was called: # once (11µs+201µs) by Regexp::Common::import at line 6
use Regexp::Common::URI::RFC1738 qw /$host $port $ppath $fieldname $fieldvalue
# spent 201µs making 1 call to Exporter::import
6227µs1212µs $fieldspec/;
# spent 212µs making 1 call to Regexp::Common::URI::prospero::BEGIN@5
7
8225µs221µs
# spent 16µs (12+5) within Regexp::Common::URI::prospero::BEGIN@8 which was called: # once (12µs+5µs) by Regexp::Common::import at line 8
use strict;
# spent 16µs making 1 call to Regexp::Common::URI::prospero::BEGIN@8 # spent 5µs making 1 call to strict::import
9231µs228µs
# spent 19µs (11+9) within Regexp::Common::URI::prospero::BEGIN@9 which was called: # once (11µs+9µs) by Regexp::Common::import at line 9
use warnings;
# spent 19µs making 1 call to Regexp::Common::URI::prospero::BEGIN@9 # spent 9µs making 1 call to warnings::import
10
11275µs2116µs
# spent 64µs (11+52) within Regexp::Common::URI::prospero::BEGIN@11 which was called: # once (11µs+52µs) by Regexp::Common::import at line 11
use vars qw /$VERSION/;
# spent 64µs making 1 call to Regexp::Common::URI::prospero::BEGIN@11 # spent 52µs making 1 call to vars::import
1212µs$VERSION = '2010010201';
13
14
1511µsmy $scheme = 'prospero';
1614µ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
2114µs199µspattern name => [qw (URI prospero)],
# spent 99µs making 1 call to Regexp::Common::pattern
22 create => $uri,
23 ;
24
2517µs1;
26
27__END__