func runtime/pprof.scaleMutexProfile

2 uses

	runtime/pprof (current package)
		pprof.go#L912: 		return printCountCycleProfile(w, "contentions", "delay", scaleMutexProfile, p)
		pprof.go#L940: func scaleMutexProfile(cnt int64, ns float64) (int64, float64) {