| Filename | /home/hinrik/perl5/perlbrew/perls/perl-5.13.5/lib/site_perl/5.13.5/Regexp/Common/URI/fax.pm |
| Statements | Executed 20 statements in 382µs |
| Calls | P | F | Exclusive Time |
Inclusive Time |
Subroutine |
|---|---|---|---|---|---|
| 1 | 1 | 1 | 1.03ms | 5.97ms | Regexp::Common::URI::fax::BEGIN@5 |
| 1 | 1 | 1 | 26µs | 104µs | Regexp::Common::URI::fax::BEGIN@3 |
| 1 | 1 | 1 | 15µs | 87µs | Regexp::Common::URI::fax::BEGIN@4 |
| 1 | 1 | 1 | 12µs | 17µs | Regexp::Common::URI::fax::BEGIN@8 |
| 1 | 1 | 1 | 11µs | 43µs | Regexp::Common::URI::fax::BEGIN@11 |
| 1 | 1 | 1 | 10µs | 19µs | Regexp::Common::URI::fax::BEGIN@9 |
| Line | State ments |
Time on line |
Calls | Time in subs |
Code |
|---|---|---|---|---|---|
| 1 | package Regexp::Common::URI::fax; | ||||
| 2 | |||||
| 3 | 2 | 33µs | 2 | 104µs | # spent 104µs (26+78) within Regexp::Common::URI::fax::BEGIN@3 which was called:
# once (26µs+78µs) by Regexp::Common::import at line 3 # spent 104µs making 1 call to Regexp::Common::URI::fax::BEGIN@3
# spent 78µs making 1 call to Regexp::Common::import, recursion: max depth 1, sum of overlapping time 78µs |
| 4 | 2 | 37µs | 2 | 159µs | # spent 87µs (15+72) within Regexp::Common::URI::fax::BEGIN@4 which was called:
# once (15µs+72µs) by Regexp::Common::import at line 4 # spent 87µs making 1 call to Regexp::Common::URI::fax::BEGIN@4
# spent 72µs making 1 call to Exporter::import |
| 5 | 1 | 302µs | # spent 5.97ms (1.03+4.94) within Regexp::Common::URI::fax::BEGIN@5 which was called:
# once (1.03ms+4.94ms) by Regexp::Common::import at line 6 # spent 302µs making 1 call to Exporter::import | ||
| 6 | 2 | 147µs | 1 | 5.97ms | $fax_subscriber_no_future/; # spent 5.97ms making 1 call to Regexp::Common::URI::fax::BEGIN@5 |
| 7 | |||||
| 8 | 2 | 25µs | 2 | 22µs | # spent 17µs (12+5) within Regexp::Common::URI::fax::BEGIN@8 which was called:
# once (12µs+5µs) by Regexp::Common::import at line 8 # spent 17µs making 1 call to Regexp::Common::URI::fax::BEGIN@8
# spent 5µs making 1 call to strict::import |
| 9 | 2 | 26µs | 2 | 27µs | # spent 19µs (10+9) within Regexp::Common::URI::fax::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::fax::BEGIN@9
# spent 9µs making 1 call to warnings::import |
| 10 | |||||
| 11 | 2 | 72µs | 2 | 76µs | # spent 43µs (11+33) within Regexp::Common::URI::fax::BEGIN@11 which was called:
# once (11µs+33µs) by Regexp::Common::import at line 11 # spent 43µs making 1 call to Regexp::Common::URI::fax::BEGIN@11
# spent 33µs making 1 call to vars::import |
| 12 | 1 | 1µs | $VERSION = '2010010201'; | ||
| 13 | |||||
| 14 | |||||
| 15 | 1 | 1µs | my $fax_scheme = 'fax'; | ||
| 16 | 1 | 16µs | my $fax_uri = "(?k:(?k:$fax_scheme):(?k:$fax_subscriber))"; | ||
| 17 | 1 | 2µs | my $fax_uri_nf = "(?k:(?k:$fax_scheme):(?k:$fax_subscriber_no_future))"; | ||
| 18 | |||||
| 19 | 1 | 3µs | 1 | 6µs | register_uri $fax_scheme => $fax_uri; # spent 6µs making 1 call to Regexp::Common::URI::register_uri |
| 20 | |||||
| 21 | 1 | 5µs | 1 | 164µs | pattern name => [qw (URI fax)], # spent 164µs making 1 call to Regexp::Common::pattern |
| 22 | create => $fax_uri | ||||
| 23 | ; | ||||
| 24 | |||||
| 25 | 1 | 5µs | 1 | 117µs | pattern name => [qw (URI fax nofuture)], # spent 117µs making 1 call to Regexp::Common::pattern |
| 26 | create => $fax_uri_nf | ||||
| 27 | ; | ||||
| 28 | |||||
| 29 | 1 | 8µs | 1; | ||
| 30 | |||||
| 31 | __END__ |