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