-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathSampleOutput.txt
93 lines (84 loc) · 1.39 KB
/
SampleOutput.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
This is test program for the MonitorDictionary class.
(C) 2018 by Martin Lercher
Stopping in 30s ....
----------- interlocked -----------
0 -> 111.977
1 -> 1.910
2 -> 1.351
3 -> 1.017
4 -> 818
5 -> 699
6 -> 622
7 -> 550
8 -> 511
9 -> 469
Sum: 119.924
----------- monitored -----------
0 -> 111.977
1 -> 1.910
2 -> 1.351
3 -> 1.017
4 -> 818
5 -> 699
6 -> 622
7 -> 550
8 -> 511
9 -> 469
Sum: 119.924
sequential: 00:00:12.2018000
unlocked: 00:00:03.1923411
monitored: 00:00:04.1589988
0 current keys, 5 max keys, 5 max concurrent use count
globallock: 00:00:12.3603760
----------- sequential -----------
0 -> 294
1 -> 572
2 -> 849
3 -> 1.102
4 -> 1.354
5 -> 1.680
6 -> 1.428
7 -> 1.081
8 -> 843
9 -> 543
10 -> 254
Sum: 10.000
----------- unlocked -----------
0 -> 272 !
1 -> 469 !
2 -> 671 !
3 -> 818 !
4 -> 958 !
5 -> 1.106 !
6 -> 988 !
7 -> 810 !
8 -> 688 !
9 -> 468 !
10 -> 235 !
Sum: 7.483
----------- monitored -----------
0 -> 294
1 -> 572
2 -> 849
3 -> 1.102
4 -> 1.354
5 -> 1.680
6 -> 1.428
7 -> 1.081
8 -> 843
9 -> 543
10 -> 254
Sum: 10.000
----------- globallock -----------
0 -> 294
1 -> 572
2 -> 849
3 -> 1.102
4 -> 1.354
5 -> 1.680
6 -> 1.428
7 -> 1.081
8 -> 843
9 -> 543
10 -> 254
Sum: 10.000