| Filename | /home/doy/perl5/perlbrew/perls/perl-5.10.1/lib/site_perl/5.10.1/List/AllUtils.pm |
| Statements | Executed 18 statements in 968µs |
| Calls | P | F | Exclusive Time |
Inclusive Time |
Subroutine |
|---|---|---|---|---|---|
| 1 | 1 | 1 | 114µs | 180µs | List::AllUtils::BEGIN@4 |
| 1 | 1 | 1 | 77µs | 315µs | List::AllUtils::BEGIN@16 |
| 1 | 1 | 1 | 68µs | 84µs | List::AllUtils::BEGIN@3 |
| 1 | 1 | 1 | 41µs | 1.69ms | List::AllUtils::BEGIN@14 |
| 1 | 1 | 1 | 41µs | 419µs | List::AllUtils::BEGIN@10 |
| Line | State ments |
Time on line |
Calls | Time in subs |
Code |
|---|---|---|---|---|---|
| 1 | package List::AllUtils; | ||||
| 2 | |||||
| 3 | 3 | 177µs | 2 | 101µs | # spent 84µs (68+17) within List::AllUtils::BEGIN@3 which was called:
# once (68µs+17µs) by Markdent::Regexes::BEGIN@9 at line 3 # spent 84µs making 1 call to List::AllUtils::BEGIN@3
# spent 17µs making 1 call to strict::import |
| 4 | 3 | 209µs | 2 | 247µs | # spent 180µs (114+66) within List::AllUtils::BEGIN@4 which was called:
# once (114µs+66µs) by Markdent::Regexes::BEGIN@9 at line 4 # spent 180µs making 1 call to List::AllUtils::BEGIN@4
# spent 66µs making 1 call to warnings::import |
| 5 | |||||
| 6 | 1 | 4µs | our $VERSION = '0.02'; | ||
| 7 | |||||
| 8 | # List::Util does not define an :all tag | ||||
| 9 | BEGIN | ||||
| 10 | # spent 419µs (41+378) within List::AllUtils::BEGIN@10 which was called:
# once (41µs+378µs) by Markdent::Regexes::BEGIN@9 at line 13 | ||||
| 11 | 2 | 30µs | require List::Util; | ||
| 12 | 1 | 378µs | List::Util->import( @List::Util::EXPORT_OK ); # spent 378µs making 1 call to Exporter::import | ||
| 13 | 1 | 112µs | 1 | 419µs | } # spent 419µs making 1 call to List::AllUtils::BEGIN@10 |
| 14 | 3 | 168µs | 2 | 3.33ms | # spent 1.69ms (41µs+1.65) within List::AllUtils::BEGIN@14 which was called:
# once (41µs+1.65ms) by Markdent::Regexes::BEGIN@9 at line 14 # spent 1.69ms making 1 call to List::AllUtils::BEGIN@14
# spent 1.65ms making 1 call to Exporter::import |
| 15 | |||||
| 16 | 3 | 216µs | 2 | 554µs | # spent 315µs (77+238) within List::AllUtils::BEGIN@16 which was called:
# once (77µs+238µs) by Markdent::Regexes::BEGIN@9 at line 16 # spent 315µs making 1 call to List::AllUtils::BEGIN@16
# spent 238µs making 1 call to base::import |
| 17 | |||||
| 18 | 1 | 29µs | our @EXPORT_OK = ( @List::Util::EXPORT_OK, @List::MoreUtils::EXPORT_OK ); | ||
| 19 | |||||
| 20 | 1 | 6µs | our %EXPORT_TAGS = ( all => \@EXPORT_OK ); | ||
| 21 | |||||
| 22 | |||||
| 23 | 1 | 17µs | 1; | ||
| 24 | |||||
| 25 | __END__ |