Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for cpuProfilingBroken (0.12 sec)

  1. src/runtime/pprof/pprof_test.go

    	if err != nil {
    		t.Fatal(err)
    	}
    	for _, sample := range p.Sample {
    		count := uintptr(sample.Value[0])
    		f(count, sample.Location, sample.Label)
    	}
    	return p
    }
    
    func cpuProfilingBroken() bool {
    	switch runtime.GOOS {
    	case "plan9":
    		// Profiling unimplemented.
    		return true
    	case "aix":
    		// See https://golang.org/issue/45170.
    		return true
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 18:42:28 UTC 2024
    - 68.8K bytes
    - Viewed (0)
Back to top