Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TestRelatedGoroutinesV2Trace (0.31 sec)

  1. src/internal/trace/summary_test.go

    		}
    	}
    	for name, dt := range stats.RangeTime {
    		if dt < 0 {
    			t.Errorf("found negative RangeTime for range %s", name)
    		}
    	}
    }
    
    func TestRelatedGoroutinesV2Trace(t *testing.T) {
    	testPath := "testdata/tests/go122-gc-stress.test"
    	trc, _, err := testtrace.ParseFile(testPath)
    	if err != nil {
    		t.Fatalf("malformed test %s: bad trace file: %v", testPath, err)
    	}
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 17 18:48:18 UTC 2024
    - 13.4K bytes
    - Viewed (0)
Back to top