summaryrefslogtreecommitdiff
path: root/src/report-entry-arrays.h
diff options
context:
space:
mode:
authorVito Caputo <vcaputo@pengaru.com>2021-08-14 18:13:59 -0700
committerVito Caputo <vcaputo@pengaru.com>2021-08-14 18:19:04 -0700
commitaafd020086ed36ba24a76ac32b35e031bc08cf82 (patch)
tree9be7b097fdeb461ef17a7f06d9356006f6f01fe0 /src/report-entry-arrays.h
parentacf6b48fbba3c076839e55ceb426d1a54aa750f9 (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/report-entry-arrays.h')
-rw-r--r--src/report-entry-arrays.h8
1 files changed, 8 insertions, 0 deletions
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
© All Rights Reserved