commit 131ab3addbc9eaf629803992e058bea1ddf931cc
parent 9a201244bf1ff833906612245a24732774b8db8f
Author: David du Colombier <0intro@gmail.com>
Date: Mon, 16 Jan 2012 16:55:23 -0500
venti: fix scacheprefetch stats
R=rsc
CC=plan9port.codebot
http://codereview.appspot.com/5507045
Diffstat:
1 file changed, 2 insertions(+), 0 deletions(-)
diff --git a/src/cmd/venti/srv/www/stats.js b/src/cmd/venti/srv/www/stats.js
@@ -46,6 +46,8 @@ graphname = new Array(
"icache lookup time",
"arg=icacheprefetch&graph=diff",
"icache prefetches/second",
+ "arg=scacheprefetch&graph=diff",
+ "scache prefetches/second",
"arg=icachewrite&graph=diff",
"icache writes/second",