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

7 uses

	go.etcd.io/bbolt (current package)
		node.go#L303: 	n.bucket.tx.stats.Split++
		tx.go#L682: 	Split     int           // number of nodes split
		tx.go#L699: 	s.Split += other.Split
		tx.go#L718: 	diff.Split = s.Split - other.Split