type testing.BenchmarkResult
12 uses
testing (current package)
benchmark.go#L107: result BenchmarkResult
benchmark.go#L295: func (b *B) doBench() BenchmarkResult {
benchmark.go#L358: b.result = BenchmarkResult{b.N, b.duration, b.bytes, b.netAllocs, b.netBytes, b.extra}
benchmark.go#L518: type BenchmarkResult struct {
benchmark.go#L530: func (r BenchmarkResult) NsPerOp() int64 {
benchmark.go#L541: func (r BenchmarkResult) mbPerSec() float64 {
benchmark.go#L553: func (r BenchmarkResult) AllocsPerOp() int64 {
benchmark.go#L565: func (r BenchmarkResult) AllocedBytesPerOp() int64 {
benchmark.go#L582: func (r BenchmarkResult) String() string {
benchmark.go#L647: func (r BenchmarkResult) MemString() string {
benchmark.go#L857: func (b *B) add(other BenchmarkResult) {
benchmark.go#L988: func Benchmark(f func(b *B)) BenchmarkResult {
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)