internal/profile.Options.SampleMeanDivisor (field)

3 uses

	internal/profile (current package)
		graph.go#L29: 	SampleMeanDivisor func(s []int64) int64 // Function to compute the divisor for mean graphs, or nil
		graph.go#L250: 		if o.SampleMeanDivisor != nil {
		graph.go#L251: 			dw = o.SampleMeanDivisor(sample.Value)