diff options
| author | Louis Burda <quent.burda@gmail.com> | 2022-08-04 10:59:55 +0200 |
|---|---|---|
| committer | Louis Burda <quent.burda@gmail.com> | 2022-08-04 10:59:55 +0200 |
| commit | 576e8dc70825a04af3ac9890491d348959bf19ce (patch) | |
| tree | a87ea6a627ade4cfc883aa00ec1f22b22d71efd1 /read.c | |
| parent | 8dc6462e70009c0bbcf0bbfcfd2d4494d3772580 (diff) | |
| download | cachepc-576e8dc70825a04af3ac9890491d348959bf19ce.tar.gz cachepc-576e8dc70825a04af3ac9890491d348959bf19ce.zip | |
Vincent' working single eviction test
Diffstat (limited to 'read.c')
| -rwxr-xr-x[-rw-r--r--] | read.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -17,6 +17,8 @@ main(int argc, const char **argv) assert(len == sizeof(counts)); for (i = 0; i < 64; i++) { + //printf("%d %hu\n", i, counts[i]); + //continue; if (i % 16 == 0 && i) printf("\n"); if (counts[i] > 0) |
