| 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 245µs |
| Calls | P | F | Exclusive Time |
Inclusive Time |
Subroutine |
|---|---|---|---|---|---|
| 1 | 1 | 1 | 26µs | 106µs | Regexp::Common::URI::tel::BEGIN@3 |
| 1 | 1 | 1 | 14µs | 45µs | Regexp::Common::URI::tel::BEGIN@11 |
| 1 | 1 | 1 | 11µs | 15µs | Regexp::Common::URI::tel::BEGIN@8 |
| 1 | 1 | 1 | 11µs | 143µs | Regexp::Common::URI::tel::BEGIN@5 |
| 1 | 1 | 1 | 11µs | 53µs | Regexp::Common::URI::tel::BEGIN@4 |
| 1 | 1 | 1 | 10µs | 19µ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 | 29µs | 2 | 106µs | # spent 106µs (26+80) within Regexp::Common::URI::tel::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::tel::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 | 95µs | # spent 53µs (11+42) within Regexp::Common::URI::tel::BEGIN@4 which was called:
# once (11µs+42µs) by Regexp::Common::import at line 4 # spent 53µs making 1 call to Regexp::Common::URI::tel::BEGIN@4
# spent 42µs making 1 call to Exporter::import |
| 5 | 1 | 132µs | # spent 143µs (11+132) within Regexp::Common::URI::tel::BEGIN@5 which was called:
# once (11µs+132µs) by Regexp::Common::import at line 6 # spent 132µs making 1 call to Exporter::import | ||
| 6 | 2 | 27µs | 1 | 143µs | $telephone_subscriber_no_future/; # spent 143µs making 1 call to Regexp::Common::URI::tel::BEGIN@5 |
| 7 | |||||
| 8 | 2 | 24µs | 2 | 19µs | # spent 15µs (11+4) within Regexp::Common::URI::tel::BEGIN@8 which was called:
# once (11µs+4µs) by Regexp::Common::import at line 8 # spent 15µs making 1 call to Regexp::Common::URI::tel::BEGIN@8
# spent 4µs making 1 call to strict::import |
| 9 | 2 | 26µs | 2 | 28µs | # spent 19µs (10+9) within Regexp::Common::URI::tel::BEGIN@9 which was called:
# once (10µs+9µs) by Regexp::Common::import at line 9 # spent 19µs making 1 call to Regexp::Common::URI::tel::BEGIN@9
# spent 9µs making 1 call to warnings::import |
| 10 | |||||
| 11 | 2 | 81µs | 2 | 76µs | # spent 45µs (14+31) within Regexp::Common::URI::tel::BEGIN@11 which was called:
# once (14µs+31µs) by Regexp::Common::import at line 11 # spent 45µs making 1 call to Regexp::Common::URI::tel::BEGIN@11
# spent 31µs making 1 call to vars::import |
| 12 | 1 | 1µ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 | 117µs | pattern name => [qw (URI tel nofuture)], # spent 117µs making 1 call to Regexp::Common::pattern |
| 26 | create => $tel_uri_nf | ||||
| 27 | ; | ||||
| 28 | |||||
| 29 | 1 | 7µs | 1; | ||
| 30 | |||||
| 31 | __END__ |