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/report-entry-arrays.h | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 src/report-entry-arrays.h (limited to 'src/report-entry-arrays.h') diff --git a/src/report-entry-arrays.h b/src/report-entry-arrays.h new file mode 100644 index 0000000..70d9f03 --- /dev/null +++ b/src/report-entry-arrays.h @@ -0,0 +1,8 @@ +#ifndef _JIO_REPORT_ENTRY_ARRAYS +#define _JIO_REPORT_ENTRY_ARRAYS + +typedef struct iou_t iou_t; + +int jio_report_entry_arrays(iou_t *iou, int argc, char *argv[]); + +#endif -- cgit v1.2.3