BtreeWriteStats contains btree write statistics for a specific type.
| 47 | |
| 48 | // BtreeWriteStats contains btree write statistics for a specific type. |
| 49 | type BtreeWriteStats struct { |
| 50 | Count uint64 |
| 51 | SizeBytes uint64 |
| 52 | } |
| 53 | |
| 54 | // DeviceStats contains statistics for a Bcachefs device. |
| 55 | type DeviceStats struct { |
nothing calls this directly
no outgoing calls
no test coverage detected