| Filename | /home/hinrik/perl5/perlbrew/perls/perl-5.13.5/lib/site_perl/5.13.5/Regexp/Common/URI/tel.pm |
| Statements | Executed 20 statements in 257µs |
| Calls | P | F | Exclusive Time |
Inclusive Time |
Subroutine |
|---|---|---|---|---|---|
| 1 | 1 | 1 | 26µs | 108µs | Regexp::Common::URI::tel::BEGIN@3 |
| 1 | 1 | 1 | 15µs | 57µs | Regexp::Common::URI::tel::BEGIN@4 |
| 1 | 1 | 1 | 12µs | 147µs | Regexp::Common::URI::tel::BEGIN@5 |
| 1 | 1 | 1 | 12µs | 16µs | Regexp::Common::URI::tel::BEGIN@8 |
| 1 | 1 | 1 | 11µs | 44µs | Regexp::Common::URI::tel::BEGIN@11 |
| 1 | 1 | 1 | 11µs | 20µs | Regexp::Common::URI::tel::BEGIN@9 |
| Line | State ments |
Time on line |
Calls | Time in subs |
Code |
|---|---|---|---|---|---|
| 1 | package Regexp::Common::URI::tel; | ||||
| 2 | |||||
| 3 | 2 | 31µs | 2 | 108µs | # spent 108µs (26+82) within Regexp::Common::URI::tel::BEGIN@3 which was called:
# once (26µs+82µs) by Regexp::Common::import at line 3 # spent 108µs making 1 call to Regexp::Common::URI::tel::BEGIN@3
# spent 82µs making 1 call to Regexp::Common::import, recursion: max depth 1, sum of overlapping time 82µs |
| 4 | 2 | 31µs | 2 | 100µs | # spent 57µs (15+42) within Regexp::Common::URI::tel::BEGIN@4 which was called:
# once (15µs+42µs) by Regexp::Common::import at line 4 # spent 57µs making 1 call to Regexp::Common::URI::tel::BEGIN@4
# spent 42µs making 1 call to Exporter::import |
| 5 | 1 | 8µs | 1 | 135µs | # spent 147µs (12+135) within Regexp::Common::URI::tel::BEGIN@5 which was called:
# once (12µs+135µs) by Regexp::Common::import at line 6 # spent 135µs making 1 call to Exporter::import |
| 6 | 1 | 24µs | 1 | 147µs | $telephone_subscriber_no_future/; # spent 147µs making 1 call to Regexp::Common::URI::tel::BEGIN@5 |
| 7 | |||||
| 8 | 2 | 26µs | 2 | 20µs | # spent 16µs (12+4) within Regexp::Common::URI::tel::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::tel::BEGIN@8
# spent 4µs making 1 call to strict::import |
| 9 | 2 | 27µs | 2 | 28µs | # spent 20µs (11+9) within Regexp::Common::URI::tel::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::tel::BEGIN@9
# spent 9µs making 1 call to warnings::import |
| 10 | |||||
| 11 | 2 | 80µs | 2 | 76µs | # spent 44µs (11+33) within Regexp::Common::URI::tel::BEGIN@11 which was called:
# once (11µs+33µs) by Regexp::Common::import at line 11 # spent 44µs making 1 call to Regexp::Common::URI::tel::BEGIN@11
# spent 33µs making 1 call to vars::import |
| 12 | 1 | 2µs | $VERSION = '2010010201'; | ||
| 13 | |||||
| 14 | |||||
| 15 | 1 | 1µs | my $tel_scheme = 'tel'; | ||
| 16 | 1 | 4µs | my $tel_uri = "(?k:(?k:$tel_scheme):(?k:$telephone_subscriber))"; | ||
| 17 | 1 | 3µs | my $tel_uri_nf = "(?k:(?k:$tel_scheme):(?k:$telephone_subscriber_no_future))"; | ||
| 18 | |||||
| 19 | 1 | 4µs | 1 | 6µs | register_uri $tel_scheme => $tel_uri; # spent 6µs making 1 call to Regexp::Common::URI::register_uri |
| 20 | |||||
| 21 | 1 | 4µs | 1 | 100µs | pattern name => [qw (URI tel)], # spent 100µs making 1 call to Regexp::Common::pattern |
| 22 | create => $tel_uri | ||||
| 23 | ; | ||||
| 24 | |||||
| 25 | 1 | 4µs | 1 | 116µs | pattern name => [qw (URI tel nofuture)], # spent 116µs making 1 call to Regexp::Common::pattern |
| 26 | create => $tel_uri_nf | ||||
| 27 | ; | ||||
| 28 | |||||
| 29 | 1 | 8µs | 1; | ||
| 30 | |||||
| 31 | __END__ |