Filename | /usr/lib/x86_64-linux-gnu/perl/5.36/I18N/Langinfo.pm |
Statements | Executed 16 statements in 310µs |
Calls | P | F | Exclusive Time |
Inclusive Time |
Subroutine |
---|---|---|---|---|---|
1 | 1 | 1 | 13µs | 13µs | BEGIN@3 | I18N::Langinfo::
1 | 1 | 1 | 4µs | 28µs | BEGIN@6 | I18N::Langinfo::
1 | 1 | 1 | 4µs | 6µs | BEGIN@4 | I18N::Langinfo::
1 | 1 | 1 | 4µs | 7µs | BEGIN@8 | I18N::Langinfo::
1 | 1 | 1 | 3µs | 16µs | BEGIN@5 | I18N::Langinfo::
1 | 1 | 1 | 3µs | 3µs | langinfo (xsub) | I18N::Langinfo::
1 | 1 | 1 | 400ns | 400ns | CODESET (xsub) | I18N::Langinfo::
Line | State ments |
Time on line |
Calls | Time in subs |
Code |
---|---|---|---|---|---|
1 | package I18N::Langinfo; | ||||
2 | |||||
3 | 2 | 30µs | 1 | 13µs | # spent 13µs within I18N::Langinfo::BEGIN@3 which was called:
# once (13µs+0s) by ExtUtils::MakeMaker::Locale::_init at line 3 # spent 13µs making 1 call to I18N::Langinfo::BEGIN@3 |
4 | 2 | 19µs | 2 | 7µs | # spent 6µs (4+1) within I18N::Langinfo::BEGIN@4 which was called:
# once (4µs+1µs) by ExtUtils::MakeMaker::Locale::_init at line 4 # spent 6µs making 1 call to I18N::Langinfo::BEGIN@4
# spent 1µs making 1 call to strict::import |
5 | 2 | 13µs | 2 | 28µs | # spent 16µs (3+13) within I18N::Langinfo::BEGIN@5 which was called:
# once (3µs+13µs) by ExtUtils::MakeMaker::Locale::_init at line 5 # spent 16µs making 1 call to I18N::Langinfo::BEGIN@5
# spent 13µs making 1 call to warnings::import |
6 | 2 | 16µs | 2 | 52µs | # spent 28µs (4+24) within I18N::Langinfo::BEGIN@6 which was called:
# once (4µs+24µs) by ExtUtils::MakeMaker::Locale::_init at line 6 # spent 28µs making 1 call to I18N::Langinfo::BEGIN@6
# spent 24µs making 1 call to Exporter::import |
7 | |||||
8 | 2 | 76µs | 2 | 11µs | # spent 7µs (4+4) within I18N::Langinfo::BEGIN@8 which was called:
# once (4µs+4µs) by ExtUtils::MakeMaker::Locale::_init at line 8 # spent 7µs making 1 call to I18N::Langinfo::BEGIN@8
# spent 4µs making 1 call to Exporter::import |
9 | 1 | 400ns | require XSLoader; | ||
10 | |||||
11 | 1 | 600ns | our @EXPORT = qw(langinfo); | ||
12 | |||||
13 | 1 | 2µs | our @EXPORT_OK = qw( | ||
14 | ABDAY_1 | ||||
15 | ABDAY_2 | ||||
16 | ABDAY_3 | ||||
17 | ABDAY_4 | ||||
18 | ABDAY_5 | ||||
19 | ABDAY_6 | ||||
20 | ABDAY_7 | ||||
21 | ABMON_1 | ||||
22 | ABMON_10 | ||||
23 | ABMON_11 | ||||
24 | ABMON_12 | ||||
25 | ABMON_2 | ||||
26 | ABMON_3 | ||||
27 | ABMON_4 | ||||
28 | ABMON_5 | ||||
29 | ABMON_6 | ||||
30 | ABMON_7 | ||||
31 | ABMON_8 | ||||
32 | ABMON_9 | ||||
33 | ALT_DIGITS | ||||
34 | AM_STR | ||||
35 | CODESET | ||||
36 | CRNCYSTR | ||||
37 | DAY_1 | ||||
38 | DAY_2 | ||||
39 | DAY_3 | ||||
40 | DAY_4 | ||||
41 | DAY_5 | ||||
42 | DAY_6 | ||||
43 | DAY_7 | ||||
44 | D_FMT | ||||
45 | D_T_FMT | ||||
46 | ERA | ||||
47 | ERA_D_FMT | ||||
48 | ERA_D_T_FMT | ||||
49 | ERA_T_FMT | ||||
50 | MON_1 | ||||
51 | MON_10 | ||||
52 | MON_11 | ||||
53 | MON_12 | ||||
54 | MON_2 | ||||
55 | MON_3 | ||||
56 | MON_4 | ||||
57 | MON_5 | ||||
58 | MON_6 | ||||
59 | MON_7 | ||||
60 | MON_8 | ||||
61 | MON_9 | ||||
62 | NOEXPR | ||||
63 | NOSTR | ||||
64 | PM_STR | ||||
65 | RADIXCHAR | ||||
66 | THOUSEP | ||||
67 | T_FMT | ||||
68 | T_FMT_AMPM | ||||
69 | YESEXPR | ||||
70 | YESSTR | ||||
71 | ); | ||||
72 | |||||
73 | 1 | 100ns | our $VERSION = '0.21'; | ||
74 | |||||
75 | 1 | 147µs | 1 | 143µs | XSLoader::load(); # spent 143µs making 1 call to XSLoader::load |
76 | |||||
77 | 1 | 6µs | 1; | ||
78 | __END__ | ||||
# spent 400ns within I18N::Langinfo::CODESET which was called:
# once (400ns+0s) by ExtUtils::MakeMaker::Locale::_init at line 89 of ExtUtils/MakeMaker/Locale.pm | |||||
# spent 3µs within I18N::Langinfo::langinfo which was called:
# once (3µs+0s) by ExtUtils::MakeMaker::Locale::_init at line 89 of ExtUtils/MakeMaker/Locale.pm |