testing.BenchmarkResult.AllocedBytesPerOp (method)

3 uses

	testing (current package)
		benchmark.go#L407: func (r BenchmarkResult) AllocedBytesPerOp() int64 {
		benchmark.go#L491: 		r.AllocedBytesPerOp(), r.AllocsPerOp())
		benchmark.go#L702: 	r.MemBytes += uint64(other.AllocedBytesPerOp())