Update of /cvsroot/javaprofiler/library/demo/02
In directory usw-pr-cvs1:/tmp/cvs-serv21227/demo/02
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/02/Test.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** Test.java 3 Dec 2001 16:26:25 -0000 1.2
--- Test.java 15 Apr 2002 21:04:15 -0000 1.3
***************
*** 104,110 ****
// sockets are used by default
iprof = new IProf();
- iprof.run();
try {
// til profiled program is going, do nothing
--- 104,111 ----
// sockets are used by default
iprof = new IProf();
try {
+
+ iprof.run();
// til profiled program is going, do nothing
|