From: Marek P. <ma...@us...> - 2002-01-26 22:50:30
|
Update of /cvsroot/javaprofiler/library/demo/04 In directory usw-pr-cvs1:/tmp/cvs-serv26803/demo/04 Modified Files: Test.java Log Message: fixes of shared memory communication for win32 Index: Test.java =================================================================== RCS file: /cvsroot/javaprofiler/library/demo/04/Test.java,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -r1.2 -r1.3 *** Test.java 2002/01/26 10:19:44 1.2 --- Test.java 2002/01/26 22:50:27 1.3 *************** *** 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(); |