type go.etcd.io/bbolt.TxStats

10 uses

	go.etcd.io/bbolt (current package)
		db.go#L1089: 	TxStats TxStats // global, ongoing stats.
		tx.go#L31: 	stats          TxStats
		tx.go#L93: func (tx *Tx) Stats() TxStats {
		tx.go#L665: type TxStats struct {
		tx.go#L691: func (s *TxStats) add(other *TxStats) {
		tx.go#L709: func (s *TxStats) Sub(other *TxStats) TxStats {
		tx.go#L710: 	var diff TxStats