venti: new icache
This commit is contained in:
parent
25a4e89fa9
commit
7a400ee957
17 changed files with 854 additions and 468 deletions
|
|
@ -895,7 +895,7 @@ static char* graphname[] =
|
|||
|
||||
"icachehit",
|
||||
"icachemiss",
|
||||
"icachelookup",
|
||||
"icacheread",
|
||||
"icachewrite",
|
||||
"icachefill",
|
||||
"icacheprefetch",
|
||||
|
|
@ -904,6 +904,9 @@ static char* graphname[] =
|
|||
"icacheflush",
|
||||
"icachestall",
|
||||
"icachelookuptime",
|
||||
"icachelookup",
|
||||
"scachehit",
|
||||
"scacheprefetch",
|
||||
|
||||
"bloomhit",
|
||||
"bloommiss",
|
||||
|
|
@ -925,6 +928,9 @@ static char* graphname[] =
|
|||
|
||||
"sumread",
|
||||
"sumreadbyte",
|
||||
|
||||
"cigload",
|
||||
"cigloadtime",
|
||||
};
|
||||
|
||||
static int
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue