| line |
stmt |
bran |
cond |
sub |
pod |
time |
code |
|
1
|
|
|
|
|
|
|
package Data::HashMap::Shared::SI; |
|
2
|
11
|
|
|
11
|
|
222798
|
use strict; |
|
|
11
|
|
|
|
|
17
|
|
|
|
11
|
|
|
|
|
446
|
|
|
3
|
11
|
|
|
11
|
|
40
|
use warnings; |
|
|
11
|
|
|
|
|
17
|
|
|
|
11
|
|
|
|
|
468
|
|
|
4
|
11
|
|
|
11
|
|
843
|
use Data::HashMap::Shared; |
|
|
11
|
|
|
|
|
16
|
|
|
|
11
|
|
|
|
|
5487
|
|
|
5
|
|
|
|
|
|
|
our $VERSION = '0.08'; |
|
6
|
|
|
|
|
|
|
|
|
7
|
|
|
|
|
|
|
sub import { |
|
8
|
11
|
|
|
11
|
|
137
|
$^H{"Data::HashMap::Shared::SI/shm_si_put"} = 1; |
|
9
|
11
|
|
|
|
|
32
|
$^H{"Data::HashMap::Shared::SI/shm_si_get"} = 1; |
|
10
|
11
|
|
|
|
|
40
|
$^H{"Data::HashMap::Shared::SI/shm_si_remove"} = 1; |
|
11
|
11
|
|
|
|
|
72
|
$^H{"Data::HashMap::Shared::SI/shm_si_exists"} = 1; |
|
12
|
11
|
|
|
|
|
28
|
$^H{"Data::HashMap::Shared::SI/shm_si_incr"} = 1; |
|
13
|
11
|
|
|
|
|
22
|
$^H{"Data::HashMap::Shared::SI/shm_si_decr"} = 1; |
|
14
|
11
|
|
|
|
|
40
|
$^H{"Data::HashMap::Shared::SI/shm_si_incr_by"} = 1; |
|
15
|
11
|
|
|
|
|
21
|
$^H{"Data::HashMap::Shared::SI/shm_si_size"} = 1; |
|
16
|
11
|
|
|
|
|
24
|
$^H{"Data::HashMap::Shared::SI/shm_si_keys"} = 1; |
|
17
|
11
|
|
|
|
|
21
|
$^H{"Data::HashMap::Shared::SI/shm_si_values"} = 1; |
|
18
|
11
|
|
|
|
|
23
|
$^H{"Data::HashMap::Shared::SI/shm_si_items"} = 1; |
|
19
|
11
|
|
|
|
|
24
|
$^H{"Data::HashMap::Shared::SI/shm_si_each"} = 1; |
|
20
|
11
|
|
|
|
|
21
|
$^H{"Data::HashMap::Shared::SI/shm_si_iter_reset"} = 1; |
|
21
|
11
|
|
|
|
|
22
|
$^H{"Data::HashMap::Shared::SI/shm_si_clear"} = 1; |
|
22
|
11
|
|
|
|
|
24
|
$^H{"Data::HashMap::Shared::SI/shm_si_to_hash"} = 1; |
|
23
|
11
|
|
|
|
|
17
|
$^H{"Data::HashMap::Shared::SI/shm_si_max_entries"} = 1; |
|
24
|
11
|
|
|
|
|
25
|
$^H{"Data::HashMap::Shared::SI/shm_si_get_or_set"} = 1; |
|
25
|
11
|
|
|
|
|
26
|
$^H{"Data::HashMap::Shared::SI/shm_si_put_ttl"} = 1; |
|
26
|
11
|
|
|
|
|
23
|
$^H{"Data::HashMap::Shared::SI/shm_si_max_size"} = 1; |
|
27
|
11
|
|
|
|
|
23
|
$^H{"Data::HashMap::Shared::SI/shm_si_ttl"} = 1; |
|
28
|
11
|
|
|
|
|
36
|
$^H{"Data::HashMap::Shared::SI/shm_si_cursor"} = 1; |
|
29
|
11
|
|
|
|
|
28
|
$^H{"Data::HashMap::Shared::SI/shm_si_cursor_next"} = 1; |
|
30
|
11
|
|
|
|
|
26
|
$^H{"Data::HashMap::Shared::SI/shm_si_cursor_seek"} = 1; |
|
31
|
11
|
|
|
|
|
19
|
$^H{"Data::HashMap::Shared::SI/shm_si_ttl_remaining"} = 1; |
|
32
|
11
|
|
|
|
|
24
|
$^H{"Data::HashMap::Shared::SI/shm_si_capacity"} = 1; |
|
33
|
11
|
|
|
|
|
21
|
$^H{"Data::HashMap::Shared::SI/shm_si_tombstones"} = 1; |
|
34
|
11
|
|
|
|
|
23
|
$^H{"Data::HashMap::Shared::SI/shm_si_cursor_reset"} = 1; |
|
35
|
11
|
|
|
|
|
21
|
$^H{"Data::HashMap::Shared::SI/shm_si_take"} = 1; |
|
36
|
11
|
|
|
|
|
21
|
$^H{"Data::HashMap::Shared::SI/shm_si_pop"} = 1; |
|
37
|
11
|
|
|
|
|
23
|
$^H{"Data::HashMap::Shared::SI/shm_si_shift"} = 1; |
|
38
|
11
|
|
|
|
|
77
|
$^H{"Data::HashMap::Shared::SI/shm_si_drain"} = 1; |
|
39
|
11
|
|
|
|
|
75
|
$^H{"Data::HashMap::Shared::SI/shm_si_flush_expired"} = 1; |
|
40
|
11
|
|
|
|
|
23
|
$^H{"Data::HashMap::Shared::SI/shm_si_flush_expired_partial"} = 1; |
|
41
|
11
|
|
|
|
|
24
|
$^H{"Data::HashMap::Shared::SI/shm_si_mmap_size"} = 1; |
|
42
|
11
|
|
|
|
|
21
|
$^H{"Data::HashMap::Shared::SI/shm_si_touch"} = 1; |
|
43
|
11
|
|
|
|
|
45
|
$^H{"Data::HashMap::Shared::SI/shm_si_reserve"} = 1; |
|
44
|
11
|
|
|
|
|
25
|
$^H{"Data::HashMap::Shared::SI/shm_si_stat_evictions"} = 1; |
|
45
|
11
|
|
|
|
|
20
|
$^H{"Data::HashMap::Shared::SI/shm_si_stat_expired"} = 1; |
|
46
|
11
|
|
|
|
|
1531
|
$^H{"Data::HashMap::Shared::SI/shm_si_stat_recoveries"} = 1; |
|
47
|
11
|
|
|
|
|
27
|
$^H{"Data::HashMap::Shared::SI/shm_si_arena_used"} = 1; |
|
48
|
11
|
|
|
|
|
24
|
$^H{"Data::HashMap::Shared::SI/shm_si_arena_cap"} = 1; |
|
49
|
11
|
|
|
|
|
24
|
$^H{"Data::HashMap::Shared::SI/shm_si_add"} = 1; |
|
50
|
11
|
|
|
|
|
21
|
$^H{"Data::HashMap::Shared::SI/shm_si_add_ttl"} = 1; |
|
51
|
11
|
|
|
|
|
30
|
$^H{"Data::HashMap::Shared::SI/shm_si_update_ttl"} = 1; |
|
52
|
11
|
|
|
|
|
21
|
$^H{"Data::HashMap::Shared::SI/shm_si_update"} = 1; |
|
53
|
11
|
|
|
|
|
27
|
$^H{"Data::HashMap::Shared::SI/shm_si_swap"} = 1; |
|
54
|
11
|
|
|
|
|
22
|
$^H{"Data::HashMap::Shared::SI/shm_si_cas"} = 1; |
|
55
|
11
|
|
|
|
|
22
|
$^H{"Data::HashMap::Shared::SI/shm_si_cas_take"} = 1; |
|
56
|
11
|
|
|
|
|
21
|
$^H{"Data::HashMap::Shared::SI/shm_si_persist"} = 1; |
|
57
|
11
|
|
|
|
|
429353
|
$^H{"Data::HashMap::Shared::SI/shm_si_set_ttl"} = 1; |
|
58
|
|
|
|
|
|
|
} |
|
59
|
|
|
|
|
|
|
|
|
60
|
|
|
|
|
|
|
1; |