| Filename | /usr/local/share/perl/5.10.1/DateTime/Locale/en_US.pm |
| Statements | Executed 26 statements in 398µs |
| Calls | P | F | Exclusive Time |
Inclusive Time |
Subroutine |
|---|---|---|---|---|---|
| 1 | 1 | 1 | 17µs | 20µs | DateTime::Locale::en_US::BEGIN@21 |
| 1 | 1 | 1 | 13µs | 18µs | DateTime::Locale::en_US::BEGIN@23 |
| 1 | 1 | 1 | 11µs | 23µs | DateTime::Locale::en_US::BEGIN@22 |
| 1 | 1 | 1 | 9µs | 5.59ms | DateTime::Locale::en_US::BEGIN@25 |
| 1 | 1 | 1 | 2µs | 2µs | DateTime::Locale::en_US::cldr_version |
| 0 | 0 | 0 | 0s | 0s | DateTime::Locale::en_US::first_day_of_week |
| 0 | 0 | 0 | 0s | 0s | DateTime::Locale::en_US::glibc_date_1_format |
| 0 | 0 | 0 | 0s | 0s | DateTime::Locale::en_US::glibc_date_format |
| 0 | 0 | 0 | 0s | 0s | DateTime::Locale::en_US::glibc_datetime_format |
| 0 | 0 | 0 | 0s | 0s | DateTime::Locale::en_US::glibc_time_12_format |
| 0 | 0 | 0 | 0s | 0s | DateTime::Locale::en_US::glibc_time_format |
| Line | State ments |
Time on line |
Calls | Time in subs |
Code |
|---|---|---|---|---|---|
| 1 | ########################################################################### | ||||
| 2 | # | ||||
| 3 | # This file is auto-generated by the Perl DateTime Suite locale | ||||
| 4 | # generator (0.05). This code generator comes with the | ||||
| 5 | # DateTime::Locale distribution in the tools/ directory, and is called | ||||
| 6 | # generate-from-cldr. | ||||
| 7 | # | ||||
| 8 | # This file as generated from the CLDR XML locale data. See the | ||||
| 9 | # LICENSE.cldr file included in this distribution for license details. | ||||
| 10 | # | ||||
| 11 | # This file was generated from the source file en_US.xml | ||||
| 12 | # The source file version number was 1.53, generated on | ||||
| 13 | # 2009/05/05 23:06:35. | ||||
| 14 | # | ||||
| 15 | # Do not edit this file directly. | ||||
| 16 | # | ||||
| 17 | ########################################################################### | ||||
| 18 | |||||
| 19 | package DateTime::Locale::en_US; | ||||
| 20 | |||||
| 21 | 3 | 34µs | 2 | 24µs | # spent 20µs (17+4) within DateTime::Locale::en_US::BEGIN@21 which was called:
# once (17µs+4µs) by DateTime::Locale::_load_class_from_id at line 21 # spent 20µs making 1 call to DateTime::Locale::en_US::BEGIN@21
# spent 4µs making 1 call to strict::import |
| 22 | 3 | 33µs | 2 | 35µs | # spent 23µs (11+12) within DateTime::Locale::en_US::BEGIN@22 which was called:
# once (11µs+12µs) by DateTime::Locale::_load_class_from_id at line 22 # spent 23µs making 1 call to DateTime::Locale::en_US::BEGIN@22
# spent 12µs making 1 call to warnings::import |
| 23 | 3 | 40µs | 2 | 22µs | # spent 18µs (13+4) within DateTime::Locale::en_US::BEGIN@23 which was called:
# once (13µs+4µs) by DateTime::Locale::_load_class_from_id at line 23 # spent 18µs making 1 call to DateTime::Locale::en_US::BEGIN@23
# spent 4µs making 1 call to utf8::import |
| 24 | |||||
| 25 | 3 | 275µs | 2 | 11.2ms | # spent 5.59ms (9µs+5.58) within DateTime::Locale::en_US::BEGIN@25 which was called:
# once (9µs+5.58ms) by DateTime::Locale::_load_class_from_id at line 25 # spent 5.59ms making 1 call to DateTime::Locale::en_US::BEGIN@25
# spent 5.58ms making 1 call to base::import |
| 26 | |||||
| 27 | 1 | 4µs | # spent 2µs within DateTime::Locale::en_US::cldr_version which was called:
# once (2µs+0s) by DateTime::Locale::_load_class_from_id at line 293 of DateTime/Locale.pm | ||
| 28 | |||||
| 29 | { | ||||
| 30 | 2 | 1µs | my $first_day_of_week = "7"; | ||
| 31 | sub first_day_of_week { return $first_day_of_week } | ||||
| 32 | } | ||||
| 33 | |||||
| 34 | { | ||||
| 35 | 2 | 700ns | my $glibc_date_format = "\%m\/\%d\/\%Y"; | ||
| 36 | sub glibc_date_format { return $glibc_date_format } | ||||
| 37 | } | ||||
| 38 | |||||
| 39 | { | ||||
| 40 | 2 | 700ns | my $glibc_date_1_format = "\%a\ \%b\ \%e\ \%H\:\%M\:\%S\ \%Z\ \%Y"; | ||
| 41 | sub glibc_date_1_format { return $glibc_date_1_format } | ||||
| 42 | } | ||||
| 43 | |||||
| 44 | { | ||||
| 45 | 2 | 700ns | my $glibc_datetime_format = "\%a\ \%d\ \%b\ \%Y\ \%r\ \%Z"; | ||
| 46 | sub glibc_datetime_format { return $glibc_datetime_format } | ||||
| 47 | } | ||||
| 48 | |||||
| 49 | { | ||||
| 50 | 2 | 600ns | my $glibc_time_format = "\%r"; | ||
| 51 | sub glibc_time_format { return $glibc_time_format } | ||||
| 52 | } | ||||
| 53 | |||||
| 54 | { | ||||
| 55 | 2 | 600ns | my $glibc_time_12_format = "\%I\:\%M\:\%S\ \%p"; | ||
| 56 | sub glibc_time_12_format { return $glibc_time_12_format } | ||||
| 57 | } | ||||
| 58 | |||||
| 59 | 1 | 7µs | 1; | ||
| 60 | |||||
| 61 | __END__ |