From 131ab3addbc9eaf629803992e058bea1ddf931cc Mon Sep 17 00:00:00 2001 From: David du Colombier <0intro@gmail.com> Date: Mon, 16 Jan 2012 16:55:23 -0500 Subject: venti: fix scacheprefetch stats R=rsc CC=plan9port.codebot http://codereview.appspot.com/5507045 --- src/cmd/venti/srv/www/stats.js | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/cmd/venti') diff --git a/src/cmd/venti/srv/www/stats.js b/src/cmd/venti/srv/www/stats.js index 3232b939..bf8cdbd5 100644 --- 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", -- cgit v1.2.3