testing.B.extra (field)
7 uses
testing (current package)
benchmark.go#L115: extra map[string]float64
benchmark.go#L148: if b.extra == nil {
benchmark.go#L151: b.extra = make(map[string]float64, 16)
benchmark.go#L153: for k := range b.extra {
benchmark.go#L154: delete(b.extra, k)
benchmark.go#L328: b.result = BenchmarkResult{b.N, b.duration, b.bytes, b.netAllocs, b.netBytes, b.extra}
benchmark.go#L347: b.extra[unit] = n
![]() |
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. |