diff options
| author | Russ Cox <rsc@swtch.com> | 2007-09-25 09:47:31 -0400 |
|---|---|---|
| committer | Russ Cox <rsc@swtch.com> | 2007-09-25 09:47:31 -0400 |
| commit | 7a400ee957a0815287af806e18ef90dd18b47f82 (patch) | |
| tree | 023076fb829f630384f2f394eb9577a81fdca59e /src/cmd/venti/srv/httpd.c | |
| parent | 25a4e89fa907ed5a5f5d84eccfb66180007d9c68 (diff) | |
| download | plan9port-7a400ee957a0815287af806e18ef90dd18b47f82.tar.gz plan9port-7a400ee957a0815287af806e18ef90dd18b47f82.zip | |
venti: new icache
Diffstat (limited to 'src/cmd/venti/srv/httpd.c')
| -rw-r--r-- | src/cmd/venti/srv/httpd.c | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/src/cmd/venti/srv/httpd.c b/src/cmd/venti/srv/httpd.c index 6b7f20fa..51d8b9a1 100644 --- a/src/cmd/venti/srv/httpd.c +++ b/src/cmd/venti/srv/httpd.c @@ -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 |
