From aafd020086ed36ba24a76ac32b35e031bc08cf82 Mon Sep 17 00:00:00 2001 From: Vito Caputo Date: Sat, 14 Aug 2021 18:13:59 -0700 Subject: report-entry-arrays: EntryArrayObject statistics This gives some visibility into EntryArrayObject duplication and utilization statistics. It's not the tidiest of code, just something I slapped together last night. --- src/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/Makefile.am') diff --git a/src/Makefile.am b/src/Makefile.am index 0ea6ebd..ccccf37 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -14,6 +14,8 @@ jio_SOURCES = \ readfile.h \ reclaim-tail-waste.c \ reclaim-tail-waste.h \ + report-entry-arrays.c \ + report-entry-arrays.h \ report-layout.c \ report-layout.h \ report-tail-waste.c \ -- cgit v1.2.3