diff options
author | Vito Caputo <vcaputo@pengaru.com> | 2021-08-14 18:13:59 -0700 |
---|---|---|
committer | Vito Caputo <vcaputo@pengaru.com> | 2021-08-14 18:19:04 -0700 |
commit | aafd020086ed36ba24a76ac32b35e031bc08cf82 (patch) | |
tree | 9be7b097fdeb461ef17a7f06d9356006f6f01fe0 /src/Makefile.am | |
parent | acf6b48fbba3c076839e55ceb426d1a54aa750f9 (diff) |
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.
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
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 \ |