plan9port

fork of plan9port with libvec, libstr and libsdb
Log | Files | Refs | README | LICENSE

commit 4ded140a678f691b0d7b4ae8f7122de9b2993e89
parent 3f79d3ee64bf4e7f1e20ed2667be6ae88e925e06
Author: David du Colombier <0intro@gmail.com>
Date:   Mon,  7 May 2012 16:20:44 +0200

venti: remove bloomlookuptime in stats

R=rsc
http://codereview.appspot.com/6197057

Diffstat:
Msrc/cmd/venti/srv/www/stats.js | 3---
1 file changed, 0 insertions(+), 3 deletions(-)

diff --git a/src/cmd/venti/srv/www/stats.js b/src/cmd/venti/srv/www/stats.js @@ -20,8 +20,6 @@ graphname = new Array( "bloom hit %", "arg=bloommiss&graph=pctdiff&arg2=bloomlookup&max=100", "bloom miss %", - "arg=bloomlookuptime&graph=divdiff&arg2=bloomlookup", - "bloom lookup time", "arg=bloomones&graph=pct&arg2=bloombits&max=100", "bloom usage %", @@ -158,7 +156,6 @@ column2 = new Array( "arg=lumpstall", "!timings", - "arg=bloomlookuptime&graph=divdiff&arg2=bloomlookup", "arg=icachelookuptime&graph=divdiff&arg2=icachelookup", "arg=lcachelookuptime&graph=divdiff&arg2=lcachelookup", "arg=dcachelookuptime&graph=divdiff&arg2=dcachelookup",