File | /opt/wise/lib/perl5/5.10.0/x86_64-linux-thread-multi/Config.pm | Statements Executed | 68 | Total Time | 0.000745 seconds |
Calls | P | F | Exclusive Time |
Inclusive Time |
Subroutine | |
---|---|---|---|---|---|---|
11 | 11 | 5 | 0.00014 | 0.00014 | Config:: | FETCH |
4 | 4 | 4 | 0.00010 | 0.00010 | Config:: | import |
0 | 0 | 0 | 0 | 0 | Config:: | AUTOLOAD |
0 | 0 | 0 | 0 | 0 | Config:: | BEGIN |
0 | 0 | 0 | 0 | 0 | Config:: | DESTROY |
0 | 0 | 0 | 0 | 0 | Config:: | TIEHASH |
Line | Stmts. | Exclusive Time | Avg. | 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 | ||||
4 | package Config; | |||
5 | 3 | 0.00019 | 6.2e-5 | use strict; # spent 9µs making 1 call to strict::import |
6 | # use warnings; Pulls in Carp | |||
7 | # use vars pulls in Carp | |||
8 | 1 | 2.0e-6 | 2.0e-6 | @Config::EXPORT = qw(%Config); |
9 | 1 | 2.0e-6 | 2.0e-6 | @Config::EXPORT_OK = qw(myconfig config_sh config_vars config_re); |
10 | ||||
11 | # Need to stub all the functions to make code such as print Config::config_sh | |||
12 | # keep working | |||
13 | ||||
14 | sub myconfig; | |||
15 | sub config_sh; | |||
16 | sub config_vars; | |||
17 | sub config_re; | |||
18 | ||||
19 | 1 | 8.0e-6 | 8.0e-6 | my %Export_Cache = map {($_ => 1)} (@Config::EXPORT, @Config::EXPORT_OK); |
20 | ||||
21 | 1 | 1.0e-6 | 1.0e-6 | our %Config; |
22 | ||||
23 | # Define our own import method to avoid pulling in the full Exporter: | |||
24 | # spent 103µs within Config::import which was called 4 times, avg 26µs/call:
# once (31µs+0) at line 6 of /opt/wise/lib/perl5/5.10.0/x86_64-linux-thread-multi/lib.pm
# once (28µs+0) by File::Copy::BEGIN at line 14 of /opt/wise/lib/perl5/5.10.0/File/Copy.pm
# once (24µs+0) by DynaLoader::BEGIN at line 25 of /opt/wise/lib/perl5/5.10.0/x86_64-linux-thread-multi/DynaLoader.pm
# once (20µs+0) at line 5 of /opt/wise/lib/perl5/5.10.0/Time/Local.pm | |||
25 | 4 | 4.0e-6 | 1.0e-6 | my $pkg = shift; |
26 | 4 | 1.2e-5 | 3.0e-6 | @_ = @Config::EXPORT unless @_; |
27 | ||||
28 | 4 | 8.0e-6 | 2.0e-6 | my @funcs = grep $_ ne '%Config', @_; |
29 | 4 | 9.0e-6 | 2.2e-6 | my $export_Config = @funcs < @_ ? 1 : 0; |
30 | ||||
31 | 3 | 0.00033 | 0.00011 | no strict 'refs'; # spent 21µs making 1 call to strict::unimport |
32 | 4 | 6.0e-6 | 1.5e-6 | my $callpkg = caller(0); |
33 | 4 | 4.0e-6 | 1.0e-6 | foreach my $func (@funcs) { |
34 | die sprintf qq{"%s" is not exported by the %s module\n}, | |||
35 | $func, __PACKAGE__ unless $Export_Cache{$func}; | |||
36 | *{$callpkg.'::'.$func} = \&{$func}; | |||
37 | } | |||
38 | ||||
39 | 4 | 1.7e-5 | 4.2e-6 | *{"$callpkg\::Config"} = \%Config if $export_Config; |
40 | 4 | 2.0e-5 | 5.0e-6 | return; |
41 | } | |||
42 | ||||
43 | 1 | 1.0e-5 | 1.0e-5 | die "Perl lib version (5.10.0) doesn't match executable version ($])" |
44 | unless $^V; | |||
45 | ||||
46 | 1 | 7.0e-6 | 7.0e-6 | $^V eq 5.10.0 |
47 | or die "Perl lib version (5.10.0) doesn't match executable version (" . | |||
48 | sprintf("v%vd",$^V) . ")"; | |||
49 | ||||
50 | ||||
51 | # spent 139µs within Config::FETCH which was called 11 times, avg 13µs/call:
# once (31µs+0) at line 72 of /opt/wise/lib/perl5/5.10.0/x86_64-linux-thread-multi/DynaLoader.pm
# once (21µs+0) at line 1326 of /opt/wise/lib/perl5/5.10.0/File/Find.pm
# once (14µs+0) at line 10 of /opt/wise/lib/perl5/5.10.0/x86_64-linux-thread-multi/lib.pm
# once (12µs+0) at line 337 of /opt/wise/lib/perl5/5.10.0/x86_64-linux-thread-multi/Cwd.pm
# once (12µs+0) at line 67 of /opt/wise/lib/perl5/5.10.0/x86_64-linux-thread-multi/DynaLoader.pm
# once (11µs+0) at line 32 of /opt/wise/lib/perl5/5.10.0/Time/Local.pm
# once (9µs+0) at line 70 of /opt/wise/lib/perl5/5.10.0/x86_64-linux-thread-multi/DynaLoader.pm
# once (8µs+0) at line 40 of /opt/wise/lib/perl5/5.10.0/Time/Local.pm
# once (7µs+0) at line 11 of /opt/wise/lib/perl5/5.10.0/x86_64-linux-thread-multi/lib.pm
# once (7µs+0) at line 12 of /opt/wise/lib/perl5/5.10.0/x86_64-linux-thread-multi/lib.pm
# once (7µs+0) at line 71 of /opt/wise/lib/perl5/5.10.0/x86_64-linux-thread-multi/DynaLoader.pm | |||
52 | 11 | 2.1e-5 | 1.9e-6 | my($self, $key) = @_; |
53 | ||||
54 | # check for cached value (which may be undef so we use exists not defined) | |||
55 | 11 | 4.8e-5 | 4.4e-6 | return $self->{$key} if exists $self->{$key}; |
56 | ||||
57 | return $self->fetch_string($key); | |||
58 | } | |||
59 | sub TIEHASH { | |||
60 | 1 | 5.0e-6 | 5.0e-6 | bless $_[1], $_[0]; |
61 | } | |||
62 | ||||
63 | sub DESTROY { } | |||
64 | ||||
65 | sub AUTOLOAD { | |||
66 | require 'Config_heavy.pl'; | |||
67 | goto \&launcher unless $Config::AUTOLOAD =~ /launcher$/; | |||
68 | die "&Config::AUTOLOAD failed on $Config::AUTOLOAD"; | |||
69 | } | |||
70 | ||||
71 | # tie returns the object, so the value returned to require will be true. | |||
72 | 1 | 4.0e-5 | 4.0e-5 | tie %Config, 'Config', { |
73 | archlibexp => '/opt/wise/lib/perl5/5.10.0/x86_64-linux-thread-multi', | |||
74 | archname => 'x86_64-linux-thread-multi', | |||
75 | cc => 'gcc', | |||
76 | d_readlink => 'define', | |||
77 | d_symlink => 'define', | |||
78 | dlsrc => 'dl_dlopen.xs', | |||
79 | dont_use_nlink => undef, | |||
80 | exe_ext => '', | |||
81 | inc_version_list => ' ', | |||
82 | intsize => '4', | |||
83 | ldlibpthname => 'LD_LIBRARY_PATH', | |||
84 | libpth => '/usr/local/lib64 /lib64 /usr/lib64', | |||
85 | osname => 'linux', | |||
86 | osvers => '2.6.9-67.elsmp', | |||
87 | path_sep => ':', | |||
88 | privlibexp => '/opt/wise/lib/perl5/5.10.0', | |||
89 | scriptdir => '/opt/wise/bin', | |||
90 | sitearchexp => '/opt/wise/lib/perl5/site_perl/5.10.0/x86_64-linux-thread-multi', | |||
91 | sitelibexp => '/opt/wise/lib/perl5/site_perl/5.10.0', | |||
92 | useithreads => 'define', | |||
93 | usevendorprefix => undef, | |||
94 | version => '5.10.0', | |||
95 | }; |