| Filename | /home/hinrik/perl5/perlbrew/perls/perl-5.13.5/lib/site_perl/5.13.5/Regexp/Common/URI/tv.pm |
| Statements | Executed 18 statements in 212µs |
| Calls | P | F | Exclusive Time |
Inclusive Time |
Subroutine |
|---|---|---|---|---|---|
| 1 | 1 | 1 | 28µs | 111µs | Regexp::Common::URI::tv::BEGIN@6 |
| 1 | 1 | 1 | 11µs | 15µs | Regexp::Common::URI::tv::BEGIN@10 |
| 1 | 1 | 1 | 11µs | 57µs | Regexp::Common::URI::tv::BEGIN@7 |
| 1 | 1 | 1 | 11µs | 19µs | Regexp::Common::URI::tv::BEGIN@11 |
| 1 | 1 | 1 | 11µs | 123µs | Regexp::Common::URI::tv::BEGIN@8 |
| 1 | 1 | 1 | 10µs | 44µs | Regexp::Common::URI::tv::BEGIN@13 |
| Line | State ments |
Time on line |
Calls | Time in subs |
Code |
|---|---|---|---|---|---|
| 1 | # TV URLs. | ||||
| 2 | # Internet draft: draft-zigmond-tv-url-03.txt | ||||
| 3 | |||||
| 4 | package Regexp::Common::URI::tv; | ||||
| 5 | |||||
| 6 | 2 | 30µs | 2 | 111µs | # spent 111µs (28+83) within Regexp::Common::URI::tv::BEGIN@6 which was called:
# once (28µs+83µs) by Regexp::Common::import at line 6 # spent 111µs making 1 call to Regexp::Common::URI::tv::BEGIN@6
# spent 83µs making 1 call to Regexp::Common::import, recursion: max depth 1, sum of overlapping time 83µs |
| 7 | 2 | 28µs | 2 | 103µs | # spent 57µs (11+46) within Regexp::Common::URI::tv::BEGIN@7 which was called:
# once (11µs+46µs) by Regexp::Common::import at line 7 # spent 57µs making 1 call to Regexp::Common::URI::tv::BEGIN@7
# spent 46µs making 1 call to Exporter::import |
| 8 | 2 | 27µs | 2 | 234µs | # spent 123µs (11+112) within Regexp::Common::URI::tv::BEGIN@8 which was called:
# once (11µs+112µs) by Regexp::Common::import at line 8 # spent 123µs making 1 call to Regexp::Common::URI::tv::BEGIN@8
# spent 112µs making 1 call to Exporter::import |
| 9 | |||||
| 10 | 2 | 25µs | 2 | 20µs | # spent 15µs (11+4) within Regexp::Common::URI::tv::BEGIN@10 which was called:
# once (11µs+4µs) by Regexp::Common::import at line 10 # spent 15µs making 1 call to Regexp::Common::URI::tv::BEGIN@10
# spent 4µs making 1 call to strict::import |
| 11 | 2 | 26µs | 2 | 28µs | # spent 19µs (11+8) within Regexp::Common::URI::tv::BEGIN@11 which was called:
# once (11µs+8µs) by Regexp::Common::import at line 11 # spent 19µs making 1 call to Regexp::Common::URI::tv::BEGIN@11
# spent 8µs making 1 call to warnings::import |
| 12 | |||||
| 13 | 2 | 56µs | 2 | 77µs | # spent 44µs (10+33) within Regexp::Common::URI::tv::BEGIN@13 which was called:
# once (10µs+33µs) by Regexp::Common::import at line 13 # spent 44µs making 1 call to Regexp::Common::URI::tv::BEGIN@13
# spent 33µs making 1 call to vars::import |
| 14 | 1 | 2µs | $VERSION = '2010010201'; | ||
| 15 | |||||
| 16 | |||||
| 17 | 1 | 1µs | my $tv_scheme = 'tv'; | ||
| 18 | 1 | 2µs | my $tv_url = "(?k:(?k:$tv_scheme):(?k:$hostname)?)"; | ||
| 19 | |||||
| 20 | 1 | 4µs | 1 | 5µs | register_uri $tv_scheme => $tv_url; # spent 5µs making 1 call to Regexp::Common::URI::register_uri |
| 21 | |||||
| 22 | 1 | 4µs | 1 | 95µs | pattern name => [qw (URI tv)], # spent 95µs making 1 call to Regexp::Common::pattern |
| 23 | create => $tv_url, | ||||
| 24 | ; | ||||
| 25 | |||||
| 26 | 1 | 6µs | 1; | ||
| 27 | |||||
| 28 | __END__ |