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