| Filename | /home/hinrik/perl5/perlbrew/perls/perl-5.13.5/lib/site_perl/5.13.5/Regexp/Common/URI/file.pm |
| Statements | Executed 18 statements in 347µs |
| Calls | P | F | Exclusive Time |
Inclusive Time |
Subroutine |
|---|---|---|---|---|---|
| 1 | 1 | 1 | 792µs | 2.38ms | Regexp::Common::URI::file::BEGIN@5 |
| 1 | 1 | 1 | 25µs | 106µs | Regexp::Common::URI::file::BEGIN@3 |
| 1 | 1 | 1 | 12µs | 17µs | Regexp::Common::URI::file::BEGIN@7 |
| 1 | 1 | 1 | 12µs | 61µs | Regexp::Common::URI::file::BEGIN@4 |
| 1 | 1 | 1 | 11µs | 19µs | Regexp::Common::URI::file::BEGIN@8 |
| 1 | 1 | 1 | 10µs | 43µs | Regexp::Common::URI::file::BEGIN@10 |
| Line | State ments |
Time on line |
Calls | Time in subs |
Code |
|---|---|---|---|---|---|
| 1 | package Regexp::Common::URI::file; | ||||
| 2 | |||||
| 3 | 2 | 30µs | 2 | 106µs | # spent 106µs (25+81) within Regexp::Common::URI::file::BEGIN@3 which was called:
# once (25µs+81µs) by Regexp::Common::import at line 3 # spent 106µs making 1 call to Regexp::Common::URI::file::BEGIN@3
# spent 81µs making 1 call to Regexp::Common::import, recursion: max depth 1, sum of overlapping time 81µs |
| 4 | 2 | 29µs | 2 | 110µs | # spent 61µs (12+49) within Regexp::Common::URI::file::BEGIN@4 which was called:
# once (12µs+49µs) by Regexp::Common::import at line 4 # spent 61µs making 1 call to Regexp::Common::URI::file::BEGIN@4
# spent 49µs making 1 call to Exporter::import |
| 5 | 2 | 150µs | 2 | 2.72ms | # spent 2.38ms (792µs+1.59) within Regexp::Common::URI::file::BEGIN@5 which was called:
# once (792µs+1.59ms) by Regexp::Common::import at line 5 # spent 2.38ms making 1 call to Regexp::Common::URI::file::BEGIN@5
# spent 334µs making 1 call to Exporter::import |
| 6 | |||||
| 7 | 2 | 25µs | 2 | 22µs | # spent 17µs (12+5) within Regexp::Common::URI::file::BEGIN@7 which was called:
# once (12µs+5µs) by Regexp::Common::import at line 7 # spent 17µs making 1 call to Regexp::Common::URI::file::BEGIN@7
# spent 5µs making 1 call to strict::import |
| 8 | 2 | 28µs | 2 | 28µs | # spent 19µs (11+9) within Regexp::Common::URI::file::BEGIN@8 which was called:
# once (11µs+9µs) by Regexp::Common::import at line 8 # spent 19µs making 1 call to Regexp::Common::URI::file::BEGIN@8
# spent 9µs making 1 call to warnings::import |
| 9 | |||||
| 10 | 2 | 65µs | 2 | 75µs | # spent 43µs (10+32) within Regexp::Common::URI::file::BEGIN@10 which was called:
# once (10µs+32µs) by Regexp::Common::import at line 10 # spent 43µs making 1 call to Regexp::Common::URI::file::BEGIN@10
# spent 32µs making 1 call to vars::import |
| 11 | 1 | 1µs | $VERSION = '2010010201'; | ||
| 12 | |||||
| 13 | |||||
| 14 | 1 | 1µs | my $scheme = 'file'; | ||
| 15 | 1 | 3µs | my $uri = "(?k:(?k:$scheme)://(?k:(?k:(?:$host|localhost)?)" . | ||
| 16 | "(?k:/(?k:$fpath))))"; | ||||
| 17 | |||||
| 18 | 1 | 4µs | 1 | 6µs | register_uri $scheme => $uri; # spent 6µs making 1 call to Regexp::Common::URI::register_uri |
| 19 | |||||
| 20 | 1 | 4µs | 1 | 99µs | pattern name => [qw (URI file)], # spent 99µs making 1 call to Regexp::Common::pattern |
| 21 | create => $uri, | ||||
| 22 | ; | ||||
| 23 | |||||
| 24 | 1 | 6µs | 1; | ||
| 25 | |||||
| 26 | __END__ |