| 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 352µs |
| Calls | P | F | Exclusive Time |
Inclusive Time |
Subroutine |
|---|---|---|---|---|---|
| 1 | 1 | 1 | 805µs | 2.41ms | Regexp::Common::URI::file::BEGIN@5 |
| 1 | 1 | 1 | 26µs | 115µ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 | 56µs | Regexp::Common::URI::file::BEGIN@4 |
| 1 | 1 | 1 | 11µs | 46µs | Regexp::Common::URI::file::BEGIN@10 |
| 1 | 1 | 1 | 10µs | 20µs | Regexp::Common::URI::file::BEGIN@8 |
| Line | State ments |
Time on line |
Calls | Time in subs |
Code |
|---|---|---|---|---|---|
| 1 | package Regexp::Common::URI::file; | ||||
| 2 | |||||
| 3 | 2 | 30µs | 2 | 115µs | # spent 115µs (26+89) within Regexp::Common::URI::file::BEGIN@3 which was called:
# once (26µs+89µs) by Regexp::Common::import at line 3 # spent 115µs making 1 call to Regexp::Common::URI::file::BEGIN@3
# spent 89µs making 1 call to Regexp::Common::import, recursion: max depth 1, sum of overlapping time 89µs |
| 4 | 2 | 29µs | 2 | 100µs | # spent 56µs (12+44) within Regexp::Common::URI::file::BEGIN@4 which was called:
# once (12µs+44µs) by Regexp::Common::import at line 4 # spent 56µs making 1 call to Regexp::Common::URI::file::BEGIN@4
# spent 44µs making 1 call to Exporter::import |
| 5 | 2 | 150µs | 2 | 2.76ms | # spent 2.41ms (805µs+1.60) within Regexp::Common::URI::file::BEGIN@5 which was called:
# once (805µs+1.60ms) by Regexp::Common::import at line 5 # spent 2.41ms making 1 call to Regexp::Common::URI::file::BEGIN@5
# spent 350µs making 1 call to Exporter::import |
| 6 | |||||
| 7 | 2 | 26µ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 | 27µs | 2 | 29µs | # spent 20µs (10+9) within Regexp::Common::URI::file::BEGIN@8 which was called:
# once (10µs+9µs) by Regexp::Common::import at line 8 # spent 20µs making 1 call to Regexp::Common::URI::file::BEGIN@8
# spent 9µs making 1 call to warnings::import |
| 9 | |||||
| 10 | 2 | 66µs | 2 | 82µs | # spent 46µs (11+35) within Regexp::Common::URI::file::BEGIN@10 which was called:
# once (11µs+35µs) by Regexp::Common::import at line 10 # spent 46µs making 1 call to Regexp::Common::URI::file::BEGIN@10
# spent 35µs making 1 call to vars::import |
| 11 | 1 | 2µs | $VERSION = '2010010201'; | ||
| 12 | |||||
| 13 | |||||
| 14 | 1 | 1µs | my $scheme = 'file'; | ||
| 15 | 1 | 5µ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 | 5µs | 1 | 112µs | pattern name => [qw (URI file)], # spent 112µs making 1 call to Regexp::Common::pattern |
| 21 | create => $uri, | ||||
| 22 | ; | ||||
| 23 | |||||
| 24 | 1 | 7µs | 1; | ||
| 25 | |||||
| 26 | __END__ |