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#L531: type BenchmarkResult struct {
benchmark.go#L543: func (r BenchmarkResult) NsPerOp() int64 {
benchmark.go#L554: func (r BenchmarkResult) mbPerSec() float64 {
benchmark.go#L566: func (r BenchmarkResult) AllocsPerOp() int64 {
benchmark.go#L578: func (r BenchmarkResult) AllocedBytesPerOp() int64 {
benchmark.go#L595: func (r BenchmarkResult) String() string {
benchmark.go#L660: func (r BenchmarkResult) MemString() string {
benchmark.go#L872: func (b *B) add(other BenchmarkResult) {
benchmark.go#L1003: func Benchmark(f func(b *B)) BenchmarkResult {
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)