-
Notifications
You must be signed in to change notification settings - Fork 0
/
app.log
170 lines (124 loc) · 7.42 KB
/
app.log
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
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
[weixingsun@wsun test1]$ sudo python ../rust_perf.py -n test1 -i 1 -d 5 -b add
Tracing function test1.add functions ... Hit Ctrl-C to end.
16:23:31
msecs : count distribution
0 -> 1 : 0 | |
2 -> 3 : 0 | |
4 -> 7 : 0 | |
8 -> 15 : 33 |****************************************|
avg = 10 msecs, total: 332 msecs, count: 33
16:23:32
msecs : count distribution
0 -> 1 : 0 | |
2 -> 3 : 0 | |
4 -> 7 : 0 | |
8 -> 15 : 33 |****************************************|
avg = 10 msecs, total: 665 msecs, count: 66
16:23:33
msecs : count distribution
0 -> 1 : 0 | |
2 -> 3 : 0 | |
4 -> 7 : 0 | |
8 -> 15 : 33 |****************************************|
avg = 10 msecs, total: 999 msecs, count: 99
16:23:34
msecs : count distribution
0 -> 1 : 0 | |
2 -> 3 : 0 | |
4 -> 7 : 0 | |
8 -> 15 : 33 |****************************************|
avg = 10 msecs, total: 1332 msecs, count: 132
16:23:35
msecs : count distribution
0 -> 1 : 0 | |
2 -> 3 : 0 | |
4 -> 7 : 0 | |
8 -> 15 : 33 |****************************************|
avg = 10 msecs, total: 1675 msecs, count: 166
Detaching...
[weixingsun@wsun test1]$ sudo python ../rust_perf.py -n test1 -i 1 -d 5 -b sub
Tracing function test1.sub functions ... Hit Ctrl-C to end.
16:23:40
msecs : count distribution
0 -> 1 : 0 | |
2 -> 3 : 0 | |
4 -> 7 : 0 | |
8 -> 15 : 0 | |
16 -> 31 : 33 |****************************************|
avg = 20 msecs, total: 663 msecs, count: 33
16:23:41
msecs : count distribution
0 -> 1 : 0 | |
2 -> 3 : 0 | |
4 -> 7 : 0 | |
8 -> 15 : 0 | |
16 -> 31 : 33 |****************************************|
avg = 20 msecs, total: 1326 msecs, count: 66
16:23:42
msecs : count distribution
0 -> 1 : 0 | |
2 -> 3 : 0 | |
4 -> 7 : 0 | |
8 -> 15 : 0 | |
16 -> 31 : 33 |****************************************|
avg = 20 msecs, total: 1989 msecs, count: 99
16:23:43
msecs : count distribution
0 -> 1 : 0 | |
2 -> 3 : 0 | |
4 -> 7 : 0 | |
8 -> 15 : 0 | |
16 -> 31 : 34 |****************************************|
avg = 20 msecs, total: 2672 msecs, count: 133
16:23:44
msecs : count distribution
0 -> 1 : 0 | |
2 -> 3 : 0 | |
4 -> 7 : 0 | |
8 -> 15 : 0 | |
16 -> 31 : 33 |****************************************|
avg = 20 msecs, total: 3335 msecs, count: 166
Detaching...
[weixingsun@wsun test1]$ sudo python ../rust_perf.py -p 5504 -i 1 -d 5 -b loop
Tracing function [5504].loop functions ... Hit Ctrl-C to end.
16:18:51
msecs : count distribution
0 -> 1 : 0 | |
2 -> 3 : 0 | |
4 -> 7 : 0 | |
8 -> 15 : 0 | |
16 -> 31 : 32 |****************************************|
avg = 30 msecs, total: 966 msecs, count: 32
16:18:52
msecs : count distribution
0 -> 1 : 0 | |
2 -> 3 : 0 | |
4 -> 7 : 0 | |
8 -> 15 : 0 | |
16 -> 31 : 33 |****************************************|
avg = 30 msecs, total: 1962 msecs, count: 65
16:18:53
msecs : count distribution
0 -> 1 : 0 | |
2 -> 3 : 0 | |
4 -> 7 : 0 | |
8 -> 15 : 0 | |
16 -> 31 : 33 |****************************************|
avg = 30 msecs, total: 2988 msecs, count: 99
16:18:54
msecs : count distribution
0 -> 1 : 0 | |
2 -> 3 : 0 | |
4 -> 7 : 0 | |
8 -> 15 : 0 | |
16 -> 31 : 34 |****************************************|
avg = 30 msecs, total: 3985 msecs, count: 132
16:18:55
msecs : count distribution
0 -> 1 : 0 | |
2 -> 3 : 0 | |
4 -> 7 : 0 | |
8 -> 15 : 0 | |
16 -> 31 : 33 |****************************************|
avg = 30 msecs, total: 4981 msecs, count: 165
Detaching...