Filename | /usr/share/perl/5.10/locale.pm |
Statements | Executed 4 statements in 13µs |
Calls | P | F | Exclusive Time |
Inclusive Time |
Subroutine |
---|---|---|---|---|---|
1 | 1 | 1 | 4µs | 4µs | import | locale::
0 | 0 | 0 | 0s | 0s | unimport | locale::
Line | State ments |
Time on line |
Calls | Time in subs |
Code |
---|---|---|---|---|---|
1 | package locale; | ||||
2 | |||||
3 | 1 | 800ns | our $VERSION = '1.00'; | ||
4 | |||||
5 | 1 | 300ns | $locale::hint_bits = 0x4; | ||
6 | |||||
7 | # spent 4µs within locale::import which was called:
# once (4µs+0s) by Template::Filters::BEGIN@24 at line 24 of Template/Filters.pm | ||||
8 | 1 | 9µs | $^H |= $locale::hint_bits; | ||
9 | } | ||||
10 | |||||
11 | sub unimport { | ||||
12 | $^H &= ~$locale::hint_bits; | ||||
13 | } | ||||
14 | |||||
15 | 1 | 4µs | 1; |