mirror of
https://github.com/9fans/plan9port.git
synced 2025-01-12 11:10:07 +00:00
venti: remove bloomlookuptime in stats
R=rsc http://codereview.appspot.com/6197057
This commit is contained in:
parent
3f79d3ee64
commit
4ded140a67
1 changed files with 0 additions and 3 deletions
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue