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 398µs |
Calls | P | F | Exclusive Time |
Inclusive Time |
Subroutine |
---|---|---|---|---|---|
1 | 1 | 1 | 1.01ms | 6.39ms | BEGIN@5 | Regexp::Common::URI::fax::
1 | 1 | 1 | 25µs | 104µs | BEGIN@3 | Regexp::Common::URI::fax::
1 | 1 | 1 | 16µs | 90µs | BEGIN@4 | Regexp::Common::URI::fax::
1 | 1 | 1 | 11µs | 16µs | BEGIN@8 | Regexp::Common::URI::fax::
1 | 1 | 1 | 11µs | 20µs | BEGIN@9 | Regexp::Common::URI::fax::
1 | 1 | 1 | 10µs | 43µs | BEGIN@11 | Regexp::Common::URI::fax::
Line | State ments |
Time on line |
Calls | Time in subs |
Code |
---|---|---|---|---|---|
1 | package Regexp::Common::URI::fax; | ||||
2 | |||||
3 | 2 | 38µs | 2 | 104µs | # spent 104µs (25+79) within Regexp::Common::URI::fax::BEGIN@3 which was called:
# once (25µs+79µs) by Regexp::Common::import at line 3 # spent 104µs making 1 call to Regexp::Common::URI::fax::BEGIN@3
# spent 79µs making 1 call to Regexp::Common::import, recursion: max depth 1, sum of overlapping time 79µs |
4 | 2 | 37µs | 2 | 164µs | # spent 90µs (16+74) within Regexp::Common::URI::fax::BEGIN@4 which was called:
# once (16µs+74µs) by Regexp::Common::import at line 4 # spent 90µs making 1 call to Regexp::Common::URI::fax::BEGIN@4
# spent 74µs making 1 call to Exporter::import |
5 | 1 | 12µs | 1 | 318µs | # spent 6.39ms (1.01+5.39) within Regexp::Common::URI::fax::BEGIN@5 which was called:
# once (1.01ms+5.39ms) by Regexp::Common::import at line 6 # spent 318µs making 1 call to Exporter::import |
6 | 1 | 153µs | 1 | 6.39ms | $fax_subscriber_no_future/; # spent 6.39ms making 1 call to Regexp::Common::URI::fax::BEGIN@5 |
7 | |||||
8 | 2 | 26µs | 2 | 21µs | # spent 16µs (11+5) within Regexp::Common::URI::fax::BEGIN@8 which was called:
# once (11µs+5µs) by Regexp::Common::import at line 8 # spent 16µs making 1 call to Regexp::Common::URI::fax::BEGIN@8
# spent 5µs making 1 call to strict::import |
9 | 2 | 27µs | 2 | 30µs | # spent 20µs (11+9) within Regexp::Common::URI::fax::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::fax::BEGIN@9
# spent 9µs making 1 call to warnings::import |
10 | |||||
11 | 2 | 75µs | 2 | 76µs | # spent 43µs (10+33) within Regexp::Common::URI::fax::BEGIN@11 which was called:
# once (10µ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 | 900ns | my $fax_scheme = 'fax'; | ||
16 | 1 | 4µ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 | 4µs | 1 | 10µs | register_uri $fax_scheme => $fax_uri; # spent 10µs making 1 call to Regexp::Common::URI::register_uri |
20 | |||||
21 | 1 | 5µs | 1 | 170µs | pattern name => [qw (URI fax)], # spent 170µs making 1 call to Regexp::Common::pattern |
22 | create => $fax_uri | ||||
23 | ; | ||||
24 | |||||
25 | 1 | 5µs | 1 | 114µs | pattern name => [qw (URI fax nofuture)], # spent 114µs making 1 call to Regexp::Common::pattern |
26 | create => $fax_uri_nf | ||||
27 | ; | ||||
28 | |||||
29 | 1 | 8µs | 1; | ||
30 | |||||
31 | __END__ |