Searched refs:statline (Results 1 - 1 of 1) sorted by relevance

/opensolaris-onvv-gate/usr/src/lib/libsqlite/tool/
H A Dspaceanal.tcl114 proc statline {title value {extra {}}} { procedure
164 statline "Percentage of total database" \
166 statline "Number of entries" $nentry
168 statline "Bytes of storage consumed" $storage
169 statline "Bytes of payload" $payload [percent $payload $storage]
170 statline "Bytes of data" $data [percent $data $storage]
172 statline "Bytes of key" $key [percent $key $storage]
174 statline "Average payload per entry" $avgpay
176 statline "Average unused bytes per entry" $avgunused
177 statline "Averag
[all...]

Completed in 102 milliseconds