testing.BenchmarkResult.T (field)
6 uses
testing (current package)
benchmark.go#L520: T time.Duration // The total time taken.
benchmark.go#L537: return r.T.Nanoseconds() / int64(r.N)
benchmark.go#L545: if r.Bytes <= 0 || r.T <= 0 || r.N <= 0 {
benchmark.go#L548: return (float64(r.Bytes) * float64(r.N) / 1e6) / r.T.Seconds()
benchmark.go#L589: ns = float64(r.T.Nanoseconds()) / float64(r.N)
benchmark.go#L862: r.T += time.Duration(other.NsPerOp())
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)