| line |
stmt |
bran |
cond |
sub |
pod |
time |
code |
|
1
|
|
|
|
|
|
|
package Data::HashMap::Shared::SI32; |
|
2
|
1
|
|
|
1
|
|
638
|
use strict; |
|
|
1
|
|
|
|
|
1
|
|
|
|
1
|
|
|
|
|
38
|
|
|
3
|
1
|
|
|
1
|
|
4
|
use warnings; |
|
|
1
|
|
|
|
|
1
|
|
|
|
1
|
|
|
|
|
42
|
|
|
4
|
1
|
|
|
1
|
|
3
|
use Data::HashMap::Shared; |
|
|
1
|
|
|
|
|
1
|
|
|
|
1
|
|
|
|
|
422
|
|
|
5
|
|
|
|
|
|
|
our $VERSION = '0.02'; |
|
6
|
|
|
|
|
|
|
|
|
7
|
|
|
|
|
|
|
sub import { |
|
8
|
1
|
|
|
1
|
|
10
|
$^H{"Data::HashMap::Shared::SI32/shm_si32_put"} = 1; |
|
9
|
1
|
|
|
|
|
2
|
$^H{"Data::HashMap::Shared::SI32/shm_si32_get"} = 1; |
|
10
|
1
|
|
|
|
|
2
|
$^H{"Data::HashMap::Shared::SI32/shm_si32_remove"} = 1; |
|
11
|
1
|
|
|
|
|
2
|
$^H{"Data::HashMap::Shared::SI32/shm_si32_exists"} = 1; |
|
12
|
1
|
|
|
|
|
2
|
$^H{"Data::HashMap::Shared::SI32/shm_si32_incr"} = 1; |
|
13
|
1
|
|
|
|
|
2
|
$^H{"Data::HashMap::Shared::SI32/shm_si32_decr"} = 1; |
|
14
|
1
|
|
|
|
|
2
|
$^H{"Data::HashMap::Shared::SI32/shm_si32_incr_by"} = 1; |
|
15
|
1
|
|
|
|
|
2
|
$^H{"Data::HashMap::Shared::SI32/shm_si32_size"} = 1; |
|
16
|
1
|
|
|
|
|
2
|
$^H{"Data::HashMap::Shared::SI32/shm_si32_keys"} = 1; |
|
17
|
1
|
|
|
|
|
2
|
$^H{"Data::HashMap::Shared::SI32/shm_si32_values"} = 1; |
|
18
|
1
|
|
|
|
|
16
|
$^H{"Data::HashMap::Shared::SI32/shm_si32_items"} = 1; |
|
19
|
1
|
|
|
|
|
3
|
$^H{"Data::HashMap::Shared::SI32/shm_si32_each"} = 1; |
|
20
|
1
|
|
|
|
|
2
|
$^H{"Data::HashMap::Shared::SI32/shm_si32_iter_reset"} = 1; |
|
21
|
1
|
|
|
|
|
2
|
$^H{"Data::HashMap::Shared::SI32/shm_si32_clear"} = 1; |
|
22
|
1
|
|
|
|
|
1
|
$^H{"Data::HashMap::Shared::SI32/shm_si32_to_hash"} = 1; |
|
23
|
1
|
|
|
|
|
2
|
$^H{"Data::HashMap::Shared::SI32/shm_si32_max_entries"} = 1; |
|
24
|
1
|
|
|
|
|
2
|
$^H{"Data::HashMap::Shared::SI32/shm_si32_get_or_set"} = 1; |
|
25
|
1
|
|
|
|
|
2
|
$^H{"Data::HashMap::Shared::SI32/shm_si32_put_ttl"} = 1; |
|
26
|
1
|
|
|
|
|
1
|
$^H{"Data::HashMap::Shared::SI32/shm_si32_max_size"} = 1; |
|
27
|
1
|
|
|
|
|
2
|
$^H{"Data::HashMap::Shared::SI32/shm_si32_ttl"} = 1; |
|
28
|
1
|
|
|
|
|
2
|
$^H{"Data::HashMap::Shared::SI32/shm_si32_cursor"} = 1; |
|
29
|
1
|
|
|
|
|
1
|
$^H{"Data::HashMap::Shared::SI32/shm_si32_cursor_next"} = 1; |
|
30
|
1
|
|
|
|
|
2
|
$^H{"Data::HashMap::Shared::SI32/shm_si32_cursor_seek"} = 1; |
|
31
|
1
|
|
|
|
|
2
|
$^H{"Data::HashMap::Shared::SI32/shm_si32_ttl_remaining"} = 1; |
|
32
|
1
|
|
|
|
|
1
|
$^H{"Data::HashMap::Shared::SI32/shm_si32_capacity"} = 1; |
|
33
|
1
|
|
|
|
|
2
|
$^H{"Data::HashMap::Shared::SI32/shm_si32_tombstones"} = 1; |
|
34
|
1
|
|
|
|
|
2
|
$^H{"Data::HashMap::Shared::SI32/shm_si32_cursor_reset"} = 1; |
|
35
|
1
|
|
|
|
|
2
|
$^H{"Data::HashMap::Shared::SI32/shm_si32_take"} = 1; |
|
36
|
1
|
|
|
|
|
2
|
$^H{"Data::HashMap::Shared::SI32/shm_si32_pop"} = 1; |
|
37
|
1
|
|
|
|
|
1
|
$^H{"Data::HashMap::Shared::SI32/shm_si32_shift"} = 1; |
|
38
|
1
|
|
|
|
|
2
|
$^H{"Data::HashMap::Shared::SI32/shm_si32_drain"} = 1; |
|
39
|
1
|
|
|
|
|
2
|
$^H{"Data::HashMap::Shared::SI32/shm_si32_flush_expired"} = 1; |
|
40
|
1
|
|
|
|
|
2
|
$^H{"Data::HashMap::Shared::SI32/shm_si32_flush_expired_partial"} = 1; |
|
41
|
1
|
|
|
|
|
1
|
$^H{"Data::HashMap::Shared::SI32/shm_si32_mmap_size"} = 1; |
|
42
|
1
|
|
|
|
|
2
|
$^H{"Data::HashMap::Shared::SI32/shm_si32_touch"} = 1; |
|
43
|
1
|
|
|
|
|
2
|
$^H{"Data::HashMap::Shared::SI32/shm_si32_reserve"} = 1; |
|
44
|
1
|
|
|
|
|
1
|
$^H{"Data::HashMap::Shared::SI32/shm_si32_stat_evictions"} = 1; |
|
45
|
1
|
|
|
|
|
2
|
$^H{"Data::HashMap::Shared::SI32/shm_si32_stat_expired"} = 1; |
|
46
|
1
|
|
|
|
|
2
|
$^H{"Data::HashMap::Shared::SI32/shm_si32_stat_recoveries"} = 1; |
|
47
|
1
|
|
|
|
|
2
|
$^H{"Data::HashMap::Shared::SI32/shm_si32_arena_used"} = 1; |
|
48
|
1
|
|
|
|
|
2
|
$^H{"Data::HashMap::Shared::SI32/shm_si32_arena_cap"} = 1; |
|
49
|
1
|
|
|
|
|
1
|
$^H{"Data::HashMap::Shared::SI32/shm_si32_add"} = 1; |
|
50
|
1
|
|
|
|
|
2
|
$^H{"Data::HashMap::Shared::SI32/shm_si32_update"} = 1; |
|
51
|
1
|
|
|
|
|
1
|
$^H{"Data::HashMap::Shared::SI32/shm_si32_swap"} = 1; |
|
52
|
1
|
|
|
|
|
2
|
$^H{"Data::HashMap::Shared::SI32/shm_si32_cas"} = 1; |
|
53
|
1
|
|
|
|
|
2
|
$^H{"Data::HashMap::Shared::SI32/shm_si32_persist"} = 1; |
|
54
|
1
|
|
|
|
|
115683
|
$^H{"Data::HashMap::Shared::SI32/shm_si32_set_ttl"} = 1; |
|
55
|
|
|
|
|
|
|
} |
|
56
|
|
|
|
|
|
|
|
|
57
|
|
|
|
|
|
|
1; |