testing.BenchmarkResult.MemAllocs (field)
3 uses
testing (current package)
benchmark.go#L355: MemAllocs uint64 // The total number of memory allocations.
benchmark.go#L393: return int64(r.MemAllocs) / int64(r.N)
benchmark.go#L692: r.MemAllocs += uint64(other.AllocsPerOp())
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |