From: Marek P. <ma...@us...> - 2002-04-15 21:04:28
|
Update of /cvsroot/javaprofiler/library/demo/04 In directory usw-pr-cvs1:/tmp/cvs-serv21227/demo/04 Modified Files: Test.java Log Message: serious bug fixes - monitors, deactivating... interface version checking added new test program for testing of memory profiling added Index: Test.java =================================================================== RCS file: /cvsroot/javaprofiler/library/demo/04/Test.java,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -r1.5 -r1.6 *** Test.java 4 Apr 2002 00:49:14 -0000 1.5 --- Test.java 15 Apr 2002 21:04:16 -0000 1.6 *************** *** 125,131 **** // sockets are used by default iprof = new IProf(); - iprof.run(); try { // til profiled program is going, do nothing --- 125,132 ---- // sockets are used by default iprof = new IProf(); try { + + iprof.run(); // til profiled program is going, do nothing |