aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBjoern Brandenburg <bbb@mpi-sws.org>2013-12-13 02:32:44 -0500
committerBjoern Brandenburg <bbb@mpi-sws.org>2013-12-13 02:40:31 -0500
commit2a34c7b9804f545a9c3f4afe85a8f423914e97ac (patch)
tree2edae055336da27c926a7ffbdb800eb837395123
parent5f9982d2624f04df692f39f5dd6c9aae64bf9891 (diff)
testmain: let user know we are entering an infinite loopstaging
-rw-r--r--native/src/testmain.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/native/src/testmain.cpp b/native/src/testmain.cpp
index acb930b..da6f20a 100644
--- a/native/src/testmain.cpp
+++ b/native/src/testmain.cpp
@@ -1023,6 +1023,8 @@ int main(int argc, char** argv)
1023 1023
1024 // Run the LP code in a loop to see if memory footprint increases 1024 // Run the LP code in a loop to see if memory footprint increases
1025 // significantly. 1025 // significantly.
1026 cout << endl << endl << "Running LP code in a loop to test for memory "
1027 << "leaks." << endl << "Press CTRL+C to exit..." << endl;
1026 while (check_for_memory_leaks) { 1028 while (check_for_memory_leaks) {
1027 results = lp_dflp_bounds(rsi, loc); 1029 results = lp_dflp_bounds(rsi, loc);
1028 delete results; 1030 delete results;