func time.Since
13 uses
time (current package)
time.go#L868: func Since(t Time) Duration {
go.etcd.io/bbolt
bolt_unix.go#L35: if timeout != 0 && time.Since(t) > timeout-flockRetryTimeout {
tx.go#L155: tx.stats.RebalanceTime += time.Since(startTime)
tx.go#L164: tx.stats.SpillTime += time.Since(startTime)
tx.go#L212: tx.stats.WriteTime += time.Since(startTime)
net/http
h2_bundle.go#L7306: return cc.idleTimeout != 0 && !cc.lastIdle.IsZero() && time.Since(cc.lastIdle.Round(0)) > cc.idleTimeout
transport.go#L1961: t.IdleTime = time.Since(idleAt)
testing
benchmark.go#L136: b.duration += time.Since(b.start)
run_example.go#L51: timeSpent := time.Since(start)
testing.go#L1042: t.duration += time.Since(t.start)
testing.go#L1134: root.duration += time.Since(root.start)
testing.go#L1149: t.duration += time.Since(t.start)
testing.go#L1163: t.duration += time.Since(cleanupStart)
The pages are generated with Golds v0.2.8-preview. (GOOS=darwin GOARCH=arm64)