Update of /cvsroot/javaprofiler/library/demo/03
In directory usw-pr-cvs1:/tmp/cvs-serv21227/demo/03
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/03/Test.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** Test.java 28 Nov 2001 23:34:52 -0000 1.1
--- Test.java 15 Apr 2002 21:04:15 -0000 1.2
***************
*** 67,73 ****
// sockets are used by default
iprof = new IProf();
- iprof.run();
try {
// run GC in a cycle while program is running
while( !iprof.isShutdowned()) {
--- 67,75 ----
// sockets are used by default
iprof = new IProf();
try {
+
+ iprof.run();
+
// run GC in a cycle while program is running
while( !iprof.isShutdowned()) {
|