Overview
SHA1 Hash: | caa9544f93a8c3c3d62a981b731d2797292b3e94 |
---|---|
Date: | 2008-11-09 22:59:18 |
User: | drh |
Comment: | Tweaks to the formatting of the "stat" webpage. |
Timelines: | ancestors | descendants | both | trunk |
Other Links: | files | ZIP archive | manifest |
Tags And Properties
- branch=trunk inherited from [a28c83647d]
- sym-trunk inherited from [a28c83647d]
Changes
[hide diffs]Modified src/stat.c from [3af9e4ec2b] to [bc48427706].
@@ -46,11 +46,11 @@ @ %d(fsize) bytes @ </td></tr> @ <tr><th>Number Of Artifacts:</th><td> n = db_int(0, "SELECT count(*) FROM blob"); m = db_int(0, "SELECT count(*) FROM delta"); - @ %d(n-m) complete, %d(m) deltas, %d(n) total + @ %d(n) (stored as %d(n-m) full text and %d(m) delta blobs) @ </td></tr> if( n>0 ){ int a, b; @ <tr><th>Uncompressed Artifact Size:</th><td> t = db_int64(0, "SELECT total(size) FROM blob WHERE size>0"); @@ -66,11 +66,11 @@ } a = t/fsize; @ %d(a):%d(b) @ </td></tr> } - @ <tr><th>Number Of Baselines:</th><td> + @ <tr><th>Number Of Check-ins:</th><td> n = db_int(0, "SELECT count(distinct mid) FROM mlink"); @ %d(n) @ </td></tr> @ <tr><th>Number Of Files:</th><td> n = db_int(0, "SELECT count(*) FROM filename");