← Index
NYTProf Performance Profile   « line view »
For split.pl
  Run on Thu Apr 20 02:05:47 2023
Reported on Thu Apr 20 18:31:10 2023

Filename/usr/lib/x86_64-linux-gnu/perl/5.36/I18N/Langinfo.pm
StatementsExecuted 16 statements in 310µs
Subroutines
Calls P F Exclusive
Time
Inclusive
Time
Subroutine
11113µs13µsI18N::Langinfo::::BEGIN@3I18N::Langinfo::BEGIN@3
1114µs28µsI18N::Langinfo::::BEGIN@6I18N::Langinfo::BEGIN@6
1114µs6µsI18N::Langinfo::::BEGIN@4I18N::Langinfo::BEGIN@4
1114µs7µsI18N::Langinfo::::BEGIN@8I18N::Langinfo::BEGIN@8
1113µs16µsI18N::Langinfo::::BEGIN@5I18N::Langinfo::BEGIN@5
1113µs3µsI18N::Langinfo::::langinfoI18N::Langinfo::langinfo (xsub)
111400ns400nsI18N::Langinfo::::CODESETI18N::Langinfo::CODESET (xsub)
Call graph for these subroutines as a Graphviz dot language file.
Line State
ments
Time
on line
Calls Time
in subs
Code
1package I18N::Langinfo;
2
3230µs113µs
# spent 13µs within I18N::Langinfo::BEGIN@3 which was called: # once (13µs+0s) by ExtUtils::MakeMaker::Locale::_init at line 3
use 5.006;
# spent 13µs making 1 call to I18N::Langinfo::BEGIN@3
4219µs27µ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
use strict;
# spent 6µs making 1 call to I18N::Langinfo::BEGIN@4 # spent 1µs making 1 call to strict::import
5213µs228µ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
use warnings;
# spent 16µs making 1 call to I18N::Langinfo::BEGIN@5 # spent 13µs making 1 call to warnings::import
6216µs252µ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
use Carp;
# spent 28µs making 1 call to I18N::Langinfo::BEGIN@6 # spent 24µs making 1 call to Exporter::import
7
8276µs211µ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
use Exporter 'import';
# spent 7µs making 1 call to I18N::Langinfo::BEGIN@8 # spent 4µs making 1 call to Exporter::import
91400nsrequire XSLoader;
10
111600nsour @EXPORT = qw(langinfo);
12
1312µsour @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
731100nsour $VERSION = '0.21';
74
751147µs1143µsXSLoader::load();
# spent 143µs making 1 call to XSLoader::load
76
7716µs1;
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
sub I18N::Langinfo::CODESET; # xsub
# 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
sub I18N::Langinfo::langinfo; # xsub