@@ -43,7 +43,6 @@ func TestNodeTreeCollectFunctions(t *testing.T) {
4343 Package : "foo" ,
4444 DurationsNS : []uint64 {10 },
4545 SumDurationNS : 10 ,
46- SelfTimesNS : []uint64 {10 },
4746 SumSelfTimeNS : 10 ,
4847 MaxDuration : 10 ,
4948 },
@@ -68,7 +67,6 @@ func TestNodeTreeCollectFunctions(t *testing.T) {
6867 Package : "foo" ,
6968 DurationsNS : []uint64 {10 },
7069 SumDurationNS : 10 ,
71- SelfTimesNS : []uint64 {10 },
7270 SumSelfTimeNS : 10 ,
7371 MaxDuration : 10 ,
7472 },
@@ -103,7 +101,6 @@ func TestNodeTreeCollectFunctions(t *testing.T) {
103101 Package : "foo" ,
104102 DurationsNS : []uint64 {20 },
105103 SumDurationNS : 20 ,
106- SelfTimesNS : []uint64 {10 },
107104 SumSelfTimeNS : 10 ,
108105 MaxDuration : 10 ,
109106 },
@@ -114,7 +111,6 @@ func TestNodeTreeCollectFunctions(t *testing.T) {
114111 Package : "bar" ,
115112 DurationsNS : []uint64 {10 },
116113 SumDurationNS : 10 ,
117- SelfTimesNS : []uint64 {10 },
118114 SumSelfTimeNS : 10 ,
119115 MaxDuration : 10 ,
120116 },
@@ -167,7 +163,6 @@ func TestNodeTreeCollectFunctions(t *testing.T) {
167163 Function : "bar" ,
168164 Package : "bar" ,
169165 DurationsNS : []uint64 {10 },
170- SelfTimesNS : []uint64 {},
171166 SumDurationNS : 10 ,
172167 MaxDuration : 0 ,
173168 },
@@ -178,7 +173,6 @@ func TestNodeTreeCollectFunctions(t *testing.T) {
178173 Package : "foo" ,
179174 DurationsNS : []uint64 {10 },
180175 SumDurationNS : 10 ,
181- SelfTimesNS : []uint64 {10 },
182176 SumSelfTimeNS : 10 ,
183177 MaxDuration : 10 ,
184178 },
@@ -189,7 +183,6 @@ func TestNodeTreeCollectFunctions(t *testing.T) {
189183 Package : "baz" ,
190184 DurationsNS : []uint64 {10 },
191185 SumDurationNS : 10 ,
192- SelfTimesNS : []uint64 {10 },
193186 SumSelfTimeNS : 10 ,
194187 MaxDuration : 10 ,
195188 },
@@ -200,7 +193,6 @@ func TestNodeTreeCollectFunctions(t *testing.T) {
200193 Package : "main" ,
201194 DurationsNS : []uint64 {10 },
202195 SumDurationNS : 10 ,
203- SelfTimesNS : []uint64 {},
204196 SumSelfTimeNS : 0 ,
205197 MaxDuration : 0 ,
206198 },
@@ -297,7 +289,6 @@ func TestNodeTreeCollectFunctions(t *testing.T) {
297289 Function : "bar" ,
298290 Package : "bar" ,
299291 DurationsNS : []uint64 {10 , 20 },
300- SelfTimesNS : []uint64 {},
301292 SumDurationNS : 30 ,
302293 MaxDuration : 0 ,
303294 },
@@ -308,7 +299,6 @@ func TestNodeTreeCollectFunctions(t *testing.T) {
308299 Package : "foo" ,
309300 DurationsNS : []uint64 {10 , 20 },
310301 SumDurationNS : 30 ,
311- SelfTimesNS : []uint64 {10 , 20 },
312302 SumSelfTimeNS : 30 ,
313303 MaxDuration : 20 ,
314304 },
@@ -319,7 +309,6 @@ func TestNodeTreeCollectFunctions(t *testing.T) {
319309 Package : "baz" ,
320310 DurationsNS : []uint64 {10 , 20 },
321311 SumDurationNS : 30 ,
322- SelfTimesNS : []uint64 {10 , 20 },
323312 SumSelfTimeNS : 30 ,
324313 MaxDuration : 20 ,
325314 },
@@ -330,7 +319,6 @@ func TestNodeTreeCollectFunctions(t *testing.T) {
330319 Package : "qux" ,
331320 DurationsNS : []uint64 {10 },
332321 SumDurationNS : 10 ,
333- SelfTimesNS : []uint64 {10 },
334322 SumSelfTimeNS : 10 ,
335323 MaxDuration : 10 ,
336324 },
@@ -341,7 +329,6 @@ func TestNodeTreeCollectFunctions(t *testing.T) {
341329 Package : "main" ,
342330 DurationsNS : []uint64 {40 },
343331 SumDurationNS : 40 ,
344- SelfTimesNS : []uint64 {10 },
345332 SumSelfTimeNS : 10 ,
346333 MaxDuration : 10 ,
347334 },
@@ -396,7 +383,6 @@ func TestNodeTreeCollectFunctions(t *testing.T) {
396383 InApp : true ,
397384 DurationsNS : []uint64 {10 },
398385 SumDurationNS : 10 ,
399- SelfTimesNS : []uint64 {10 },
400386 SumSelfTimeNS : 10 ,
401387 MaxDuration : 10 ,
402388 },
@@ -433,7 +419,6 @@ func TestNodeTreeCollectFunctions(t *testing.T) {
433419 InApp : true ,
434420 DurationsNS : []uint64 {10 },
435421 SumDurationNS : 10 ,
436- SelfTimesNS : []uint64 {10 },
437422 SumSelfTimeNS : 10 ,
438423 MaxDuration : 10 ,
439424 },
0 commit comments