Dump memory usage stats after partitioning.

This commit is contained in:
Daniel Patterson
2017-02-06 05:52:52 -08:00
committed by Patrick Niklaus
parent b789da45bd
commit b62b09e5f6
8 changed files with 37 additions and 14 deletions
+1
View File
@@ -181,6 +181,7 @@ int main(int argc, char *argv[]) try
auto exitcode = contractor::Contractor(contractor_config).Run();
util::DumpSTXXLStats();
util::DumpMemoryStats();
return exitcode;