Update of /cvsroot/javaprofiler/library/demo/05
In directory usw-pr-cvs1:/tmp/cvs-serv21227/demo/05
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/05/Test.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** Test.java 9 Dec 2001 16:49:32 -0000 1.1
--- Test.java 15 Apr 2002 21:04:17 -0000 1.2
***************
*** 88,95 ****
// stay for a server (so dynamic library must stay for a client)
iprof = new IProf( new CommunSetupSocket(
! CommunSetupSocket.SERVER_MODE));
! iprof.run();
try {
// til profiled program is going, do nothing
--- 88,96 ----
// stay for a server (so dynamic library must stay for a client)
iprof = new IProf( new CommunSetupSocket(
! CommunSetupSocket.SERVER_MODE));
try {
+
+ iprof.run();
// til profiled program is going, do nothing
|