← Index
NYTProf Performance Profile   « line view »
For flows_to_es.pl
  Run on Mon May 9 23:27:59 2016
Reported on Mon May 9 23:28:09 2016

Filename/usr/lib/perl/5.18/Config_heavy.pl
StatementsExecuted 42 statements in 2.74ms
Subroutines
Calls P F Exclusive
Time
Inclusive
Time
Subroutine
11136µs36µsConfig::::CORE:substConfig::CORE:subst (opcode)
21128µs28µsConfig::::CORE:substcontConfig::CORE:substcont (opcode)
11128µs51µsConfig::::fetch_stringConfig::fetch_string
11120µs47µsConfig::::BEGIN@5Config::BEGIN@5
22216µs16µsConfig::::CORE:matchConfig::CORE:match (opcode)
11115µs33µsConfig::::BEGIN@6Config::BEGIN@6
11111µs11µsConfig::::launcherConfig::launcher
11111µs60µsConfig::::BEGIN@7Config::BEGIN@7
11111µs11µsConfig::::CORE:regcompConfig::CORE:regcomp (opcode)
1117µs7µsConfig::::CORE:packConfig::CORE:pack (opcode)
1115µs5µsConfig::::CORE:unpackConfig::CORE:unpack (opcode)
0000s0sConfig::::EXISTSConfig::EXISTS
0000s0sConfig::::FIRSTKEYConfig::FIRSTKEY
0000s0sConfig::::NEXTKEYConfig::NEXTKEY
0000s0sConfig::::STOREConfig::STORE
0000s0sConfig::::_VConfig::_V
0000s0sConfig::::bincompat_optionsConfig::bincompat_options
0000s0sConfig::::compile_dateConfig::compile_date
0000s0sConfig::::config_reConfig::config_re
0000s0sConfig::::config_shConfig::config_sh
0000s0sConfig::::config_varsConfig::config_vars
0000s0sConfig::::header_filesConfig::header_files
0000s0sConfig::::local_patchesConfig::local_patches
0000s0sConfig::::myconfigConfig::myconfig
0000s0sConfig::::non_bincompat_optionsConfig::non_bincompat_options
Call graph for these subroutines as a Graphviz dot language file.
Line State
ments
Time
on line
Calls Time
in subs
Code
1# This file was created by configpm when Perl was built. Any changes
2# made to this file will be lost the next time perl is built.
3
4package Config;
5237µs274µs
# spent 47µs (20+27) within Config::BEGIN@5 which was called: # once (20µs+27µs) by Config::AUTOLOAD at line 5
use strict;
# spent 47µs making 1 call to Config::BEGIN@5 # spent 27µs making 1 call to strict::import
6240µs251µs
# spent 33µs (15+18) within Config::BEGIN@6 which was called: # once (15µs+18µs) by Config::AUTOLOAD at line 6
use warnings;
# spent 33µs making 1 call to Config::BEGIN@6 # spent 18µs making 1 call to warnings::import
722.22ms2108µs
# spent 60µs (11+49) within Config::BEGIN@7 which was called: # once (11µs+49µs) by Config::AUTOLOAD at line 7
use vars '%Config';
# spent 60µs making 1 call to Config::BEGIN@7 # spent 49µs making 1 call to vars::import
8
9sub bincompat_options {
10 return split ' ', (Internals::V())[0];
11}
12
13sub non_bincompat_options {
14 return split ' ', (Internals::V())[1];
15}
16
17sub compile_date {
18 return (Internals::V())[2]
19}
20
21sub local_patches {
22 my (undef, undef, undef, @patches) = Internals::V();
23 return @patches;
24}
25
26sub _V {
27 die "Perl lib was built for 'linux' but is being run on '$^O'"
28 unless "linux" eq $^O;
29
30 my ($bincompat, $non_bincompat, $date, @patches) = Internals::V();
31
32 my $opts = join ' ', sort split ' ', "$bincompat $non_bincompat";
33
34 # wrap at 76 columns.
35
36 $opts =~ s/(?=.{53})(.{1,53}) /$1\n /mg;
37
38 print Config::myconfig();
39 print "\nCharacteristics of this binary (from libperl): \n";
40
41 print " Compile-time options: $opts\n";
42
43 if (@patches) {
44 print " Locally applied patches:\n";
45 print "\t$_\n" foreach @patches;
46 }
47
48 print " Built under linux\n";
49
50 print " $date\n" if defined $date;
51
52 my @env = map { "$_=\"$ENV{$_}\"" } sort grep {/^PERL/} keys %ENV;
53
54 if (@env) {
55 print " \%ENV:\n";
56 print " $_\n" foreach @env;
57 }
58 print " \@INC:\n";
59 print " $_\n" foreach @INC;
60}
61
62sub header_files {
63 return qw(EXTERN.h INTERN.h XSUB.h av.h config.h cop.h cv.h
64 dosish.h embed.h embedvar.h form.h gv.h handy.h hv.h hv_func.h
65 intrpvar.h iperlsys.h keywords.h mg.h nostdio.h op.h opcode.h
66 pad.h parser.h patchlevel.h perl.h perlio.h perliol.h perlsdio.h
67 perlsfio.h perlvars.h perly.h pp.h pp_proto.h proto.h regcomp.h
68 regexp.h regnodes.h scope.h sv.h thread.h time64.h unixish.h
69 utf8.h util.h);
70}
71
72##
73## This file was produced by running the Configure script. It holds all the
74## definitions figured out by Configure. Should you modify one of these values,
75## do not forget to propagate your changes by running "Configure -der". You may
76## instead choose to run each of the .SH files by yourself, or "Configure -S".
77##
78#
79## Package name : perl5
80## Source directory : .
81## Configuration time: Tue Mar 1 17:12:59 UTC 2016
82## Configured by : Debian Project
83## Target system : linux lgw01-37 3.13.0-79-generic #123-ubuntu smp fri feb 19 14:27:58 utc 2016 x86_64 x86_64 x86_64 gnulinux
84#
85#: Configure command line arguments.
86#
87#: Variables propagated from previous config.sh file.
88
8912µsour $summary = <<'!END!';
90Summary of my $package (revision $revision $version_patchlevel_string) configuration:
91 $git_commit_id_title $git_commit_id$git_ancestor_line
92 Platform:
93 osname=$osname, osvers=$osvers, archname=$archname
94 uname='$myuname'
95 config_args='$config_args'
96 hint=$hint, useposix=$useposix, d_sigaction=$d_sigaction
97 useithreads=$useithreads, usemultiplicity=$usemultiplicity
98 useperlio=$useperlio, d_sfio=$d_sfio, uselargefiles=$uselargefiles, usesocks=$usesocks
99 use64bitint=$use64bitint, use64bitall=$use64bitall, uselongdouble=$uselongdouble
100 usemymalloc=$usemymalloc, bincompat5005=undef
101 Compiler:
102 cc='$cc', ccflags ='$ccflags',
103 optimize='$optimize',
104 cppflags='$cppflags'
105 ccversion='$ccversion', gccversion='$gccversion', gccosandvers='$gccosandvers'
106 intsize=$intsize, longsize=$longsize, ptrsize=$ptrsize, doublesize=$doublesize, byteorder=$byteorder
107 d_longlong=$d_longlong, longlongsize=$longlongsize, d_longdbl=$d_longdbl, longdblsize=$longdblsize
108 ivtype='$ivtype', ivsize=$ivsize, nvtype='$nvtype', nvsize=$nvsize, Off_t='$lseektype', lseeksize=$lseeksize
109 alignbytes=$alignbytes, prototype=$prototype
110 Linker and Libraries:
111 ld='$ld', ldflags ='$ldflags'
112 libpth=$libpth
113 libs=$libs
114 perllibs=$perllibs
115 libc=$libc, so=$so, useshrplib=$useshrplib, libperl=$libperl
116 gnulibc_version='$gnulibc_version'
117 Dynamic Linking:
118 dlsrc=$dlsrc, dlext=$dlext, d_dlsymun=$d_dlsymun, ccdlflags='$ccdlflags'
119 cccdlflags='$cccdlflags', lddlflags='$lddlflags'
120
121!END!
1221200nsmy $summary_expanded;
123
124sub myconfig {
125 return $summary_expanded if $summary_expanded;
126 ($summary_expanded = $summary) =~ s{\$(\w+)}
127 {
128 my $c;
129 if ($1 eq 'git_ancestor_line') {
130 if ($Config::Config{git_ancestor}) {
131 $c= "\n Ancestor: $Config::Config{git_ancestor}";
132 } else {
133 $c= "";
134 }
135 } else {
136 $c = $Config::Config{$1};
137 }
138 defined($c) ? $c : 'undef'
139 }ge;
140 $summary_expanded;
141}
142
14312µslocal *_ = \my $a;
144119µs$_ = <<'!END!';
145Author=''
146CONFIG='true'
147Date='$Date'
148Header=''
149Id='$Id'
150Locker=''
151Log='$Log'
152PATCHLEVEL='18'
153PERL_API_REVISION='5'
154PERL_API_SUBVERSION='0'
155PERL_API_VERSION='18'
156PERL_CONFIG_SH='true'
157PERL_PATCHLEVEL=''
158PERL_REVISION='5'
159PERL_SUBVERSION='2'
160PERL_VERSION='18'
161RCSfile='$RCSfile'
162Revision='$Revision'
163SUBVERSION='2'
164Source=''
165State=''
166_a='.a'
167_exe=''
168_o='.o'
169afs='false'
170afsroot='/afs'
171alignbytes='8'
172ansi2knr=''
173aphostname='/bin/hostname'
174api_revision='5'
175api_subversion='0'
176api_version='18'
177api_versionstring='5.18.0'
178ar='ar'
179archlib='/usr/lib/perl/5.18'
180archlibexp='/usr/lib/perl/5.18'
181archname64=''
182archname='x86_64-linux-gnu-thread-multi'
183archobjs=''
184asctime_r_proto='REENTRANT_PROTO_B_SB'
185awk='awk'
186baserev='5.0'
187bash=''
188bin='/usr/bin'
189bin_ELF='define'
190binexp='/usr/bin'
191bison='bison'
192bootstrap_charset='undef'
193byacc='byacc'
194byteorder='12345678'
195c=''
196castflags='0'
197cat='cat'
198cc='cc'
199cccdlflags='-fPIC'
200ccdlflags='-Wl,-E'
201ccflags='-D_REENTRANT -D_GNU_SOURCE -DDEBIAN -fstack-protector -fno-strict-aliasing -pipe -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64'
202ccflags_uselargefiles='-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64'
203ccname='gcc'
204ccsymbols=''
205ccversion=''
206cf_by='Debian Project'
207cf_email='perl@packages.debian.org'
208cf_time='Tue Mar 1 17:12:59 UTC 2016'
209charbits='8'
210charsize='1'
211chgrp=''
212chmod='chmod'
213chown=''
214clocktype='clock_t'
215comm='comm'
216compress=''
217config_arg0='Configure'
218config_arg10='-Darchlib=/usr/lib/perl/5.18'
219config_arg11='-Dvendorprefix=/usr'
220config_arg12='-Dvendorlib=/usr/share/perl5'
221config_arg13='-Dvendorarch=/usr/lib/perl5'
222config_arg14='-Dsiteprefix=/usr/local'
223config_arg15='-Dsitelib=/usr/local/share/perl/5.18.2'
224config_arg16='-Dsitearch=/usr/local/lib/perl/5.18.2'
225config_arg17='-Dman1dir=/usr/share/man/man1'
226config_arg18='-Dman3dir=/usr/share/man/man3'
227config_arg19='-Dsiteman1dir=/usr/local/man/man1'
228config_arg1='-Dusethreads'
229config_arg20='-Dsiteman3dir=/usr/local/man/man3'
230config_arg21='-Duse64bitint'
231config_arg22='-Dman1ext=1'
232config_arg23='-Dman3ext=3perl'
233config_arg24='-Dpager=/usr/bin/sensible-pager'
234config_arg25='-Uafs'
235config_arg26='-Ud_csh'
236config_arg27='-Ud_ualarm'
237config_arg28='-Uusesfio'
238config_arg29='-Uusenm'
239config_arg2='-Duselargefiles'
240config_arg30='-Ui_libutil'
241config_arg31='-Uversiononly'
242config_arg32='-DDEBUGGING=-g'
243config_arg33='-Doptimize=-O2'
244config_arg34='-Duseshrplib'
245config_arg35='-Dlibperl=libperl.so.5.18.2'
246config_arg36='-des'
247config_arg3='-Dccflags=-DDEBIAN -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security'
248config_arg4='-Dldflags= -Wl,-Bsymbolic-functions -Wl,-z,relro'
249config_arg5='-Dlddlflags=-shared -Wl,-Bsymbolic-functions -Wl,-z,relro'
250config_arg6='-Dcccdlflags=-fPIC'
251config_arg7='-Darchname=x86_64-linux-gnu'
252config_arg8='-Dprefix=/usr'
253config_arg9='-Dprivlib=/usr/share/perl/5.18'
254config_argc='36'
255config_args='-Dusethreads -Duselargefiles -Dccflags=-DDEBIAN -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Dldflags= -Wl,-Bsymbolic-functions -Wl,-z,relro -Dlddlflags=-shared -Wl,-Bsymbolic-functions -Wl,-z,relro -Dcccdlflags=-fPIC -Darchname=x86_64-linux-gnu -Dprefix=/usr -Dprivlib=/usr/share/perl/5.18 -Darchlib=/usr/lib/perl/5.18 -Dvendorprefix=/usr -Dvendorlib=/usr/share/perl5 -Dvendorarch=/usr/lib/perl5 -Dsiteprefix=/usr/local -Dsitelib=/usr/local/share/perl/5.18.2 -Dsitearch=/usr/local/lib/perl/5.18.2 -Dman1dir=/usr/share/man/man1 -Dman3dir=/usr/share/man/man3 -Dsiteman1dir=/usr/local/man/man1 -Dsiteman3dir=/usr/local/man/man3 -Duse64bitint -Dman1ext=1 -Dman3ext=3perl -Dpager=/usr/bin/sensible-pager -Uafs -Ud_csh -Ud_ualarm -Uusesfio -Uusenm -Ui_libutil -Uversiononly -DDEBUGGING=-g -Doptimize=-O2 -Duseshrplib -Dlibperl=libperl.so.5.18.2 -des'
256contains='grep'
257cp='cp'
258cpio=''
259cpp='cpp'
260cpp_stuff='42'
261cppccsymbols=''
262cppflags='-D_REENTRANT -D_GNU_SOURCE -DDEBIAN -fstack-protector -fno-strict-aliasing -pipe -I/usr/local/include'
263cpplast='-'
264cppminus='-'
265cpprun='cc -E'
266cppstdin='cc -E'
267cppsymbols='_FILE_OFFSET_BITS=64 _GNU_SOURCE=1 _LARGEFILE64_SOURCE=1 _LARGEFILE_SOURCE=1 _LP64=1 _POSIX_C_SOURCE=200809L _POSIX_SOURCE=1 _REENTRANT=1 _STDC_PREDEF_H=1 _XOPEN_SOURCE=700 _XOPEN_SOURCE_EXTENDED=1 __ATOMIC_ACQUIRE=2 __ATOMIC_ACQ_REL=4 __ATOMIC_CONSUME=1 __ATOMIC_HLE_ACQUIRE=65536 __ATOMIC_HLE_RELEASE=131072 __ATOMIC_RELAXED=0 __ATOMIC_RELEASE=3 __ATOMIC_SEQ_CST=5 __BIGGEST_ALIGNMENT__=16 __BYTE_ORDER__=1234 __CHAR16_TYPE__=short\ unsigned\ int __CHAR32_TYPE__=unsigned\ int __CHAR_BIT__=8 __DBL_DECIMAL_DIG__=17 __DBL_DENORM_MIN__=((double)4.94065645841246544177e-324L) __DBL_DIG__=15 __DBL_EPSILON__=((double)2.22044604925031308085e-16L) __DBL_HAS_DENORM__=1 __DBL_HAS_INFINITY__=1 __DBL_HAS_QUIET_NAN__=1 __DBL_MANT_DIG__=53 __DBL_MAX_10_EXP__=308 __DBL_MAX_EXP__=1024 __DBL_MAX__=((double)1.79769313486231570815e+308L) __DBL_MIN_10_EXP__=(-307) __DBL_MIN_EXP__=(-1021) __DBL_MIN__=((double)2.22507385850720138309e-308L) __DEC128_EPSILON__=1E-33DL __DEC128_MANT_DIG__=34 __DEC128_MAX_EXP__=6145 __DEC128_MAX__=9.999999999999999999999999999999999E6144DL __DEC128_MIN_EXP__=(-6142) __DEC128_MIN__=1E-6143DL __DEC128_SUBNORMAL_MIN__=0.000000000000000000000000000000001E-6143DL __DEC32_EPSILON__=1E-6DF __DEC32_MANT_DIG__=7 __DEC32_MAX_EXP__=97 __DEC32_MAX__=9.999999E96DF __DEC32_MIN_EXP__=(-94) __DEC32_MIN__=1E-95DF __DEC32_SUBNORMAL_MIN__=0.000001E-95DF __DEC64_EPSILON__=1E-15DD __DEC64_MANT_DIG__=16 __DEC64_MAX_EXP__=385 __DEC64_MAX__=9.999999999999999E384DD __DEC64_MIN_EXP__=(-382) __DEC64_MIN__=1E-383DD __DEC64_SUBNORMAL_MIN__=0.000000000000001E-383DD __DECIMAL_BID_FORMAT__=1 __DECIMAL_DIG__=21 __DEC_EVAL_METHOD__=2 __ELF__=1 __FINITE_MATH_ONLY__=0 __FLOAT_WORD_ORDER__=1234 __FLT_DECIMAL_DIG__=9 __FLT_DENORM_MIN__=1.40129846432481707092e-45F __FLT_DIG__=6 __FLT_EPSILON__=1.19209289550781250000e-7F __FLT_EVAL_METHOD__=0 __FLT_HAS_DENORM__=1 __FLT_HAS_INFINITY__=1 __FLT_HAS_QUIET_NAN__=1 __FLT_MANT_DIG__=24 __FLT_MAX_10_EXP__=38 __FLT_MAX_EXP__=128 __FLT_MAX__=3.40282346638528859812e+38F __FLT_MIN_10_EXP__=(-37) __FLT_MIN_EXP__=(-125) __FLT_MIN__=1.17549435082228750797e-38F __FLT_RADIX__=2 __FXSR__=1 __GCC_ATOMIC_BOOL_LOCK_FREE=2 __GCC_ATOMIC_CHAR16_T_LOCK_FREE=2 __GCC_ATOMIC_CHAR32_T_LOCK_FREE=2 __GCC_ATOMIC_CHAR_LOCK_FREE=2 __GCC_ATOMIC_INT_LOCK_FREE=2 __GCC_ATOMIC_LLONG_LOCK_FREE=2 __GCC_ATOMIC_LONG_LOCK_FREE=2 __GCC_ATOMIC_POINTER_LOCK_FREE=2 __GCC_ATOMIC_SHORT_LOCK_FREE=2 __GCC_ATOMIC_TEST_AND_SET_TRUEVAL=1 __GCC_ATOMIC_WCHAR_T_LOCK_FREE=2 __GCC_HAVE_DWARF2_CFI_ASM=1 __GCC_HAVE_SYNC_COMPARE_AND_SWAP_1=1 __GCC_HAVE_SYNC_COMPARE_AND_SWAP_2=1 __GCC_HAVE_SYNC_COMPARE_AND_SWAP_4=1 __GCC_HAVE_SYNC_COMPARE_AND_SWAP_8=1 __GLIBC_MINOR__=19 __GLIBC__=2 __GNUC_GNU_INLINE__=1 __GNUC_MINOR__=8 __GNUC_PATCHLEVEL__=2 __GNUC__=4 __GNU_LIBRARY__=6 __GXX_ABI_VERSION=1002 __INT16_C=__INT16_C __INT16_MAX__=32767 __INT16_TYPE__=short\ int __INT32_C=__INT32_C __INT32_MAX__=2147483647 __INT32_TYPE__=int __INT64_C=__INT64_C __INT64_MAX__=9223372036854775807L __INT64_TYPE__=long\ int __INT8_C=__INT8_C __INT8_MAX__=127 __INT8_TYPE__=signed\ char __INTMAX_C=__INTMAX_C __INTMAX_MAX__=9223372036854775807L __INTMAX_TYPE__=long\ int __INTPTR_MAX__=9223372036854775807L __INTPTR_TYPE__=long\ int __INT_FAST16_MAX__=9223372036854775807L __INT_FAST16_TYPE__=long\ int __INT_FAST32_MAX__=9223372036854775807L __INT_FAST32_TYPE__=long\ int __INT_FAST64_MAX__=9223372036854775807L __INT_FAST64_TYPE__=long\ int __INT_FAST8_MAX__=127 __INT_FAST8_TYPE__=signed\ char __INT_LEAST16_MAX__=32767 __INT_LEAST16_TYPE__=short\ int __INT_LEAST32_MAX__=2147483647 __INT_LEAST32_TYPE__=int __INT_LEAST64_MAX__=9223372036854775807L __INT_LEAST64_TYPE__=long\ int __INT_LEAST8_MAX__=127 __INT_LEAST8_TYPE__=signed\ char __INT_MAX__=2147483647 __LDBL_DENORM_MIN__=3.64519953188247460253e-4951L __LDBL_DIG__=18 __LDBL_EPSILON__=1.08420217248550443401e-19L __LDBL_HAS_DENORM__=1 __LDBL_HAS_INFINITY__=1 __LDBL_HAS_QUIET_NAN__=1 __LDBL_MANT_DIG__=64 __LDBL_MAX_10_EXP__=4932 __LDBL_MAX_EXP__=16384 __LDBL_MAX__=1.18973149535723176502e+4932L __LDBL_MIN_10_EXP__=(-4931) __LDBL_MIN_EXP__=(-16381) __LDBL_MIN__=3.36210314311209350626e-4932L __LONG_LONG_MAX__=9223372036854775807LL __LONG_MAX__=9223372036854775807L __LP64__=1 __MMX__=1 __ORDER_BIG_ENDIAN__=4321 __ORDER_LITTLE_ENDIAN__=1234 __ORDER_PDP_ENDIAN__=3412 __PRAGMA_REDEFINE_EXTNAME=1 __PTRDIFF_MAX__=9223372036854775807L __PTRDIFF_TYPE__=long\ int __REGISTER_PREFIX__= __SCHAR_MAX__=127 __SHRT_MAX__=32767 __SIG_ATOMIC_MAX__=2147483647 __SIG_ATOMIC_MIN__=(-2147483647\ -\ 1) __SIG_ATOMIC_TYPE__=int __SIZEOF_DOUBLE__=8 __SIZEOF_FLOAT__=4 __SIZEOF_INT128__=16 __SIZEOF_INT__=4 __SIZEOF_LONG_DOUBLE__=16 __SIZEOF_LONG_LONG__=8 __SIZEOF_LONG__=8 __SIZEOF_POINTER__=8 __SIZEOF_PTRDIFF_T__=8 __SIZEOF_SHORT__=2 __SIZEOF_SIZE_T__=8 __SIZEOF_WCHAR_T__=4 __SIZEOF_WINT_T__=4 __SIZE_MAX__=18446744073709551615UL __SIZE_TYPE__=long\ unsigned\ int __SSE2_MATH__=1 __SSE2__=1 __SSE_MATH__=1 __SSE__=1 __SSP__=1 __STDC_HOSTED__=1 __STDC_IEC_559_COMPLEX__=1 __STDC_IEC_559__=1 __STDC_ISO_10646__=201103L __STDC_NO_THREADS__=1 __STDC__=1 __UINT16_C=__UINT16_C __UINT16_MAX__=65535 __UINT16_TYPE__=short\ unsigned\ int __UINT32_C=__UINT32_C __UINT32_MAX__=4294967295U __UINT32_TYPE__=unsigned\ int __UINT64_C=__UINT64_C __UINT64_MAX__=18446744073709551615UL __UINT64_TYPE__=long\ unsigned\ int __UINT8_C=__UINT8_C __UINT8_MAX__=255 __UINT8_TYPE__=unsigned\ char __UINTMAX_C=__UINTMAX_C __UINTMAX_MAX__=18446744073709551615UL __UINTMAX_TYPE__=long\ unsigned\ int __UINTPTR_MAX__=18446744073709551615UL __UINTPTR_TYPE__=long\ unsigned\ int __UINT_FAST16_MAX__=18446744073709551615UL __UINT_FAST16_TYPE__=long\ unsigned\ int __UINT_FAST32_MAX__=18446744073709551615UL __UINT_FAST32_TYPE__=long\ unsigned\ int __UINT_FAST64_MAX__=18446744073709551615UL __UINT_FAST64_TYPE__=long\ unsigned\ int __UINT_FAST8_MAX__=255 __UINT_FAST8_TYPE__=unsigned\ char __UINT_LEAST16_MAX__=65535 __UINT_LEAST16_TYPE__=short\ unsigned\ int __UINT_LEAST32_MAX__=4294967295U __UINT_LEAST32_TYPE__=unsigned\ int __UINT_LEAST64_MAX__=18446744073709551615UL __UINT_LEAST64_TYPE__=long\ unsigned\ int __UINT_LEAST8_MAX__=255 __UINT_LEAST8_TYPE__=unsigned\ char __USER_LABEL_PREFIX__= __USE_BSD=1 __USE_FILE_OFFSET64=1 __USE_GNU=1 __USE_LARGEFILE64=1 __USE_LARGEFILE=1 __USE_MISC=1 __USE_POSIX199309=1 __USE_POSIX199506=1 __USE_POSIX2=1 __USE_POSIX=1 __USE_REENTRANT=1 __USE_SVID=1 __USE_UNIX98=1 __USE_XOPEN=1 __USE_XOPEN_EXTENDED=1 __VERSION__="4.8.2" __WCHAR_MAX__=2147483647 __WCHAR_MIN__=(-2147483647\ -\ 1) __WCHAR_TYPE__=int __WINT_MAX__=4294967295U __WINT_MIN__=0U __WINT_TYPE__=unsigned\ int __amd64=1 __amd64__=1 __code_model_small__=1 __gnu_linux__=1 __k8=1 __k8__=1 __linux=1 __linux__=1 __unix=1 __unix__=1 __x86_64=1 __x86_64__=1 linux=1 unix=1'
268crypt_r_proto='REENTRANT_PROTO_B_CCS'
269cryptlib=''
270csh='csh'
271ctermid_r_proto='0'
272ctime_r_proto='REENTRANT_PROTO_B_SB'
273d_Gconvert='gcvt((x),(n),(b))'
274d_PRIEUldbl='define'
275d_PRIFUldbl='define'
276d_PRIGUldbl='define'
277d_PRIXU64='define'
278d_PRId64='define'
279d_PRIeldbl='define'
280d_PRIfldbl='define'
281d_PRIgldbl='define'
282d_PRIi64='define'
283d_PRIo64='define'
284d_PRIu64='define'
285d_PRIx64='define'
286d_SCNfldbl='define'
287d__fwalk='undef'
288d_access='define'
289d_accessx='undef'
290d_aintl='undef'
291d_alarm='define'
292d_archlib='define'
293d_asctime64='undef'
294d_asctime_r='define'
295d_atolf='undef'
296d_atoll='define'
297d_attribute_deprecated='define'
298d_attribute_format='define'
299d_attribute_malloc='define'
300d_attribute_nonnull='define'
301d_attribute_noreturn='define'
302d_attribute_pure='define'
303d_attribute_unused='define'
304d_attribute_warn_unused_result='define'
305d_bcmp='define'
306d_bcopy='define'
307d_bsd='undef'
308d_bsdgetpgrp='undef'
309d_bsdsetpgrp='undef'
310d_builtin_choose_expr='define'
311d_builtin_expect='define'
312d_bzero='define'
313d_c99_variadic_macros='define'
314d_casti32='undef'
315d_castneg='define'
316d_charvspr='undef'
317d_chown='define'
318d_chroot='define'
319d_chsize='undef'
320d_class='undef'
321d_clearenv='define'
322d_closedir='define'
323d_cmsghdr_s='define'
324d_const='define'
325d_copysignl='define'
326d_cplusplus='undef'
327d_crypt='define'
328d_crypt_r='define'
329d_csh='undef'
330d_ctermid='define'
331d_ctermid_r='undef'
332d_ctime64='undef'
333d_ctime_r='define'
334d_cuserid='define'
335d_dbl_dig='define'
336d_dbminitproto='define'
337d_difftime64='undef'
338d_difftime='define'
339d_dir_dd_fd='undef'
340d_dirfd='define'
341d_dirnamlen='undef'
342d_dlerror='define'
343d_dlopen='define'
344d_dlsymun='undef'
345d_dosuid='undef'
346d_drand48_r='define'
347d_drand48proto='define'
348d_dup2='define'
349d_eaccess='define'
350d_endgrent='define'
351d_endgrent_r='undef'
352d_endhent='define'
353d_endhostent_r='undef'
354d_endnent='define'
355d_endnetent_r='undef'
356d_endpent='define'
357d_endprotoent_r='undef'
358d_endpwent='define'
359d_endpwent_r='undef'
360d_endsent='define'
361d_endservent_r='undef'
362d_eofnblk='define'
363d_eunice='undef'
364d_faststdio='define'
365d_fchdir='define'
366d_fchmod='define'
367d_fchown='define'
368d_fcntl='define'
369d_fcntl_can_lock='define'
370d_fd_macros='define'
371d_fd_set='define'
372d_fds_bits='define'
373d_fgetpos='define'
374d_finite='define'
375d_finitel='define'
376d_flexfnam='define'
377d_flock='define'
378d_flockproto='define'
379d_fork='define'
380d_fp_class='undef'
381d_fpathconf='define'
382d_fpclass='undef'
383d_fpclassify='undef'
384d_fpclassl='undef'
385d_fpos64_t='undef'
386d_frexpl='define'
387d_fs_data_s='undef'
388d_fseeko='define'
389d_fsetpos='define'
390d_fstatfs='define'
391d_fstatvfs='define'
392d_fsync='define'
393d_ftello='define'
394d_ftime='undef'
395d_futimes='define'
396d_gdbm_ndbm_h_uses_prototypes='undef'
397d_gdbmndbm_h_uses_prototypes='undef'
398d_getaddrinfo='define'
399d_getcwd='define'
400d_getespwnam='undef'
401d_getfsstat='undef'
402d_getgrent='define'
403d_getgrent_r='define'
404d_getgrgid_r='define'
405d_getgrnam_r='define'
406d_getgrps='define'
407d_gethbyaddr='define'
408d_gethbyname='define'
409d_gethent='define'
410d_gethname='define'
411d_gethostbyaddr_r='define'
412d_gethostbyname_r='define'
413d_gethostent_r='define'
414d_gethostprotos='define'
415d_getitimer='define'
416d_getlogin='define'
417d_getlogin_r='define'
418d_getmnt='undef'
419d_getmntent='define'
420d_getnameinfo='define'
421d_getnbyaddr='define'
422d_getnbyname='define'
423d_getnent='define'
424d_getnetbyaddr_r='define'
425d_getnetbyname_r='define'
426d_getnetent_r='define'
427d_getnetprotos='define'
428d_getpagsz='define'
429d_getpbyname='define'
430d_getpbynumber='define'
431d_getpent='define'
432d_getpgid='define'
433d_getpgrp2='undef'
434d_getpgrp='define'
435d_getppid='define'
436d_getprior='define'
437d_getprotobyname_r='define'
438d_getprotobynumber_r='define'
439d_getprotoent_r='define'
440d_getprotoprotos='define'
441d_getprpwnam='undef'
442d_getpwent='define'
443d_getpwent_r='define'
444d_getpwnam_r='define'
445d_getpwuid_r='define'
446d_getsbyname='define'
447d_getsbyport='define'
448d_getsent='define'
449d_getservbyname_r='define'
450d_getservbyport_r='define'
451d_getservent_r='define'
452d_getservprotos='define'
453d_getspnam='define'
454d_getspnam_r='define'
455d_gettimeod='define'
456d_gmtime64='undef'
457d_gmtime_r='define'
458d_gnulibc='define'
459d_grpasswd='define'
460d_hasmntopt='define'
461d_htonl='define'
462d_ilogbl='define'
463d_inc_version_list='define'
464d_index='undef'
465d_inetaton='define'
466d_inetntop='define'
467d_inetpton='define'
468d_int64_t='define'
469d_ip_mreq='define'
470d_ip_mreq_source='define'
471d_ipv6_mreq='define'
472d_ipv6_mreq_source='undef'
473d_isascii='define'
474d_isblank='define'
475d_isfinite='undef'
476d_isinf='define'
477d_isnan='define'
478d_isnanl='define'
479d_killpg='define'
480d_lchown='define'
481d_ldbl_dig='define'
482d_libm_lib_version='define'
483d_link='define'
484d_localtime64='undef'
485d_localtime_r='define'
486d_localtime_r_needs_tzset='define'
487d_locconv='define'
488d_lockf='define'
489d_longdbl='define'
490d_longlong='define'
491d_lseekproto='define'
492d_lstat='define'
493d_madvise='define'
494d_malloc_good_size='undef'
495d_malloc_size='undef'
496d_mblen='define'
497d_mbstowcs='define'
498d_mbtowc='define'
499d_memchr='define'
500d_memcmp='define'
501d_memcpy='define'
502d_memmove='define'
503d_memset='define'
504d_mkdir='define'
505d_mkdtemp='define'
506d_mkfifo='define'
507d_mkstemp='define'
508d_mkstemps='define'
509d_mktime64='undef'
510d_mktime='define'
511d_mmap='define'
512d_modfl='define'
513d_modfl_pow32_bug='undef'
514d_modflproto='define'
515d_mprotect='define'
516d_msg='define'
517d_msg_ctrunc='define'
518d_msg_dontroute='define'
519d_msg_oob='define'
520d_msg_peek='define'
521d_msg_proxy='define'
522d_msgctl='define'
523d_msgget='define'
524d_msghdr_s='define'
525d_msgrcv='define'
526d_msgsnd='define'
527d_msync='define'
528d_munmap='define'
529d_mymalloc='undef'
530d_ndbm='define'
531d_ndbm_h_uses_prototypes='undef'
532d_nice='define'
533d_nl_langinfo='define'
534d_nv_preserves_uv='undef'
535d_nv_zero_is_allbits_zero='define'
536d_off64_t='define'
537d_old_pthread_create_joinable='undef'
538d_oldpthreads='undef'
539d_oldsock='undef'
540d_open3='define'
541d_pathconf='define'
542d_pause='define'
543d_perl_otherlibdirs='undef'
544d_phostname='undef'
545d_pipe='define'
546d_poll='define'
547d_portable='define'
548d_prctl='define'
549d_prctl_set_name='define'
550d_printf_format_null='undef'
551d_procselfexe='define'
552d_pseudofork='undef'
553d_pthread_atfork='define'
554d_pthread_attr_setscope='define'
555d_pthread_yield='define'
556d_pwage='undef'
557d_pwchange='undef'
558d_pwclass='undef'
559d_pwcomment='undef'
560d_pwexpire='undef'
561d_pwgecos='define'
562d_pwpasswd='define'
563d_pwquota='undef'
564d_qgcvt='define'
565d_quad='define'
566d_random_r='define'
567d_readdir64_r='define'
568d_readdir='define'
569d_readdir_r='define'
570d_readlink='define'
571d_readv='define'
572d_recvmsg='define'
573d_rename='define'
574d_rewinddir='define'
575d_rmdir='define'
576d_safebcpy='undef'
577d_safemcpy='undef'
578d_sanemcmp='define'
579d_sbrkproto='define'
580d_scalbnl='define'
581d_sched_yield='define'
582d_scm_rights='define'
583d_seekdir='define'
584d_select='define'
585d_sem='define'
586d_semctl='define'
587d_semctl_semid_ds='define'
588d_semctl_semun='define'
589d_semget='define'
590d_semop='define'
591d_sendmsg='define'
592d_setegid='define'
593d_seteuid='define'
594d_setgrent='define'
595d_setgrent_r='undef'
596d_setgrps='define'
597d_sethent='define'
598d_sethostent_r='undef'
599d_setitimer='define'
600d_setlinebuf='define'
601d_setlocale='define'
602d_setlocale_r='undef'
603d_setnent='define'
604d_setnetent_r='undef'
605d_setpent='define'
606d_setpgid='define'
607d_setpgrp2='undef'
608d_setpgrp='define'
609d_setprior='define'
610d_setproctitle='undef'
611d_setprotoent_r='undef'
612d_setpwent='define'
613d_setpwent_r='undef'
614d_setregid='define'
615d_setresgid='define'
616d_setresuid='define'
617d_setreuid='define'
618d_setrgid='undef'
619d_setruid='undef'
620d_setsent='define'
621d_setservent_r='undef'
622d_setsid='define'
623d_setvbuf='define'
624d_sfio='undef'
625d_shm='define'
626d_shmat='define'
627d_shmatprototype='define'
628d_shmctl='define'
629d_shmdt='define'
630d_shmget='define'
631d_sigaction='define'
632d_signbit='define'
633d_sigprocmask='define'
634d_sigsetjmp='define'
635d_sin6_scope_id='define'
636d_sitearch='define'
637d_snprintf='define'
638d_sockaddr_in6='define'
639d_sockaddr_sa_len='undef'
640d_sockatmark='define'
641d_sockatmarkproto='define'
642d_socket='define'
643d_socklen_t='define'
644d_sockpair='define'
645d_socks5_init='undef'
646d_sprintf_returns_strlen='define'
647d_sqrtl='define'
648d_srand48_r='define'
649d_srandom_r='define'
650d_sresgproto='define'
651d_sresuproto='define'
652d_statblks='define'
653d_statfs_f_flags='define'
654d_statfs_s='define'
655d_static_inline='define'
656d_statvfs='define'
657d_stdio_cnt_lval='undef'
658d_stdio_ptr_lval='define'
659d_stdio_ptr_lval_nochange_cnt='undef'
660d_stdio_ptr_lval_sets_cnt='define'
661d_stdio_stream_array='undef'
662d_stdiobase='define'
663d_stdstdio='define'
664d_strchr='define'
665d_strcoll='define'
666d_strctcpy='define'
667d_strerrm='strerror(e)'
668d_strerror='define'
669d_strerror_r='define'
670d_strftime='define'
671d_strlcat='undef'
672d_strlcpy='undef'
673d_strtod='define'
674d_strtol='define'
675d_strtold='define'
676d_strtoll='define'
677d_strtoq='define'
678d_strtoul='define'
679d_strtoull='define'
680d_strtouq='define'
681d_strxfrm='define'
682d_suidsafe='undef'
683d_symlink='define'
684d_syscall='define'
685d_syscallproto='define'
686d_sysconf='define'
687d_sysernlst=''
688d_syserrlst='define'
689d_system='define'
690d_tcgetpgrp='define'
691d_tcsetpgrp='define'
692d_telldir='define'
693d_telldirproto='define'
694d_time='define'
695d_timegm='define'
696d_times='define'
697d_tm_tm_gmtoff='define'
698d_tm_tm_zone='define'
699d_tmpnam_r='define'
700d_truncate='define'
701d_ttyname_r='define'
702d_tzname='define'
703d_u32align='define'
704d_ualarm='undef'
705d_umask='define'
706d_uname='define'
707d_union_semun='undef'
708d_unordered='undef'
709d_unsetenv='define'
710d_usleep='define'
711d_usleepproto='define'
712d_ustat='define'
713d_vendorarch='define'
714d_vendorbin='define'
715d_vendorlib='define'
716d_vendorscript='define'
717d_vfork='undef'
718d_void_closedir='undef'
719d_voidsig='define'
720d_voidtty=''
721d_volatile='define'
722d_vprintf='define'
723d_vsnprintf='define'
724d_wait4='define'
725d_waitpid='define'
726d_wcstombs='define'
727d_wctomb='define'
728d_writev='define'
729d_xenix='undef'
730date='date'
731db_hashtype='u_int32_t'
732db_prefixtype='size_t'
733db_version_major='5'
734db_version_minor='3'
735db_version_patch='28'
736defvoidused='15'
737direntrytype='struct dirent'
738dlext='so'
739dlsrc='dl_dlopen.xs'
740doublesize='8'
741drand01='drand48()'
742drand48_r_proto='REENTRANT_PROTO_I_ST'
743dtrace=''
744dynamic_ext='B Compress/Raw/Bzip2 Compress/Raw/Zlib Cwd DB_File Data/Dumper Devel/PPPort Devel/Peek Digest/MD5 Digest/SHA Encode Fcntl File/DosGlob File/Glob Filter/Util/Call GDBM_File Hash/Util Hash/Util/FieldHash I18N/Langinfo IO IPC/SysV List/Util MIME/Base64 Math/BigInt/FastCalc NDBM_File ODBM_File Opcode POSIX PerlIO/encoding PerlIO/mmap PerlIO/scalar PerlIO/via SDBM_File Socket Storable Sys/Hostname Sys/Syslog Text/Soundex Tie/Hash/NamedCapture Time/HiRes Time/Piece Unicode/Collate Unicode/Normalize XS/APItest XS/Typemap arybase attributes mro re threads threads/shared'
745eagain='EAGAIN'
746ebcdic='undef'
747echo='echo'
748egrep='egrep'
749emacs=''
750endgrent_r_proto='0'
751endhostent_r_proto='0'
752endnetent_r_proto='0'
753endprotoent_r_proto='0'
754endpwent_r_proto='0'
755endservent_r_proto='0'
756eunicefix=':'
757exe_ext=''
758expr='expr'
759extensions='B Compress/Raw/Bzip2 Compress/Raw/Zlib Cwd DB_File Data/Dumper Devel/PPPort Devel/Peek Digest/MD5 Digest/SHA Encode Fcntl File/DosGlob File/Glob Filter/Util/Call GDBM_File Hash/Util Hash/Util/FieldHash I18N/Langinfo IO IPC/SysV List/Util MIME/Base64 Math/BigInt/FastCalc NDBM_File ODBM_File Opcode POSIX PerlIO/encoding PerlIO/mmap PerlIO/scalar PerlIO/via SDBM_File Socket Storable Sys/Hostname Sys/Syslog Text/Soundex Tie/Hash/NamedCapture Time/HiRes Time/Piece Unicode/Collate Unicode/Normalize XS/APItest XS/Typemap arybase attributes mro re threads threads/shared Archive/Extract Archive/Tar Attribute/Handlers AutoLoader B/Debug B/Deparse B/Lint CGI CPAN CPAN/Meta CPAN/Meta/Requirements CPAN/Meta/YAML CPANPLUS CPANPLUS/Dist/Build Carp Config/Perl/V Devel/SelfStubber Digest Dumpvalue Env Errno ExtUtils/CBuilder ExtUtils/Command ExtUtils/Constant ExtUtils/Install ExtUtils/MakeMaker ExtUtils/Manifest ExtUtils/ParseXS File/CheckTree File/Fetch File/Path File/Temp FileCache Filter/Simple Getopt/Long HTTP/Tiny I18N/Collate I18N/LangTags IO/Compress IO/Zlib IPC/Cmd IPC/Open3 JSON/PP Locale/Codes Locale/Maketext Locale/Maketext/Simple Log/Message Log/Message/Simple Math/BigInt Math/BigRat Math/Complex Memoize Module/Build Module/CoreList Module/Load Module/Load/Conditional Module/Loaded Module/Metadata Module/Pluggable NEXT Net/Ping Object/Accessor Package/Constants Params/Check Parse/CPAN/Meta Perl/OSType PerlIO/via/QuotedPrint Pod/Checker Pod/Escapes Pod/Functions Pod/Html Pod/LaTeX Pod/Parser Pod/Perldoc Pod/Simple Pod/Usage Safe Search/Dict SelfLoader Term/ANSIColor Term/Cap Term/Complete Term/ReadLine Term/UI Test Test/Harness Test/Simple Text/Abbrev Text/Balanced Text/ParseWords Text/Tabs Thread/Queue Thread/Semaphore Tie/File Tie/Memoize Tie/RefHash Time/Local XSLoader autodie autouse base bignum constant encoding/warnings if lib libnet parent perlfaq podlators'
760extern_C='extern'
761extras=''
762fflushNULL='define'
763fflushall='undef'
764find=''
765firstmakefile='makefile'
766flex=''
767fpossize='16'
768fpostype='fpos_t'
769freetype='void'
770from=':'
771full_ar='/usr/bin/ar'
772full_csh='csh'
773full_sed='/bin/sed'
774gccansipedantic=''
775gccosandvers=''
776gccversion='4.8.2'
777getgrent_r_proto='REENTRANT_PROTO_I_SBWR'
778getgrgid_r_proto='REENTRANT_PROTO_I_TSBWR'
779getgrnam_r_proto='REENTRANT_PROTO_I_CSBWR'
780gethostbyaddr_r_proto='REENTRANT_PROTO_I_TsISBWRE'
781gethostbyname_r_proto='REENTRANT_PROTO_I_CSBWRE'
782gethostent_r_proto='REENTRANT_PROTO_I_SBWRE'
783getlogin_r_proto='REENTRANT_PROTO_I_BW'
784getnetbyaddr_r_proto='REENTRANT_PROTO_I_uISBWRE'
785getnetbyname_r_proto='REENTRANT_PROTO_I_CSBWRE'
786getnetent_r_proto='REENTRANT_PROTO_I_SBWRE'
787getprotobyname_r_proto='REENTRANT_PROTO_I_CSBWR'
788getprotobynumber_r_proto='REENTRANT_PROTO_I_ISBWR'
789getprotoent_r_proto='REENTRANT_PROTO_I_SBWR'
790getpwent_r_proto='REENTRANT_PROTO_I_SBWR'
791getpwnam_r_proto='REENTRANT_PROTO_I_CSBWR'
792getpwuid_r_proto='REENTRANT_PROTO_I_TSBWR'
793getservbyname_r_proto='REENTRANT_PROTO_I_CCSBWR'
794getservbyport_r_proto='REENTRANT_PROTO_I_ICSBWR'
795getservent_r_proto='REENTRANT_PROTO_I_SBWR'
796getspnam_r_proto='REENTRANT_PROTO_I_CSBWR'
797gidformat='"u"'
798gidsign='1'
799gidsize='4'
800gidtype='gid_t'
801glibpth='/usr/shlib /lib /usr/lib /usr/lib/386 /lib/386 /usr/ccs/lib /usr/ucblib /usr/local/lib '
802gmake='gmake'
803gmtime_r_proto='REENTRANT_PROTO_S_TS'
804gnulibc_version='2.19'
805grep='grep'
806groupcat='cat /etc/group'
807groupstype='gid_t'
808gzip='gzip'
809h_fcntl='false'
810h_sysfile='true'
811hint='recommended'
812hostcat='cat /etc/hosts'
813html1dir=' '
814html1direxp=''
815html3dir=' '
816html3direxp=''
817i16size='2'
818i16type='short'
819i32size='4'
820i32type='int'
821i64size='8'
822i64type='long'
823i8size='1'
824i8type='signed char'
825i_arpainet='define'
826i_assert='define'
827i_bsdioctl=''
828i_crypt='define'
829i_db='define'
830i_dbm='define'
831i_dirent='define'
832i_dld='undef'
833i_dlfcn='define'
834i_fcntl='undef'
835i_float='define'
836i_fp='undef'
837i_fp_class='undef'
838i_gdbm='define'
839i_gdbm_ndbm='define'
840i_gdbmndbm='undef'
841i_grp='define'
842i_ieeefp='undef'
843i_inttypes='define'
844i_langinfo='define'
845i_libutil='undef'
846i_limits='define'
847i_locale='define'
848i_machcthr='undef'
849i_malloc='define'
850i_mallocmalloc='undef'
851i_math='define'
852i_memory='undef'
853i_mntent='define'
854i_ndbm='undef'
855i_netdb='define'
856i_neterrno='undef'
857i_netinettcp='define'
858i_niin='define'
859i_poll='define'
860i_prot='undef'
861i_pthread='define'
862i_pwd='define'
863i_rpcsvcdbm='undef'
864i_sfio='undef'
865i_sgtty='undef'
866i_shadow='define'
867i_socks='undef'
868i_stdarg='define'
869i_stdbool='define'
870i_stddef='define'
871i_stdlib='define'
872i_string='define'
873i_sunmath='undef'
874i_sysaccess='undef'
875i_sysdir='define'
876i_sysfile='define'
877i_sysfilio='undef'
878i_sysin='undef'
879i_sysioctl='define'
880i_syslog='define'
881i_sysmman='define'
882i_sysmode='undef'
883i_sysmount='define'
884i_sysndir='undef'
885i_sysparam='define'
886i_syspoll='define'
887i_sysresrc='define'
888i_syssecrt='undef'
889i_sysselct='define'
890i_syssockio='undef'
891i_sysstat='define'
892i_sysstatfs='define'
893i_sysstatvfs='define'
894i_systime='define'
895i_systimek='undef'
896i_systimes='define'
897i_systypes='define'
898i_sysuio='define'
899i_sysun='define'
900i_sysutsname='define'
901i_sysvfs='define'
902i_syswait='define'
903i_termio='undef'
904i_termios='define'
905i_time='define'
906i_unistd='define'
907i_ustat='define'
908i_utime='define'
909i_values='define'
910i_varargs='undef'
911i_varhdr='stdarg.h'
912i_vfork='undef'
913ignore_versioned_solibs='y'
914inc_version_list='5.18.1'
915inc_version_list_init='"5.18.1",0'
916incpath=''
917inews=''
918initialinstalllocation='/usr/bin'
919installarchlib='/usr/lib/perl/5.18'
920installbin='/usr/bin'
921installhtml1dir=''
922installhtml3dir=''
923installman1dir='/usr/share/man/man1'
924installman3dir='/usr/share/man/man3'
925installprefix='/usr'
926installprefixexp='/usr'
927installprivlib='/usr/share/perl/5.18'
928installscript='/usr/bin'
929installsitearch='/usr/local/lib/perl/5.18.2'
930installsitebin='/usr/local/bin'
931installsitehtml1dir=''
932installsitehtml3dir=''
933installsitelib='/usr/local/share/perl/5.18.2'
934installsiteman1dir='/usr/local/man/man1'
935installsiteman3dir='/usr/local/man/man3'
936installsitescript='/usr/local/bin'
937installstyle='lib/perl5'
938installusrbinperl='undef'
939installvendorarch='/usr/lib/perl5'
940installvendorbin='/usr/bin'
941installvendorhtml1dir=''
942installvendorhtml3dir=''
943installvendorlib='/usr/share/perl5'
944installvendorman1dir='/usr/share/man/man1'
945installvendorman3dir='/usr/share/man/man3'
946installvendorscript='/usr/bin'
947intsize='4'
948issymlink='test -h'
949ivdformat='"ld"'
950ivsize='8'
951ivtype='long'
952known_extensions='B Compress/Raw/Bzip2 Compress/Raw/Zlib Cwd DB_File Data/Dumper Devel/PPPort Devel/Peek Digest/MD5 Digest/SHA Encode Fcntl File/DosGlob File/Glob Filter/Util/Call GDBM_File Hash/Util Hash/Util/FieldHash I18N/Langinfo IO IPC/SysV List/Util MIME/Base64 Math/BigInt/FastCalc NDBM_File ODBM_File Opcode POSIX PerlIO/encoding PerlIO/mmap PerlIO/scalar PerlIO/via SDBM_File Socket Storable Sys/Hostname Sys/Syslog Text/Soundex Tie/Hash/NamedCapture Time/HiRes Time/Piece Unicode/Collate Unicode/Normalize VMS/DCLsym VMS/Stdio Win32 Win32API/File Win32CORE XS/APItest XS/Typemap arybase attributes mro re threads threads/shared '
953ksh=''
954ld='cc'
955ld_can_script='define'
956lddlflags='-shared -L/usr/local/lib -fstack-protector'
957ldflags=' -fstack-protector -L/usr/local/lib'
958ldflags_uselargefiles=''
959ldlibpthname='LD_LIBRARY_PATH'
960less='less'
961lib_ext='.a'
962libc=''
963libdb_needs_pthread='N'
964libperl='libperl.so.5.18.2'
965libpth='/usr/local/lib /lib/x86_64-linux-gnu /lib/../lib /usr/lib/x86_64-linux-gnu /usr/lib/../lib /lib /usr/lib'
966libs='-lgdbm -lgdbm_compat -ldb -ldl -lm -lpthread -lc -lcrypt'
967libsdirs=' /usr/lib/x86_64-linux-gnu'
968libsfiles=' libgdbm.so libgdbm_compat.so libdb.so libdl.so libm.so libpthread.so libc.so libcrypt.so'
969libsfound=' /usr/lib/x86_64-linux-gnu/libgdbm.so /usr/lib/x86_64-linux-gnu/libgdbm_compat.so /usr/lib/x86_64-linux-gnu/libdb.so /usr/lib/x86_64-linux-gnu/libdl.so /usr/lib/x86_64-linux-gnu/libm.so /usr/lib/x86_64-linux-gnu/libpthread.so /usr/lib/x86_64-linux-gnu/libc.so /usr/lib/x86_64-linux-gnu/libcrypt.so'
970libspath=' /usr/local/lib /lib/x86_64-linux-gnu /lib/../lib /usr/lib/x86_64-linux-gnu /usr/lib/../lib /lib /usr/lib'
971libswanted='gdbm gdbm_compat db dl m pthread c crypt gdbm_compat'
972libswanted_uselargefiles=''
973line=''
974lint=''
975lkflags=''
976ln='ln'
977lns='/bin/ln -s'
978localtime_r_proto='REENTRANT_PROTO_S_TS'
979locincpth='/usr/local/include /opt/local/include /usr/gnu/include /opt/gnu/include /usr/GNU/include /opt/GNU/include'
980loclibpth='/usr/local/lib /opt/local/lib /usr/gnu/lib /opt/gnu/lib /usr/GNU/lib /opt/GNU/lib'
981longdblsize='16'
982longlongsize='8'
983longsize='8'
984lp=''
985lpr=''
986ls='ls'
987lseeksize='8'
988lseektype='off_t'
989mad='undef'
990madlyh=''
991madlyobj=''
992madlysrc=''
993mail=''
994mailx=''
995make='make'
996make_set_make='#'
997mallocobj=''
998mallocsrc=''
999malloctype='void *'
1000man1dir='/usr/share/man/man1'
1001man1direxp='/usr/share/man/man1'
1002man1ext='1p'
1003man3dir='/usr/share/man/man3'
1004man3direxp='/usr/share/man/man3'
1005man3ext='3pm'
1006mips_type=''
1007mistrustnm=''
1008mkdir='mkdir'
1009mmaptype='void *'
1010modetype='mode_t'
1011more='more'
1012multiarch='undef'
1013mv=''
1014myarchname='x86_64-linux'
1015mydomain=''
1016myhostname='localhost'
1017myuname='linux lgw01-37 3.13.0-79-generic #123-ubuntu smp fri feb 19 14:27:58 utc 2016 x86_64 x86_64 x86_64 gnulinux '
1018n='-n'
1019need_va_copy='define'
1020netdb_hlen_type='size_t'
1021netdb_host_type='char *'
1022netdb_name_type='const char *'
1023netdb_net_type='in_addr_t'
1024nm='nm'
1025nm_opt=''
1026nm_so_opt='--dynamic'
1027nonxs_ext='Archive/Extract Archive/Tar Attribute/Handlers AutoLoader B/Debug B/Deparse B/Lint CGI CPAN CPAN/Meta CPAN/Meta/Requirements CPAN/Meta/YAML CPANPLUS CPANPLUS/Dist/Build Carp Config/Perl/V Devel/SelfStubber Digest Dumpvalue Env Errno ExtUtils/CBuilder ExtUtils/Command ExtUtils/Constant ExtUtils/Install ExtUtils/MakeMaker ExtUtils/Manifest ExtUtils/ParseXS File/CheckTree File/Fetch File/Path File/Temp FileCache Filter/Simple Getopt/Long HTTP/Tiny I18N/Collate I18N/LangTags IO/Compress IO/Zlib IPC/Cmd IPC/Open3 JSON/PP Locale/Codes Locale/Maketext Locale/Maketext/Simple Log/Message Log/Message/Simple Math/BigInt Math/BigRat Math/Complex Memoize Module/Build Module/CoreList Module/Load Module/Load/Conditional Module/Loaded Module/Metadata Module/Pluggable NEXT Net/Ping Object/Accessor Package/Constants Params/Check Parse/CPAN/Meta Perl/OSType PerlIO/via/QuotedPrint Pod/Checker Pod/Escapes Pod/Functions Pod/Html Pod/LaTeX Pod/Parser Pod/Perldoc Pod/Simple Pod/Usage Safe Search/Dict SelfLoader Term/ANSIColor Term/Cap Term/Complete Term/ReadLine Term/UI Test Test/Harness Test/Simple Text/Abbrev Text/Balanced Text/ParseWords Text/Tabs Thread/Queue Thread/Semaphore Tie/File Tie/Memoize Tie/RefHash Time/Local XSLoader autodie autouse base bignum constant encoding/warnings if lib libnet parent perlfaq podlators'
1028nroff='nroff'
1029nvEUformat='"E"'
1030nvFUformat='"F"'
1031nvGUformat='"G"'
1032nv_overflows_integers_at='256.0*256.0*256.0*256.0*256.0*256.0*2.0*2.0*2.0*2.0*2.0'
1033nv_preserves_uv_bits='53'
1034nveformat='"e"'
1035nvfformat='"f"'
1036nvgformat='"g"'
1037nvsize='8'
1038nvtype='double'
1039o_nonblock='O_NONBLOCK'
1040obj_ext='.o'
1041old_pthread_create_joinable=''
1042optimize='-O2 -g'
1043orderlib='false'
1044osname='linux'
1045osvers='3.13.0-79-generic'
1046otherlibdirs=' '
1047package='perl5'
1048pager='/usr/bin/sensible-pager'
1049passcat='cat /etc/passwd'
1050patchlevel='18'
1051path_sep=':'
1052perl5='/usr/bin/perl'
1053perl='perl'
1054perl_patchlevel=''
1055perl_static_inline='static __inline__'
1056perladmin='root@localhost'
1057perllibs='-ldl -lm -lpthread -lc -lcrypt'
1058perlpath='/usr/bin/perl'
1059pg='pg'
1060phostname='hostname'
1061pidtype='pid_t'
1062plibpth='/lib/x86_64-linux-gnu/4.8 /lib/x86_64-linux-gnu /lib/../lib /usr/lib/x86_64-linux-gnu/4.8 /usr/lib/x86_64-linux-gnu /usr/lib/../lib /lib /usr/lib'
1063pmake=''
1064pr=''
1065prefix='/usr'
1066prefixexp='/usr'
1067privlib='/usr/share/perl/5.18'
1068privlibexp='/usr/share/perl/5.18'
1069procselfexe='"/proc/self/exe"'
1070prototype='define'
1071ptrsize='8'
1072quadkind='2'
1073quadtype='long'
1074randbits='48'
1075randfunc='drand48'
1076random_r_proto='REENTRANT_PROTO_I_St'
1077randseedtype='long'
1078ranlib=':'
1079rd_nodata='-1'
1080readdir64_r_proto='REENTRANT_PROTO_I_TSR'
1081readdir_r_proto='REENTRANT_PROTO_I_TSR'
1082revision='5'
1083rm='rm'
1084rm_try='/bin/rm -f try try a.out .out try.[cho] try..o core core.try* try.core*'
1085rmail=''
1086run=''
1087runnm='false'
1088sGMTIME_max='67768036191676799'
1089sGMTIME_min='-62167219200'
1090sLOCALTIME_max='67768036191676799'
1091sLOCALTIME_min='-62167219200'
1092sPRIEUldbl='"LE"'
1093sPRIFUldbl='"LF"'
1094sPRIGUldbl='"LG"'
1095sPRIXU64='"lX"'
1096sPRId64='"ld"'
1097sPRIeldbl='"Le"'
1098sPRIfldbl='"Lf"'
1099sPRIgldbl='"Lg"'
1100sPRIi64='"li"'
1101sPRIo64='"lo"'
1102sPRIu64='"lu"'
1103sPRIx64='"lx"'
1104sSCNfldbl='"Lf"'
1105sched_yield='sched_yield()'
1106scriptdir='/usr/bin'
1107scriptdirexp='/usr/bin'
1108sed='sed'
1109seedfunc='srand48'
1110selectminbits='64'
1111selecttype='fd_set *'
1112sendmail=''
1113setgrent_r_proto='0'
1114sethostent_r_proto='0'
1115setlocale_r_proto='0'
1116setnetent_r_proto='0'
1117setprotoent_r_proto='0'
1118setpwent_r_proto='0'
1119setservent_r_proto='0'
1120sh='/bin/sh'
1121shar=''
1122sharpbang='#!'
1123shmattype='void *'
1124shortsize='2'
1125shrpenv=''
1126shsharp='true'
1127sig_count='65'
1128sig_name='ZERO HUP INT QUIT ILL TRAP ABRT BUS FPE KILL USR1 SEGV USR2 PIPE ALRM TERM STKFLT CHLD CONT STOP TSTP TTIN TTOU URG XCPU XFSZ VTALRM PROF WINCH IO PWR SYS NUM32 NUM33 RTMIN NUM35 NUM36 NUM37 NUM38 NUM39 NUM40 NUM41 NUM42 NUM43 NUM44 NUM45 NUM46 NUM47 NUM48 NUM49 NUM50 NUM51 NUM52 NUM53 NUM54 NUM55 NUM56 NUM57 NUM58 NUM59 NUM60 NUM61 NUM62 NUM63 RTMAX IOT CLD POLL UNUSED '
1129sig_name_init='"ZERO", "HUP", "INT", "QUIT", "ILL", "TRAP", "ABRT", "BUS", "FPE", "KILL", "USR1", "SEGV", "USR2", "PIPE", "ALRM", "TERM", "STKFLT", "CHLD", "CONT", "STOP", "TSTP", "TTIN", "TTOU", "URG", "XCPU", "XFSZ", "VTALRM", "PROF", "WINCH", "IO", "PWR", "SYS", "NUM32", "NUM33", "RTMIN", "NUM35", "NUM36", "NUM37", "NUM38", "NUM39", "NUM40", "NUM41", "NUM42", "NUM43", "NUM44", "NUM45", "NUM46", "NUM47", "NUM48", "NUM49", "NUM50", "NUM51", "NUM52", "NUM53", "NUM54", "NUM55", "NUM56", "NUM57", "NUM58", "NUM59", "NUM60", "NUM61", "NUM62", "NUM63", "RTMAX", "IOT", "CLD", "POLL", "UNUSED", 0'
1130sig_num='0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 6 17 29 31 '
1131sig_num_init='0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 6, 17, 29, 31, 0'
1132sig_size='69'
1133signal_t='void'
1134sitearch='/usr/local/lib/perl/5.18.2'
1135sitearchexp='/usr/local/lib/perl/5.18.2'
1136sitebin='/usr/local/bin'
1137sitebinexp='/usr/local/bin'
1138sitehtml1dir=''
1139sitehtml1direxp=''
1140sitehtml3dir=''
1141sitehtml3direxp=''
1142sitelib='/usr/local/share/perl/5.18.2'
1143sitelib_stem=''
1144sitelibexp='/usr/local/share/perl/5.18.2'
1145siteman1dir='/usr/local/man/man1'
1146siteman1direxp='/usr/local/man/man1'
1147siteman3dir='/usr/local/man/man3'
1148siteman3direxp='/usr/local/man/man3'
1149siteprefix='/usr/local'
1150siteprefixexp='/usr/local'
1151sitescript='/usr/local/bin'
1152sitescriptexp='/usr/local/bin'
1153sizesize='8'
1154sizetype='size_t'
1155sleep=''
1156smail=''
1157so='so'
1158sockethdr=''
1159socketlib=''
1160socksizetype='socklen_t'
1161sort='sort'
1162spackage='Perl5'
1163spitshell='cat'
1164srand48_r_proto='REENTRANT_PROTO_I_LS'
1165srandom_r_proto='REENTRANT_PROTO_I_TS'
1166src='.'
1167ssizetype='ssize_t'
1168st_ino_sign='1'
1169st_ino_size='8'
1170startperl='#!/usr/bin/perl'
1171startsh='#!/bin/sh'
1172static_ext=' '
1173stdchar='char'
1174stdio_base='((fp)->_IO_read_base)'
1175stdio_bufsiz='((fp)->_IO_read_end - (fp)->_IO_read_base)'
1176stdio_cnt='((fp)->_IO_read_end - (fp)->_IO_read_ptr)'
1177stdio_filbuf=''
1178stdio_ptr='((fp)->_IO_read_ptr)'
1179stdio_stream_array=''
1180strerror_r_proto='REENTRANT_PROTO_B_IBW'
1181strings='/usr/include/string.h'
1182submit=''
1183subversion='2'
1184sysman='/usr/share/man/man1'
1185tail=''
1186tar=''
1187targetarch=''
1188tbl=''
1189tee=''
1190test='test'
1191timeincl='/usr/include/x86_64-linux-gnu/sys/time.h /usr/include/time.h '
1192timetype='time_t'
1193tmpnam_r_proto='REENTRANT_PROTO_B_B'
1194to=':'
1195touch='touch'
1196tr='tr'
1197trnl='\n'
1198troff=''
1199ttyname_r_proto='REENTRANT_PROTO_I_IBW'
1200u16size='2'
1201u16type='unsigned short'
1202u32size='4'
1203u32type='unsigned int'
1204u64size='8'
1205u64type='unsigned long'
1206u8size='1'
1207u8type='unsigned char'
1208uidformat='"u"'
1209uidsign='1'
1210uidsize='4'
1211uidtype='uid_t'
1212uname='uname'
1213uniq='uniq'
1214uquadtype='unsigned long'
1215use5005threads='undef'
1216use64bitall='define'
1217use64bitint='define'
1218usecrosscompile='undef'
1219usedevel='undef'
1220usedl='define'
1221usedtrace='undef'
1222usefaststdio='undef'
1223useithreads='define'
1224usekernprocpathname='undef'
1225uselargefiles='define'
1226uselongdouble='undef'
1227usemallocwrap='define'
1228usemorebits='undef'
1229usemultiplicity='define'
1230usemymalloc='n'
1231usenm='false'
1232usensgetexecutablepath='undef'
1233useopcode='true'
1234useperlio='define'
1235useposix='true'
1236usereentrant='undef'
1237userelocatableinc='undef'
1238usesfio='false'
1239useshrplib='true'
1240usesitecustomize='undef'
1241usesocks='undef'
1242usethreads='define'
1243usevendorprefix='define'
1244useversionedarchname='undef'
1245usevfork='false'
1246usrinc='/usr/include'
1247uuname=''
1248uvXUformat='"lX"'
1249uvoformat='"lo"'
1250uvsize='8'
1251uvtype='unsigned long'
1252uvuformat='"lu"'
1253uvxformat='"lx"'
1254vaproto='define'
1255vendorarch='/usr/lib/perl5'
1256vendorarchexp='/usr/lib/perl5'
1257vendorbin='/usr/bin'
1258vendorbinexp='/usr/bin'
1259vendorhtml1dir=' '
1260vendorhtml1direxp=''
1261vendorhtml3dir=' '
1262vendorhtml3direxp=''
1263vendorlib='/usr/share/perl5'
1264vendorlib_stem=''
1265vendorlibexp='/usr/share/perl5'
1266vendorman1dir='/usr/share/man/man1'
1267vendorman1direxp='/usr/share/man/man1'
1268vendorman3dir='/usr/share/man/man3'
1269vendorman3direxp='/usr/share/man/man3'
1270vendorprefix='/usr'
1271vendorprefixexp='/usr'
1272vendorscript='/usr/bin'
1273vendorscriptexp='/usr/bin'
1274version='5.18.2'
1275version_patchlevel_string='version 18 subversion 2'
1276versiononly='undef'
1277vi=''
1278voidflags='15'
1279xlibpth='/usr/lib/386 /lib/386'
1280yacc='yacc'
1281yaccflags=''
1282zcat=''
1283zip='zip'
1284!END!
1285
12861200nsmy $i = ord(8);
1287157µsforeach my $c (7,6,5,4,3,2,1) { $i <<= 8; $i |= ord($c); }
1288135µs212µsour $byteorder = join('', unpack('aaaaaaaa', pack('L!', $i)));
# spent 7µs making 1 call to Config::CORE:pack # spent 5µs making 1 call to Config::CORE:unpack
1289182µs363µss/(byteorder=)(['"]).*?\2/$1$2$Config::byteorder$2/m;
# spent 36µs making 1 call to Config::CORE:subst # spent 28µs making 2 calls to Config::CORE:substcont, avg 14µs/call
1290
129111µsmy $config_sh_len = length $_;
1292
1293158µsour $Config_SH_expanded = "\n$_" . << 'EOVIRTUAL';
1294ccflags_nolargefiles='-D_REENTRANT -D_GNU_SOURCE -DDEBIAN -fstack-protector -fno-strict-aliasing -pipe -I/usr/local/include '
1295ldflags_nolargefiles=' -fstack-protector -L/usr/local/lib'
1296libs_nolargefiles='-lgdbm -lgdbm_compat -ldb -ldl -lm -lpthread -lc -lcrypt'
1297libswanted_nolargefiles='gdbm gdbm_compat db dl m pthread c crypt gdbm_compat'
1298EOVIRTUAL
12991900nseval {
1300 # do not have hairy conniptions if this isnt available
13011126µs require 'Config_git.pl';
1302119µs $Config_SH_expanded .= $Config::Git_Data;
13031300ns 1;
1304} or warn "Warning: failed to load Config_git.pl, something strange about this perl...\n";
1305
1306# Search for it in the big string
1307
# spent 51µs (28+23) within Config::fetch_string which was called: # once (28µs+23µs) by Config::FETCH at line 1375
sub fetch_string {
130812µs my($self, $key) = @_;
1309
1310134µs223µs return undef unless $Config_SH_expanded =~ /\n$key=\'(.*?)\'\n/s;
# spent 12µs making 1 call to Config::CORE:match # spent 11µs making 1 call to Config::CORE:regcomp
1311 # So we can say "if $Config{'foo'}".
1312120µs $self->{$key} = $1 eq 'undef' ? undef : $1;
1313}
1314
13151400nsmy $prevpos = 0;
1316
1317sub FIRSTKEY {
1318 $prevpos = 0;
1319 substr($Config_SH_expanded, 1, index($Config_SH_expanded, '=') - 1 );
1320}
1321
1322sub NEXTKEY {
1323 my $pos = index($Config_SH_expanded, qq('\n), $prevpos) + 2;
1324 my $len = index($Config_SH_expanded, "=", $pos) - $pos;
1325 $prevpos = $pos;
1326 $len > 0 ? substr($Config_SH_expanded, $pos, $len) : undef;
1327}
1328
1329sub EXISTS {
1330 return 1 if exists($_[0]->{$_[1]});
1331
1332 return(index($Config_SH_expanded, "\n$_[1]='") != -1
1333 );
1334}
1335
1336sub STORE { die "\%Config::Config is read-only\n" }
133713µs*DELETE = *CLEAR = \*STORE; # Typeglob aliasing uses less space
1338
1339sub config_sh {
1340 substr $Config_SH_expanded, 1, $config_sh_len;
1341}
1342
1343sub config_re {
1344 my $re = shift;
1345 return map { chomp; $_ } grep eval{ /^(?:$re)=/ }, split /^/,
1346 $Config_SH_expanded;
1347}
1348
1349sub config_vars {
1350 # implements -V:cfgvar option (see perlrun -V:)
1351 foreach (@_) {
1352 # find optional leading, trailing colons; and query-spec
1353 my ($notag,$qry,$lncont) = m/^(:)?(.*?)(:)?$/; # flags fore and aft,
1354 # map colon-flags to print decorations
1355 my $prfx = $notag ? '': "$qry="; # tag-prefix for print
1356 my $lnend = $lncont ? ' ' : ";\n"; # line ending for print
1357
1358 # all config-vars are by definition \w only, any \W means regex
1359 if ($qry =~ /\W/) {
1360 my @matches = config_re($qry);
1361 print map "$_$lnend", @matches ? @matches : "$qry: not found" if !$notag;
1362 print map { s/\w+=//; "$_$lnend" } @matches ? @matches : "$qry: not found" if $notag;
1363 } else {
1364 my $v = (exists $Config::Config{$qry}) ? $Config::Config{$qry}
1365 : 'UNKNOWN';
1366 $v = 'undef' unless defined $v;
1367 print "${prfx}'${v}'$lnend";
1368 }
1369 }
1370}
1371
1372# Called by the real AUTOLOAD
1373
# spent 11µs within Config::launcher which was called: # once (11µs+0s) by Config::FETCH at line 81 of Config.pm
sub launcher {
137418µs undef &AUTOLOAD;
137516µs151µs goto \&$Config::AUTOLOAD;
# spent 51µs making 1 call to Config::fetch_string
1376}
1377
1378116µs1;
 
# spent 16µs within Config::CORE:match which was called 2 times, avg 8µs/call: # once (12µs+0s) by Config::fetch_string at line 1310 # once (4µs+0s) by Config::AUTOLOAD at line 81 of Config.pm
sub Config::CORE:match; # opcode
# spent 7µs within Config::CORE:pack which was called: # once (7µs+0s) by Config::AUTOLOAD at line 1288
sub Config::CORE:pack; # opcode
# spent 11µs within Config::CORE:regcomp which was called: # once (11µs+0s) by Config::fetch_string at line 1310
sub Config::CORE:regcomp; # opcode
# spent 36µs within Config::CORE:subst which was called: # once (36µs+0s) by Config::AUTOLOAD at line 1289
sub Config::CORE:subst; # opcode
# spent 28µs within Config::CORE:substcont which was called 2 times, avg 14µs/call: # 2 times (28µs+0s) by Config::AUTOLOAD at line 1289, avg 14µs/call
sub Config::CORE:substcont; # opcode
# spent 5µs within Config::CORE:unpack which was called: # once (5µs+0s) by Config::AUTOLOAD at line 1288
sub Config::CORE:unpack; # opcode