Lines Matching full:benchmarkresult
111 type @"".BenchmarkResult struct { N int; T @"time".Duration; Bytes int64; MemAllocs uint64; MemBytes uint64 }
112 func (@"".r·2 @"".BenchmarkResult) AllocedBytesPerOp () (? int64) { if @"".r·2.N <= 0x0 { return 0x0 }; return int64(@"".r·2.MemBytes) / int64(@"".r·2.N) }
113 func (@"".r·2 @"".BenchmarkResult) AllocsPerOp () (? int64) { if @"".r·2.N <= 0x0 { return 0x0 }; return int64(@"".r·2.MemAllocs) / int64(@"".r·2.N) }
114 func (@"".r·2 @"".BenchmarkResult) MemString () (? string)
115 func (@"".r·2 @"".BenchmarkResult) NsPerOp () (? int64) { if @"".r·2.N <= 0x0 { return 0x0 }; return @"".r·2.T.Nanoseconds() / int64(@"".r·2.N) }
116 func (@"".r·2 @"".BenchmarkResult) String () (? string)
117 func (@"".r·2 @"".BenchmarkResult) @"".mbPerSec () (? float64) { if @"".r·2.Bytes <= 0x0 || @"".r·2.T <= @"time".Duration(0x0) || @"".r·2.N <= 0x0 { return 0 }; return float64(@"".r·2.Bytes) * float64(@"".r·2.N) / 12786682062094304179739022253232809188346257992355721833919106906625522642205759980012773798148063113870651109873281527379754908382364816614564560896000000p-492 / @"".r·2.T.Seconds() }
120 type @"".B struct { ? @"".common; N int; @"".previousN int; @"".previousDuration @"time".Duration; @"".benchmark @"".InternalBenchmark; @"".bytes int64; @"".timerOn bool; @"".showAllocResult bool; @"".result @"".BenchmarkResult; @"".parallelism int; @"".startAllocs uint64; @"".startBytes uint64; @"".netAllocs uint64; @"".netBytes uint64 }
130 func (@"".b·2 *@"".B) @"".run () (? @"".BenchmarkResult)
135 func @"".Benchmark (@"".f·2 func(@"".b *@"".B)) (? @"".BenchmarkResult)
376 0runtime.morestack_noctxt `0 "".~r0 .type."".BenchmarkResult