tell user that how to exit :)

This commit is contained in:
Brian Matzon 2004-02-04 21:52:50 +00:00
parent 9670eda6d9
commit 245ef8ab03
1 changed files with 1 additions and 0 deletions

View File

@ -193,6 +193,7 @@ public class StressTest extends BasicTest {
System.out.println("FreeMemory: " + Runtime.getRuntime().freeMemory() / 1024);
System.out.println("TotalMemory: " + Runtime.getRuntime().totalMemory() / 1024);
System.out.println("========================");
System.out.println("Push any key to exit...");
System.in.read();
} catch (Exception e) {
}