aboutsummaryrefslogtreecommitdiff
path: root/stat.go
blob: b01fa9955a2ee40f1e7580d0df493646bdae4ce8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
package bolt

type Stat struct {
	PageSize          int
	Depth             int
	BranchPageCount   int
	LeafPageCount     int
	OverflowPageCount int
	EntryCount        int
}