testing.BenchmarkResult.AllocedBytesPerOp (method)

3 uses

	testing (current package)
		benchmark.go#L578: func (r BenchmarkResult) AllocedBytesPerOp() int64 {
		benchmark.go#L662: 		r.AllocedBytesPerOp(), r.AllocsPerOp())
		benchmark.go#L888: 	r.MemBytes += uint64(other.AllocedBytesPerOp())