type testing.BenchmarkResult
12 uses
testing (current package)
benchmark.go#L107: result BenchmarkResult
benchmark.go#L295: func (b *B) doBench() BenchmarkResult {
benchmark.go#L361: b.result = BenchmarkResult{b.N, b.duration, b.bytes, b.netAllocs, b.netBytes, b.extra}
benchmark.go#L536: type BenchmarkResult struct {
benchmark.go#L548: func (r BenchmarkResult) NsPerOp() int64 {
benchmark.go#L559: func (r BenchmarkResult) mbPerSec() float64 {
benchmark.go#L571: func (r BenchmarkResult) AllocsPerOp() int64 {
benchmark.go#L583: func (r BenchmarkResult) AllocedBytesPerOp() int64 {
benchmark.go#L600: func (r BenchmarkResult) String() string {
benchmark.go#L665: func (r BenchmarkResult) MemString() string {
benchmark.go#L877: func (b *B) add(other BenchmarkResult) {
benchmark.go#L1008: func Benchmark(f func(b *B)) BenchmarkResult {
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)