| 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 242µs |
| Calls | P | F | Exclusive Time |
Inclusive Time |
Subroutine |
|---|---|---|---|---|---|
| 1 | 1 | 1 | 26µs | 110µs | Regexp::Common::URI::prospero::BEGIN@3 |
| 1 | 1 | 1 | 12µs | 55µs | Regexp::Common::URI::prospero::BEGIN@4 |
| 1 | 1 | 1 | 12µs | 16µs | Regexp::Common::URI::prospero::BEGIN@8 |
| 1 | 1 | 1 | 11µs | 64µs | Regexp::Common::URI::prospero::BEGIN@11 |
| 1 | 1 | 1 | 11µs | 212µs | Regexp::Common::URI::prospero::BEGIN@5 |
| 1 | 1 | 1 | 11µs | 19µs | Regexp::Common::URI::prospero::BEGIN@9 |
| Line | State ments |
Time on line |
Calls | Time in subs |
Code |
|---|---|---|---|---|---|
| 1 | package Regexp::Common::URI::prospero; | ||||
| 2 | |||||
| 3 | 2 | 31µs | 2 | 110µ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 # 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 |
| 4 | 2 | 32µs | 2 | 99µ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 # spent 55µs making 1 call to Regexp::Common::URI::prospero::BEGIN@4
# spent 43µs making 1 call to Exporter::import |
| 5 | 1 | 7µs | 1 | 201µ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 # spent 201µs making 1 call to Exporter::import |
| 6 | 1 | 20µs | 1 | 212µs | $fieldspec/; # spent 212µs making 1 call to Regexp::Common::URI::prospero::BEGIN@5 |
| 7 | |||||
| 8 | 2 | 25µs | 2 | 21µ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 # spent 16µs making 1 call to Regexp::Common::URI::prospero::BEGIN@8
# spent 5µs making 1 call to strict::import |
| 9 | 2 | 31µs | 2 | 28µ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 # spent 19µs making 1 call to Regexp::Common::URI::prospero::BEGIN@9
# spent 9µs making 1 call to warnings::import |
| 10 | |||||
| 11 | 2 | 75µs | 2 | 116µ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 # spent 64µs making 1 call to Regexp::Common::URI::prospero::BEGIN@11
# spent 52µs making 1 call to vars::import |
| 12 | 1 | 2µs | $VERSION = '2010010201'; | ||
| 13 | |||||
| 14 | |||||
| 15 | 1 | 1µs | my $scheme = 'prospero'; | ||
| 16 | 1 | 4µ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 | 4µs | 1 | 99µs | pattern name => [qw (URI prospero)], # spent 99µs making 1 call to Regexp::Common::pattern |
| 22 | create => $uri, | ||||
| 23 | ; | ||||
| 24 | |||||
| 25 | 1 | 7µs | 1; | ||
| 26 | |||||
| 27 | __END__ |