Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for takeFullFirstLevel (0.11 sec)

  1. pkg/kubelet/cm/cpumanager/cpu_assignment.go

    	for _, x := range xs {
    		sum += (float64(x) - m) * (float64(x) - m)
    	}
    	s := math.Sqrt(sum / float64(len(xs)))
    	return math.Round(s*1000) / 1000
    }
    
    type numaOrSocketsFirstFuncs interface {
    	takeFullFirstLevel()
    	takeFullSecondLevel()
    	sortAvailableNUMANodes() []int
    	sortAvailableSockets() []int
    	sortAvailableCores() []int
    }
    
    type numaFirst struct{ acc *cpuAccumulator }
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Jan 25 23:56:21 UTC 2024
    - 36.3K bytes
    - Viewed (0)
Back to top