| 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 223µs |
| Calls | P | F | Exclusive Time |
Inclusive Time |
Subroutine |
|---|---|---|---|---|---|
| 1 | 1 | 1 | 26µs | 108µs | Regexp::Common::URI::tv::BEGIN@6 |
| 1 | 1 | 1 | 18µs | 23µs | Regexp::Common::URI::tv::BEGIN@10 |
| 1 | 1 | 1 | 11µs | 21µs | Regexp::Common::URI::tv::BEGIN@11 |
| 1 | 1 | 1 | 11µs | 47µs | Regexp::Common::URI::tv::BEGIN@13 |
| 1 | 1 | 1 | 11µs | 53µs | Regexp::Common::URI::tv::BEGIN@7 |
| 1 | 1 | 1 | 11µs | 122µs | Regexp::Common::URI::tv::BEGIN@8 |
| 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 | 34µs | 2 | 108µs | # spent 108µs (26+82) within Regexp::Common::URI::tv::BEGIN@6 which was called:
# once (26µs+82µs) by Regexp::Common::import at line 6 # spent 108µs making 1 call to Regexp::Common::URI::tv::BEGIN@6
# spent 82µs making 1 call to Regexp::Common::import, recursion: max depth 1, sum of overlapping time 82µs |
| 7 | 2 | 28µs | 2 | 95µs | # spent 53µs (11+42) within Regexp::Common::URI::tv::BEGIN@7 which was called:
# once (11µs+42µs) by Regexp::Common::import at line 7 # spent 53µs making 1 call to Regexp::Common::URI::tv::BEGIN@7
# spent 42µs making 1 call to Exporter::import |
| 8 | 2 | 30µs | 2 | 233µs | # spent 122µs (11+111) within Regexp::Common::URI::tv::BEGIN@8 which was called:
# once (11µs+111µs) by Regexp::Common::import at line 8 # spent 122µs making 1 call to Regexp::Common::URI::tv::BEGIN@8
# spent 111µs making 1 call to Exporter::import |
| 9 | |||||
| 10 | 2 | 26µs | 2 | 28µs | # spent 23µs (18+5) within Regexp::Common::URI::tv::BEGIN@10 which was called:
# once (18µs+5µs) by Regexp::Common::import at line 10 # spent 23µs making 1 call to Regexp::Common::URI::tv::BEGIN@10
# spent 5µs making 1 call to strict::import |
| 11 | 2 | 27µs | 2 | 30µs | # spent 21µs (11+9) within Regexp::Common::URI::tv::BEGIN@11 which was called:
# once (11µs+9µs) by Regexp::Common::import at line 11 # spent 21µs making 1 call to Regexp::Common::URI::tv::BEGIN@11
# spent 9µs making 1 call to warnings::import |
| 12 | |||||
| 13 | 2 | 57µs | 2 | 82µs | # spent 47µs (11+36) within Regexp::Common::URI::tv::BEGIN@13 which was called:
# once (11µs+36µs) by Regexp::Common::import at line 13 # spent 47µs making 1 call to Regexp::Common::URI::tv::BEGIN@13
# spent 35µs making 1 call to vars::import |
| 14 | 1 | 2µs | $VERSION = '2010010201'; | ||
| 15 | |||||
| 16 | |||||
| 17 | 1 | 2µ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 | 5µs | 1 | 106µs | pattern name => [qw (URI tv)], # spent 106µs making 1 call to Regexp::Common::pattern |
| 23 | create => $tv_url, | ||||
| 24 | ; | ||||
| 25 | |||||
| 26 | 1 | 6µs | 1; | ||
| 27 | |||||
| 28 | __END__ |