| Filename | /home/hinrik/perl5/perlbrew/perls/perl-5.13.5/lib/site_perl/5.13.5/Regexp/Common/URI/prospero.pm |
| Statements | Executed 18 statements in 240µs |
| Calls | P | F | Exclusive Time |
Inclusive Time |
Subroutine |
|---|---|---|---|---|---|
| 1 | 1 | 1 | 30µs | 121µs | Regexp::Common::URI::prospero::BEGIN@3 |
| 1 | 1 | 1 | 14µs | 24µs | Regexp::Common::URI::prospero::BEGIN@9 |
| 1 | 1 | 1 | 13µs | 61µs | Regexp::Common::URI::prospero::BEGIN@4 |
| 1 | 1 | 1 | 12µs | 234µs | Regexp::Common::URI::prospero::BEGIN@5 |
| 1 | 1 | 1 | 12µs | 16µs | Regexp::Common::URI::prospero::BEGIN@8 |
| 1 | 1 | 1 | 10µs | 42µs | Regexp::Common::URI::prospero::BEGIN@11 |
| Line | State ments |
Time on line |
Calls | Time in subs |
Code |
|---|---|---|---|---|---|
| 1 | package Regexp::Common::URI::prospero; | ||||
| 2 | |||||
| 3 | 2 | 33µs | 2 | 121µ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 # 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 |
| 4 | 2 | 33µs | 2 | 109µ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 # spent 61µs making 1 call to Regexp::Common::URI::prospero::BEGIN@4
# spent 48µs making 1 call to Exporter::import |
| 5 | 1 | 7µs | 1 | 222µ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 # spent 222µs making 1 call to Exporter::import |
| 6 | 1 | 21µs | 1 | 234µs | $fieldspec/; # spent 234µs making 1 call to Regexp::Common::URI::prospero::BEGIN@5 |
| 7 | |||||
| 8 | 2 | 24µs | 2 | 20µ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 # spent 16µs making 1 call to Regexp::Common::URI::prospero::BEGIN@8
# spent 4µs making 1 call to strict::import |
| 9 | 2 | 26µs | 2 | 33µ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 # spent 24µs making 1 call to Regexp::Common::URI::prospero::BEGIN@9
# spent 9µs making 1 call to warnings::import |
| 10 | |||||
| 11 | 2 | 72µs | 2 | 74µ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 # spent 42µs making 1 call to Regexp::Common::URI::prospero::BEGIN@11
# spent 32µs making 1 call to vars::import |
| 12 | 1 | 2µs | $VERSION = '2010010201'; | ||
| 13 | |||||
| 14 | |||||
| 15 | 1 | 1µs | my $scheme = 'prospero'; | ||
| 16 | 1 | 5µs | my $uri = "(?k:(?k:$scheme)://(?k:$host)(?::(?k:$port))?" . | ||
| 17 | "/(?k:$ppath)(?k:$fieldspec*))"; | ||||
| 18 | |||||
| 19 | 1 | 4µs | 1 | 6µs | register_uri $scheme => $uri; # spent 6µs making 1 call to Regexp::Common::URI::register_uri |
| 20 | |||||
| 21 | 1 | 5µs | 1 | 101µs | pattern name => [qw (URI prospero)], # spent 101µs making 1 call to Regexp::Common::pattern |
| 22 | create => $uri, | ||||
| 23 | ; | ||||
| 24 | |||||
| 25 | 1 | 7µs | 1; | ||
| 26 | |||||
| 27 | __END__ |