From: Marek P. <ma...@us...> - 2002-01-26 23:52:47
|
Update of /cvsroot/javaprofiler/library/demo/04 In directory usw-pr-cvs1:/tmp/cvs-serv7830/demo/04 Modified Files: Test.java Log Message: fixes Index: Test.java =================================================================== RCS file: /cvsroot/javaprofiler/library/demo/04/Test.java,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -r1.3 -r1.4 *** Test.java 2002/01/26 22:50:27 1.3 --- Test.java 2002/01/26 23:52:44 1.4 *************** *** 118,122 **** // initialize and start communication // sockets are used by default ! iprof = new IProf(); iprof.run(); --- 118,122 ---- // initialize and start communication // sockets are used by default ! iprof = new IProf(); iprof.run(); *************** *** 124,134 **** // til profiled program is going, do nothing ! while( !iprof.isShutdowned()) { System.out.println( "waiting..."); Thread.sleep( 1000); ! } ! // profiled program has finished, so ask for all classes askForClasses(); --- 124,134 ---- // til profiled program is going, do nothing ! while( !iprof.isShutdowned()) { System.out.println( "waiting..."); Thread.sleep( 1000); ! } ! // profiled program has finished, so ask for all classes askForClasses(); |