Filename | /usr/share/perl/5.14/integer.pm |
Statements | Executed 5 statements in 29µs |
Calls | P | F | Exclusive Time |
Inclusive Time |
Subroutine |
---|---|---|---|---|---|
2 | 2 | 2 | 13µs | 13µs | import | integer::
0 | 0 | 0 | 0s | 0s | unimport | integer::
Line | State ments |
Time on line |
Calls | Time in subs |
Code |
---|---|---|---|---|---|
1 | package integer; | ||||
2 | |||||
3 | 1 | 2µs | our $VERSION = '1.00'; | ||
4 | |||||
5 | 1 | 1µs | $integer::hint_bits = 0x1; | ||
6 | |||||
7 | # spent 13µs within integer::import which was called 2 times, avg 6µs/call:
# once (6µs+0s) by Digest::SHA::BEGIN@8 at line 8 of Digest/SHA.pm
# once (6µs+0s) by Foswiki::UI::View::BEGIN@15 at line 15 of /usr/local/src/github.com/foswiki/core/lib/Foswiki/UI/View.pm | ||||
8 | 2 | 20µs | $^H |= $integer::hint_bits; | ||
9 | } | ||||
10 | |||||
11 | sub unimport { | ||||
12 | $^H &= ~$integer::hint_bits; | ||||
13 | } | ||||
14 | |||||
15 | 1 | 6µs | 1; |