Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for MemProf (0.29 sec)

  1. src/runtime/crash_test.go

    		}
    
    		top, err := cmd.CombinedOutput()
    		t.Logf("%s:\n%s", cmd.Args, top)
    		if err != nil {
    			t.Error(err)
    		} else if !bytes.Contains(top, []byte("MemProf")) {
    			t.Error("missing MemProf in pprof output")
    		}
    	}
    }
    
    var concurrentMapTest = flag.Bool("run_concurrent_map_tests", false, "also run flaky concurrent map tests")
    
    func TestConcurrentMapWrites(t *testing.T) {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 17 19:46:10 UTC 2024
    - 27K bytes
    - Viewed (0)
Back to top