| Filename | /usr/share/perl5/Date/Manip/Lang/index.pm |
| Statements | Executed 19 statements in 297µs |
| Calls | P | F | Exclusive Time |
Inclusive Time |
Subroutine |
|---|---|---|---|---|---|
| 1 | 1 | 1 | 22µs | 28µs | Date::Manip::Lang::index::BEGIN@24 |
| 1 | 1 | 1 | 16µs | 50µs | Date::Manip::Lang::index::BEGIN@30 |
| 1 | 1 | 1 | 15µs | 58µs | Date::Manip::Lang::index::BEGIN@27 |
| 1 | 1 | 1 | 13µs | 38µs | Date::Manip::Lang::index::BEGIN@25 |
| 1 | 1 | 1 | 11µs | 45µs | Date::Manip::Lang::index::BEGIN@22 |
| 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 | 6µ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 | 55µ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 | 35µs | 2 | 33µs | # spent 28µs (22+6) within Date::Manip::Lang::index::BEGIN@24 which was called:
# once (22µs+6µs) by Date::Manip::Obj::BEGIN@15 at line 24 # spent 28µs making 1 call to Date::Manip::Lang::index::BEGIN@24
# spent 6µs making 1 call to strict::import |
| 25 | 3 | 35µs | 2 | 64µs | # spent 38µs (13+26) within Date::Manip::Lang::index::BEGIN@25 which was called:
# once (13µs+26µs) by Date::Manip::Obj::BEGIN@15 at line 25 # spent 38µs making 1 call to Date::Manip::Lang::index::BEGIN@25
# spent 26µs making 1 call to warnings::import |
| 26 | |||||
| 27 | 3 | 72µs | 2 | 101µs | # spent 58µs (15+43) within Date::Manip::Lang::index::BEGIN@27 which was called:
# once (15µs+43µs) by Date::Manip::Obj::BEGIN@15 at line 27 # spent 58µs making 1 call to Date::Manip::Lang::index::BEGIN@27
# spent 43µs making 1 call to vars::import |
| 28 | 1 | 700ns | $VERSION='6.11'; | ||
| 29 | |||||
| 30 | 3 | 73µs | 2 | 85µs | # spent 50µs (16+34) within Date::Manip::Lang::index::BEGIN@30 which was called:
# once (16µs+34µs) by Date::Manip::Obj::BEGIN@15 at line 30 # spent 50µs making 1 call to Date::Manip::Lang::index::BEGIN@30
# spent 34µ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 | 7µs | 1; |