From 576e8dc70825a04af3ac9890491d348959bf19ce Mon Sep 17 00:00:00 2001 From: Louis Burda Date: Thu, 4 Aug 2022 10:59:55 +0200 Subject: Vincent' working single eviction test --- read.c | 2 ++ 1 file changed, 2 insertions(+) mode change 100644 => 100755 read.c (limited to 'read.c') diff --git a/read.c b/read.c old mode 100644 new mode 100755 index 28d7b8a..b71271a --- a/read.c +++ b/read.c @@ -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) -- cgit v1.2.3-71-gd317