fix page_bin and pages statistics; merge thread-local statistics regularly with main statistics; bump version to 3.0.4

This commit is contained in:
Daan 2025-05-20 18:15:36 -07:00
parent 15b2d1cbd6
commit 3301ba09b4
10 changed files with 35 additions and 24 deletions

View file

@ -372,6 +372,7 @@ int main(int argc, char** argv) {
mi_free(json);
}
#endif
mi_collect(true);
mi_stats_print(NULL);
#endif
//bench_end_program();