Filename | /home/hinrik/perl5/perlbrew/perls/perl-5.13.5/lib/site_perl/5.13.5/Regexp/Common/URI/telnet.pm |
Statements | Executed 17 statements in 241µs |
Calls | P | F | Exclusive Time |
Inclusive Time |
Subroutine |
---|---|---|---|---|---|
1 | 1 | 1 | 24µs | 105µs | BEGIN@3 | Regexp::Common::URI::telnet::
1 | 1 | 1 | 20µs | 25µs | BEGIN@7 | Regexp::Common::URI::telnet::
1 | 1 | 1 | 12µs | 180µs | BEGIN@5 | Regexp::Common::URI::telnet::
1 | 1 | 1 | 11µs | 48µs | BEGIN@10 | Regexp::Common::URI::telnet::
1 | 1 | 1 | 11µs | 54µs | BEGIN@4 | Regexp::Common::URI::telnet::
1 | 1 | 1 | 11µs | 20µs | BEGIN@8 | Regexp::Common::URI::telnet::
Line | State ments |
Time on line |
Calls | Time in subs |
Code |
---|---|---|---|---|---|
1 | package Regexp::Common::URI::telnet; | ||||
2 | |||||
3 | 2 | 29µs | 2 | 105µs | # spent 105µs (24+80) within Regexp::Common::URI::telnet::BEGIN@3 which was called:
# once (24µs+80µs) by Regexp::Common::import at line 3 # spent 105µs making 1 call to Regexp::Common::URI::telnet::BEGIN@3
# spent 80µs making 1 call to Regexp::Common::import, recursion: max depth 1, sum of overlapping time 80µs |
4 | 2 | 34µs | 2 | 98µs | # spent 54µs (11+43) within Regexp::Common::URI::telnet::BEGIN@4 which was called:
# once (11µs+43µs) by Regexp::Common::import at line 4 # spent 54µs making 1 call to Regexp::Common::URI::telnet::BEGIN@4
# spent 44µs making 1 call to Exporter::import |
5 | 2 | 36µs | 2 | 349µs | # spent 180µs (12+169) within Regexp::Common::URI::telnet::BEGIN@5 which was called:
# once (12µs+169µs) by Regexp::Common::import at line 5 # spent 180µs making 1 call to Regexp::Common::URI::telnet::BEGIN@5
# spent 169µs making 1 call to Exporter::import |
6 | |||||
7 | 2 | 26µs | 2 | 30µs | # spent 25µs (20+5) within Regexp::Common::URI::telnet::BEGIN@7 which was called:
# once (20µs+5µs) by Regexp::Common::import at line 7 # spent 25µs making 1 call to Regexp::Common::URI::telnet::BEGIN@7
# spent 5µs making 1 call to strict::import |
8 | 2 | 27µs | 2 | 28µs | # spent 20µs (11+9) within Regexp::Common::URI::telnet::BEGIN@8 which was called:
# once (11µs+9µs) by Regexp::Common::import at line 8 # spent 20µs making 1 call to Regexp::Common::URI::telnet::BEGIN@8
# spent 9µs making 1 call to warnings::import |
9 | |||||
10 | 2 | 63µs | 2 | 85µs | # spent 48µs (11+37) within Regexp::Common::URI::telnet::BEGIN@10 which was called:
# once (11µs+37µs) by Regexp::Common::import at line 10 # spent 48µs making 1 call to Regexp::Common::URI::telnet::BEGIN@10
# spent 37µs making 1 call to vars::import |
11 | 1 | 2µs | $VERSION = '2010010201'; | ||
12 | |||||
13 | |||||
14 | 1 | 9µs | my $telnet_uri = "(?k:(?k:telnet)://(?:(?k:(?k:$user)(?::(?k:$password))?)\@)?" | ||
15 | . "(?k:(?k:$host)(?::(?k:$port))?)(?k:/)?)"; | ||||
16 | |||||
17 | 1 | 4µs | 1 | 6µs | register_uri telnet => $telnet_uri; # spent 6µs making 1 call to Regexp::Common::URI::register_uri |
18 | |||||
19 | 1 | 4µs | 1 | 96µs | pattern name => [qw (URI telnet)], # spent 96µs making 1 call to Regexp::Common::pattern |
20 | create => $telnet_uri, | ||||
21 | ; | ||||
22 | |||||
23 | 1 | 6µs | 1; | ||
24 | |||||
25 | __END__ |