| Filename | /home/hinrik/perl5/perlbrew/perls/perl-5.13.5/lib/site_perl/5.13.5/Regexp/Common/URI/pop.pm |
| Statements | Executed 20 statements in 369µs |
| Calls | P | F | Exclusive Time |
Inclusive Time |
Subroutine |
|---|---|---|---|---|---|
| 1 | 1 | 1 | 511µs | 1.46ms | Regexp::Common::URI::pop::BEGIN@6 |
| 1 | 1 | 1 | 25µs | 104µs | Regexp::Common::URI::pop::BEGIN@3 |
| 1 | 1 | 1 | 12µs | 54µs | Regexp::Common::URI::pop::BEGIN@4 |
| 1 | 1 | 1 | 11µs | 43µs | Regexp::Common::URI::pop::BEGIN@11 |
| 1 | 1 | 1 | 11µs | 138µs | Regexp::Common::URI::pop::BEGIN@5 |
| 1 | 1 | 1 | 11µs | 20µs | Regexp::Common::URI::pop::BEGIN@9 |
| 1 | 1 | 1 | 11µs | 16µs | Regexp::Common::URI::pop::BEGIN@8 |
| Line | State ments |
Time on line |
Calls | Time in subs |
Code |
|---|---|---|---|---|---|
| 1 | package Regexp::Common::URI::pop; | ||||
| 2 | |||||
| 3 | 2 | 29µs | 2 | 104µs | # spent 104µs (25+79) within Regexp::Common::URI::pop::BEGIN@3 which was called:
# once (25µs+79µs) by Regexp::Common::import at line 3 # spent 104µs making 1 call to Regexp::Common::URI::pop::BEGIN@3
# spent 79µs making 1 call to Regexp::Common::import, recursion: max depth 1, sum of overlapping time 79µs |
| 4 | 2 | 29µs | 2 | 96µs | # spent 54µs (12+42) within Regexp::Common::URI::pop::BEGIN@4 which was called:
# once (12µs+42µs) by Regexp::Common::import at line 4 # spent 54µs making 1 call to Regexp::Common::URI::pop::BEGIN@4
# spent 42µs making 1 call to Exporter::import |
| 5 | 2 | 29µs | 2 | 265µs | # spent 138µs (11+127) within Regexp::Common::URI::pop::BEGIN@5 which was called:
# once (11µs+127µs) by Regexp::Common::import at line 5 # spent 138µs making 1 call to Regexp::Common::URI::pop::BEGIN@5
# spent 127µs making 1 call to Exporter::import |
| 6 | 2 | 138µs | 2 | 1.65ms | # spent 1.46ms (511µs+947µs) within Regexp::Common::URI::pop::BEGIN@6 which was called:
# once (511µs+947µs) by Regexp::Common::import at line 6 # spent 1.46ms making 1 call to Regexp::Common::URI::pop::BEGIN@6
# spent 194µs making 1 call to Exporter::import |
| 7 | |||||
| 8 | 2 | 25µs | 2 | 20µs | # spent 16µs (11+5) within Regexp::Common::URI::pop::BEGIN@8 which was called:
# once (11µs+5µs) by Regexp::Common::import at line 8 # spent 16µs making 1 call to Regexp::Common::URI::pop::BEGIN@8
# spent 5µs making 1 call to strict::import |
| 9 | 2 | 26µs | 2 | 28µs | # spent 20µs (11+9) within Regexp::Common::URI::pop::BEGIN@9 which was called:
# once (11µs+9µs) by Regexp::Common::import at line 9 # spent 20µs making 1 call to Regexp::Common::URI::pop::BEGIN@9
# spent 9µs making 1 call to warnings::import |
| 10 | |||||
| 11 | 2 | 66µs | 2 | 75µs | # spent 43µs (11+32) within Regexp::Common::URI::pop::BEGIN@11 which was called:
# once (11µs+32µs) by Regexp::Common::import at line 11 # spent 43µs making 1 call to Regexp::Common::URI::pop::BEGIN@11
# spent 32µs making 1 call to vars::import |
| 12 | 1 | 2µs | $VERSION = '2010010201'; | ||
| 13 | |||||
| 14 | |||||
| 15 | 1 | 800ns | my $scheme = "pop"; | ||
| 16 | 1 | 4µs | my $uri = "(?k:(?k:$scheme)://(?:(?k:$enc_user)" . | ||
| 17 | "(?:;AUTH=(?k:[*]|$enc_auth_type))?\@)?" . | ||||
| 18 | "(?k:$host)(?::(?k:$port))?)"; | ||||
| 19 | |||||
| 20 | 1 | 4µs | 1 | 6µs | register_uri $scheme => $uri; # spent 6µs making 1 call to Regexp::Common::URI::register_uri |
| 21 | |||||
| 22 | 1 | 8µs | 1 | 104µs | pattern name => [qw (URI POP)], # spent 104µs making 1 call to Regexp::Common::pattern |
| 23 | create => $uri, | ||||
| 24 | ; | ||||
| 25 | |||||
| 26 | 1 | 7µs | 1; | ||
| 27 | |||||
| 28 | __END__ |