Filename | /usr/share/perl5/MARC/Charset/Table.pm |
Statements | Executed 32 statements in 1.58ms |
Calls | P | F | Exclusive Time |
Inclusive Time |
Subroutine |
---|---|---|---|---|---|
1 | 1 | 1 | 1.24ms | 7.68ms | BEGIN@38 | MARC::Charset::Table::
1 | 1 | 1 | 965µs | 18.6ms | BEGIN@36 | MARC::Charset::Table::
1 | 1 | 1 | 620µs | 12.1ms | BEGIN@40 | MARC::Charset::Table::
1 | 1 | 1 | 293µs | 640µs | BEGIN@37 | MARC::Charset::Table::
1 | 1 | 1 | 24µs | 105µs | BEGIN@35 | MARC::Charset::Table::
1 | 1 | 1 | 24µs | 106µs | _init | MARC::Charset::Table::
1 | 1 | 1 | 23µs | 32µs | BEGIN@34 | MARC::Charset::Table::
1 | 1 | 1 | 21µs | 127µs | new | MARC::Charset::Table::
1 | 1 | 1 | 19µs | 540µs | BEGIN@39 | MARC::Charset::Table::
1 | 1 | 1 | 15µs | 19µs | db_path | MARC::Charset::Table::
1 | 1 | 1 | 4µs | 4µs | CORE:subst (opcode) | MARC::Charset::Table::
0 | 0 | 0 | 0s | 0s | add_code | MARC::Charset::Table::
0 | 0 | 0 | 0s | 0s | brand_new | MARC::Charset::Table::
0 | 0 | 0 | 0s | 0s | db | MARC::Charset::Table::
0 | 0 | 0 | 0s | 0s | get_code | MARC::Charset::Table::
0 | 0 | 0 | 0s | 0s | lookup_by_marc8 | MARC::Charset::Table::
0 | 0 | 0 | 0s | 0s | lookup_by_utf8 | MARC::Charset::Table::
Line | State ments |
Time on line |
Calls | Time in subs |
Code |
---|---|---|---|---|---|
1 | package MARC::Charset::Table; | ||||
2 | |||||
3 | =head1 NAME | ||||
4 | |||||
- - | |||||
34 | 3 | 42µs | 2 | 41µs | # spent 32µs (23+9) within MARC::Charset::Table::BEGIN@34 which was called:
# once (23µs+9µs) by MARC::Charset::BEGIN@13 at line 34 # spent 32µs making 1 call to MARC::Charset::Table::BEGIN@34
# spent 9µs making 1 call to strict::import |
35 | 3 | 43µs | 2 | 186µs | # spent 105µs (24+81) within MARC::Charset::Table::BEGIN@35 which was called:
# once (24µs+81µs) by MARC::Charset::BEGIN@13 at line 35 # spent 105µs making 1 call to MARC::Charset::Table::BEGIN@35
# spent 81µs making 1 call to warnings::import |
36 | 3 | 163µs | 2 | 30.1ms | # spent 18.6ms (965µs+17.7) within MARC::Charset::Table::BEGIN@36 which was called:
# once (965µs+17.7ms) by MARC::Charset::BEGIN@13 at line 36 # spent 18.6ms making 1 call to MARC::Charset::Table::BEGIN@36
# spent 11.5ms making 1 call to POSIX::import |
37 | 3 | 167µs | 1 | 640µs | # spent 640µs (293+347) within MARC::Charset::Table::BEGIN@37 which was called:
# once (293µs+347µs) by MARC::Charset::BEGIN@13 at line 37 # spent 640µs making 1 call to MARC::Charset::Table::BEGIN@37 |
38 | 3 | 175µs | 1 | 7.68ms | # spent 7.68ms (1.24+6.44) within MARC::Charset::Table::BEGIN@38 which was called:
# once (1.24ms+6.44ms) by MARC::Charset::BEGIN@13 at line 38 # spent 7.68ms making 1 call to MARC::Charset::Table::BEGIN@38 |
39 | 3 | 66µs | 2 | 1.06ms | # spent 540µs (19+521) within MARC::Charset::Table::BEGIN@39 which was called:
# once (19µs+521µs) by MARC::Charset::BEGIN@13 at line 39 # spent 540µs making 1 call to MARC::Charset::Table::BEGIN@39
# spent 521µs making 1 call to Exporter::import |
40 | 3 | 783µs | 2 | 12.2ms | # spent 12.1ms (620µs+11.5) within MARC::Charset::Table::BEGIN@40 which was called:
# once (620µs+11.5ms) by MARC::Charset::BEGIN@13 at line 40 # spent 12.1ms making 1 call to MARC::Charset::Table::BEGIN@40
# spent 168µs making 1 call to Exporter::import |
41 | |||||
42 | =head2 new() | ||||
43 | |||||
- - | |||||
48 | sub new | ||||
49 | # spent 127µs (21+106) within MARC::Charset::Table::new which was called:
# once (21µs+106µs) by MARC::File::SAX::BEGIN@14 at line 44 of MARC/Charset.pm | ||||
50 | 1 | 2µs | my $class = shift; | ||
51 | 1 | 9µs | my $self = bless {}, ref($class) || $class; | ||
52 | 1 | 4µs | 1 | 106µs | $self->_init(O_RDONLY); # spent 106µs making 1 call to MARC::Charset::Table::_init |
53 | 1 | 5µs | return $self; | ||
54 | } | ||||
55 | |||||
56 | |||||
57 | =head2 add_code() | ||||
58 | |||||
- - | |||||
64 | sub add_code | ||||
65 | { | ||||
66 | my ($self, $code) = @_; | ||||
67 | |||||
68 | # the Code object is serialized | ||||
69 | my $frozen = freeze($code); | ||||
70 | |||||
71 | # to support lookup by marc8 and utf8 values we | ||||
72 | # stash away the rule in the db using two keys | ||||
73 | my $marc8_key = $code->marc8_hash_code(); | ||||
74 | my $utf8_key = $code->utf8_hash_code(); | ||||
75 | |||||
76 | # stash away the marc8 lookup key | ||||
77 | $self->{db}->{$marc8_key} = $frozen; | ||||
78 | |||||
79 | # stash away the utf8 lookup key (only if it's not already there!) | ||||
80 | # this means that the sets that appear in the xml file will have | ||||
81 | # precedence ascii/ansel | ||||
82 | $self->{db}->{$utf8_key} = $frozen unless exists $self->{db}->{$utf8_key}; | ||||
83 | } | ||||
84 | |||||
85 | |||||
86 | =head2 get_code() | ||||
87 | |||||
- - | |||||
92 | sub get_code | ||||
93 | { | ||||
94 | my ($self, $key) = @_; | ||||
95 | my $db = $self->db(); | ||||
96 | my $frozen = $db->{$key}; | ||||
97 | return thaw($frozen) if $frozen; | ||||
98 | return undef; | ||||
99 | } | ||||
100 | |||||
101 | |||||
102 | =head2 lookup_by_marc8() | ||||
103 | |||||
- - | |||||
112 | sub lookup_by_marc8 | ||||
113 | { | ||||
114 | my ($self, $charset, $marc8) = @_; | ||||
115 | $charset = BASIC_LATIN if $charset eq ASCII_DEFAULT; | ||||
116 | return $self->get_code(sprintf('%s:%s', $charset, $marc8)); | ||||
117 | } | ||||
118 | |||||
119 | |||||
120 | =head2 lookup_by_utf8() | ||||
121 | |||||
- - | |||||
126 | sub lookup_by_utf8 | ||||
127 | { | ||||
128 | my ($self, $value) = @_; | ||||
129 | return $self->get_code(ord($value)); | ||||
130 | } | ||||
131 | |||||
- - | |||||
135 | =head2 db() | ||||
136 | |||||
- - | |||||
142 | sub db | ||||
143 | { | ||||
144 | return shift->{db}; | ||||
145 | } | ||||
146 | |||||
147 | |||||
148 | =head2 db_path() | ||||
149 | |||||
- - | |||||
157 | sub db_path | ||||
158 | # spent 19µs (15+4) within MARC::Charset::Table::db_path which was called:
# once (15µs+4µs) by MARC::Charset::Table::_init at line 187 | ||||
159 | 1 | 2µs | my $path = $INC{'MARC/Charset/Table.pm'}; | ||
160 | 1 | 13µs | 1 | 4µs | $path =~ s/\.pm$//; # spent 4µs making 1 call to MARC::Charset::Table::CORE:subst |
161 | 1 | 6µs | return $path; | ||
162 | } | ||||
163 | |||||
164 | |||||
165 | =head2 brand_new() | ||||
166 | |||||
- - | |||||
173 | sub brand_new | ||||
174 | { | ||||
175 | my $class = shift; | ||||
176 | my $self = bless {}, ref($class) || $class; | ||||
177 | $self->_init(O_CREAT|O_RDWR); | ||||
178 | return $self; | ||||
179 | } | ||||
180 | |||||
181 | |||||
182 | # helper function for initializing table internals | ||||
183 | |||||
184 | sub _init | ||||
185 | # spent 106µs (24+82) within MARC::Charset::Table::_init which was called:
# once (24µs+82µs) by MARC::Charset::Table::new at line 52 | ||||
186 | 1 | 2µs | my ($self,$opts) = @_; | ||
187 | 1 | 79µs | 2 | 82µs | tie my %db, 'SDBM_File', db_path(), $opts, 0644; # spent 63µs making 1 call to SDBM_File::TIEHASH
# spent 19µs making 1 call to MARC::Charset::Table::db_path |
188 | 1 | 7µs | $self->{db} = \%db; | ||
189 | } | ||||
190 | |||||
- - | |||||
195 | 1 | 8µs | 1; | ||
# spent 4µs within MARC::Charset::Table::CORE:subst which was called:
# once (4µs+0s) by MARC::Charset::Table::db_path at line 160 |