From: Marek P. <ma...@us...> - 2002-04-15 21:04:49
|
Update of /cvsroot/javaprofiler/library/demo/01 In directory usw-pr-cvs1:/tmp/cvs-serv21227/demo/01 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/01/Test.java,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -r1.4 -r1.5 *** Test.java 21 Nov 2001 22:31:52 -0000 1.4 --- Test.java 15 Apr 2002 21:04:15 -0000 1.5 *************** *** 102,108 **** // sockets are used by default iprof = new IProf(); - iprof.run(); try { // til profiled program is going, do nothing --- 102,109 ---- // sockets are used by default iprof = new IProf(); try { + + iprof.run(); // til profiled program is going, do nothing |