| Filename | /usr/share/perl5/Date/Manip/Lang/index.pm |
| Statements | Executed 19 statements in 307µs |
| Calls | P | F | Exclusive Time |
Inclusive Time |
Subroutine |
|---|---|---|---|---|---|
| 1 | 1 | 1 | 19µs | 24µs | Date::Manip::Lang::index::BEGIN@24 |
| 1 | 1 | 1 | 15µs | 126µs | Date::Manip::Lang::index::BEGIN@30 |
| 1 | 1 | 1 | 15µs | 37µs | Date::Manip::Lang::index::BEGIN@25 |
| 1 | 1 | 1 | 11µs | 45µs | Date::Manip::Lang::index::BEGIN@22 |
| 1 | 1 | 1 | 11µs | 49µs | Date::Manip::Lang::index::BEGIN@27 |
| Line | State ments |
Time on line |
Calls | Time in subs |
Code |
|---|---|---|---|---|---|
| 0 | 1 | 45µs | Profile data that couldn't be associated with a specific line: # spent 45µs making 1 call to Date::Manip::Lang::index::BEGIN@22 | ||
| 1 | 1 | 7µs | package Date::Manip::Lang::index; | ||
| 2 | # Copyright (c) 2003-2010 Sullivan Beck. All rights reserved. | ||||
| 3 | # This program is free software; you can redistribute it and/or modify it | ||||
| 4 | # under the same terms as Perl itself. | ||||
| 5 | |||||
| 6 | ######################################################################## | ||||
| 7 | ######################################################################## | ||||
| 8 | |||||
| 9 | =pod | ||||
| 10 | |||||
| - - | |||||
| 22 | 4 | 52µs | 1 | 34µs | # spent 45µs (11+34) within Date::Manip::Lang::index::BEGIN@22 which was called:
# once (11µs+34µs) by Date::Manip::Obj::BEGIN@15 at line 0 # spent 34µs making 1 call to feature::import |
| 23 | |||||
| 24 | 3 | 62µs | 2 | 28µs | # spent 24µs (19+5) within Date::Manip::Lang::index::BEGIN@24 which was called:
# once (19µs+5µs) by Date::Manip::Obj::BEGIN@15 at line 24 # spent 24µs making 1 call to Date::Manip::Lang::index::BEGIN@24
# spent 5µs making 1 call to strict::import |
| 25 | 3 | 35µs | 2 | 59µs | # spent 37µs (15+22) within Date::Manip::Lang::index::BEGIN@25 which was called:
# once (15µs+22µs) by Date::Manip::Obj::BEGIN@15 at line 25 # spent 37µs making 1 call to Date::Manip::Lang::index::BEGIN@25
# spent 22µs making 1 call to warnings::import |
| 26 | |||||
| 27 | 3 | 55µs | 2 | 88µs | # spent 49µs (11+39) within Date::Manip::Lang::index::BEGIN@27 which was called:
# once (11µs+39µs) by Date::Manip::Obj::BEGIN@15 at line 27 # spent 49µs making 1 call to Date::Manip::Lang::index::BEGIN@27
# spent 39µs making 1 call to vars::import |
| 28 | 1 | 600ns | $VERSION='6.11'; | ||
| 29 | |||||
| 30 | 3 | 74µs | 2 | 238µs | # spent 126µs (15+111) within Date::Manip::Lang::index::BEGIN@30 which was called:
# once (15µs+111µs) by Date::Manip::Obj::BEGIN@15 at line 30 # spent 126µs making 1 call to Date::Manip::Lang::index::BEGIN@30
# spent 111µs making 1 call to vars::import |
| 31 | |||||
| 32 | # A list of languages, and their module name | ||||
| 33 | |||||
| 34 | 1 | 13µs | %Lang = qw( english english | ||
| 35 | italian italian | ||||
| 36 | french french | ||||
| 37 | romanian romanian | ||||
| 38 | swedish swedish | ||||
| 39 | german german | ||||
| 40 | dutch dutch | ||||
| 41 | nederlands dutch | ||||
| 42 | polish polish | ||||
| 43 | spanish spanish | ||||
| 44 | portuguese portugue | ||||
| 45 | russian russian | ||||
| 46 | turkish turkish | ||||
| 47 | danish danish | ||||
| 48 | catalan catalan | ||||
| 49 | ); | ||||
| 50 | |||||
| 51 | 1 | 8µs | 1; |