go.etcd.io/bbolt.TxStats.SpillTime (field)

7 uses

	go.etcd.io/bbolt (current package)
		tx.go#L164: 	tx.stats.SpillTime += time.Since(startTime)
		tx.go#L684: 	SpillTime time.Duration // total time spent spilling
		tx.go#L701: 	s.SpillTime += other.SpillTime
		tx.go#L720: 	diff.SpillTime = s.SpillTime - other.SpillTime