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 383µs |
Calls | P | F | Exclusive Time |
Inclusive Time |
Subroutine |
---|---|---|---|---|---|
1 | 1 | 1 | 492µs | 1.44ms | BEGIN@6 | Regexp::Common::URI::pop::
1 | 1 | 1 | 26µs | 106µs | BEGIN@3 | Regexp::Common::URI::pop::
1 | 1 | 1 | 12µs | 16µs | BEGIN@8 | Regexp::Common::URI::pop::
1 | 1 | 1 | 11µs | 138µs | BEGIN@5 | Regexp::Common::URI::pop::
1 | 1 | 1 | 11µs | 54µs | BEGIN@4 | Regexp::Common::URI::pop::
1 | 1 | 1 | 11µs | 19µs | BEGIN@9 | Regexp::Common::URI::pop::
1 | 1 | 1 | 10µs | 42µs | BEGIN@11 | Regexp::Common::URI::pop::
Line | State ments |
Time on line |
Calls | Time in subs |
Code |
---|---|---|---|---|---|
1 | package Regexp::Common::URI::pop; | ||||
2 | |||||
3 | 2 | 30µs | 2 | 106µs | # spent 106µs (26+80) within Regexp::Common::URI::pop::BEGIN@3 which was called:
# once (26µs+80µs) by Regexp::Common::import at line 3 # spent 106µs making 1 call to Regexp::Common::URI::pop::BEGIN@3
# spent 80µs making 1 call to Regexp::Common::import, recursion: max depth 1, sum of overlapping time 80µs |
4 | 2 | 29µs | 2 | 96µs | # spent 54µs (11+43) within Regexp::Common::URI::pop::BEGIN@4 which was called:
# once (11µs+43µs) by Regexp::Common::import at line 4 # spent 54µs making 1 call to Regexp::Common::URI::pop::BEGIN@4
# spent 43µs making 1 call to Exporter::import |
5 | 2 | 30µs | 2 | 264µs | # spent 138µs (11+126) within Regexp::Common::URI::pop::BEGIN@5 which was called:
# once (11µs+126µs) by Regexp::Common::import at line 5 # spent 138µs making 1 call to Regexp::Common::URI::pop::BEGIN@5
# spent 126µs making 1 call to Exporter::import |
6 | 2 | 149µs | 2 | 1.63ms | # spent 1.44ms (492µs+944µs) within Regexp::Common::URI::pop::BEGIN@6 which was called:
# once (492µs+944µs) by Regexp::Common::import at line 6 # spent 1.44ms 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 (12+4) within Regexp::Common::URI::pop::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::pop::BEGIN@8
# spent 4µs making 1 call to strict::import |
9 | 2 | 27µs | 2 | 28µs | # spent 19µs (11+8) within Regexp::Common::URI::pop::BEGIN@9 which was called:
# once (11µs+8µs) by Regexp::Common::import at line 9 # spent 19µs making 1 call to Regexp::Common::URI::pop::BEGIN@9
# spent 8µs making 1 call to warnings::import |
10 | |||||
11 | 2 | 69µs | 2 | 74µs | # spent 42µs (10+32) within Regexp::Common::URI::pop::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::pop::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 = "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 | 5µs | register_uri $scheme => $uri; # spent 5µs making 1 call to Regexp::Common::URI::register_uri |
21 | |||||
22 | 1 | 4µs | 1 | 108µs | pattern name => [qw (URI POP)], # spent 108µs making 1 call to Regexp::Common::pattern |
23 | create => $uri, | ||||
24 | ; | ||||
25 | |||||
26 | 1 | 8µs | 1; | ||
27 | |||||
28 | __END__ |