type testing.B

28 uses

	testing (current package)
		benchmark.go#L78: 	F    func(b *B)
		benchmark.go#L94: type B struct {
		benchmark.go#L101: 	benchFunc        func(b *B)
		benchmark.go#L122: func (b *B) StartTimer() {
		benchmark.go#L135: func (b *B) StopTimer() {
		benchmark.go#L148: func (b *B) ResetTimer() {
		benchmark.go#L171: func (b *B) SetBytes(n int64) { b.bytes = n }
		benchmark.go#L176: func (b *B) ReportAllocs() {
		benchmark.go#L181: func (b *B) runN(n int) {
		benchmark.go#L219: func (b *B) run1() bool {
		benchmark.go#L263: func (b *B) run() {
		benchmark.go#L283: func (b *B) doBench() BenchmarkResult {
		benchmark.go#L293: func (b *B) launch() {
		benchmark.go#L349: func (b *B) ReportMetric(n float64, unit string) {
		benchmark.go#L541: 	main := &B{
		benchmark.go#L548: 		benchFunc: func(b *B) {
		benchmark.go#L564: func (ctx *benchContext) processBench(b *B) {
		benchmark.go#L576: 				b = &B{
		benchmark.go#L623: func (b *B) Run(name string, f func(b *B)) bool {
		benchmark.go#L639: 	sub := &B{
		benchmark.go#L686: func (b *B) add(other BenchmarkResult) {
		benchmark.go#L706: func (b *B) trimOutput() {
		benchmark.go#L756: func (b *B) RunParallel(body func(*PB)) {
		benchmark.go#L800: func (b *B) SetParallelism(p int) {
		benchmark.go#L814: func Benchmark(f func(b *B)) BenchmarkResult {
		benchmark.go#L815: 	b := &B{
		testing.go#L770: var _ TB = (*B)(nil)