Add printing summary reports (#4909) (#5018)

This commit is contained in:
Wilson Snyder
2024-03-25 07:03:17 -04:00
committed by GitHub
parent 34e4cffb62
commit 4df9e2e0e5
25 changed files with 585 additions and 32 deletions
+4
View File
@@ -110,6 +110,10 @@ private:
puts("\n");
}
puts("// Print statistical summary report\n");
puts("contextp->printStatsSummary();\n");
puts("\n");
puts("return 0;\n");
puts("}\n");