tventi: fix scacheprefetch stats - plan9port - [fork] Plan 9 from user space
 (HTM) git clone git://src.adamsgaard.dk/plan9port
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit 131ab3addbc9eaf629803992e058bea1ddf931cc
 (DIR) parent 9a201244bf1ff833906612245a24732774b8db8f
 (HTM) 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:
         M src/cmd/venti/srv/www/stats.js      |       2 ++
       
       1 file changed, 2 insertions(+), 0 deletions(-)
       ---
 (DIR) diff --git a/src/cmd/venti/srv/www/stats.js b/src/cmd/venti/srv/www/stats.js
       t@@ -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",