summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTheron Spiegl <tspiegl@gmail.com>2020-06-10 00:36:57 -0500
committerTheron Spiegl <tspiegl@gmail.com>2020-06-10 00:36:57 -0500
commitbb02dbc75cde5623f742878e0d055acb98ccd8da (patch)
treee491f6e3af38c5ab72ea5e061c1b45849288193f
parent7444090e98299b51b4e4205c8cbd174f3a172796 (diff)
debug stats
-rw-r--r--scraps/hashdriver.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/scraps/hashdriver.c b/scraps/hashdriver.c
index 82a285f..42a6f15 100644
--- a/scraps/hashdriver.c
+++ b/scraps/hashdriver.c
@@ -15,6 +15,8 @@
init_hashmap(map); \
}
+DebugStats_t DebugStats = {0};
+
void insert_test(HashMap map, bool with_names) {
int num = 100000;
for (int i = 0; i < num; i++) {