]> git.xonotic.org Git - xonotic/gmqcc.git/blobdiff - test.c
remove the ast tree earlier - saves over 3% peak memory usage
[xonotic/gmqcc.git] / test.c
diff --git a/test.c b/test.c
index 6682983a30e997278cd1745b585480a128bc916d..e6567f05c21cbd888eb3a5f7a42fd31a2a7515b3 100644 (file)
--- a/test.c
+++ b/test.c
@@ -1283,6 +1283,7 @@ int main(int argc, char **argv) {
     char         *defs     = NULL;
 
     con_init();
+    OPTS_OPTION_U16(OPTION_MEMDUMPCOLS) = 16;
 
     /*
      * Command line option parsing commences now We only need to support
@@ -1321,7 +1322,7 @@ int main(int argc, char **argv) {
     }
     con_change(redirout, redirerr);
     succeed = test_perform("tests", defs);
-    util_meminfo();
+    stat_info();
 
 
     return (succeed) ? EXIT_SUCCESS : EXIT_FAILURE;