Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for mustHaveCPUProfiling (0.46 sec)

  1. src/cmd/pprof/pprof_test.go

    		t.Fatal(pprofPathErr)
    	}
    	return pprofExePath
    }
    
    var (
    	pprofPathOnce sync.Once
    	pprofExePath  string
    	pprofPathErr  error
    )
    
    // See also runtime/pprof.cpuProfilingBroken.
    func mustHaveCPUProfiling(t *testing.T) {
    	switch runtime.GOOS {
    	case "plan9":
    		t.Skipf("skipping on %s, unimplemented", runtime.GOOS)
    	case "aix":
    		t.Skipf("skipping on %s, issue 45170", runtime.GOOS)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Aug 03 16:07:59 UTC 2023
    - 3.4K bytes
    - Viewed (0)
Back to top