mirror of
https://github.com/9fans/plan9port.git
synced 2025-01-24 11:41:58 +00:00
venti: fix scacheprefetch stats
R=rsc CC=plan9port.codebot http://codereview.appspot.com/5507045
This commit is contained in:
parent
9a201244bf
commit
131ab3addb
1 changed files with 2 additions and 0 deletions
|
@ -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",
|
||||
|
||||
|
|
Loading…
Reference in a new issue