Update of /cvsroot/javaprofiler/library/demo/06
In directory usw-pr-cvs1:/tmp/cvs-serv21227/demo/06
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/06/Test.java,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -r1.4 -r1.5
*** Test.java 6 Mar 2002 22:03:20 -0000 1.4
--- Test.java 15 Apr 2002 21:04:17 -0000 1.5
***************
*** 50,56 ****
iprof = new IProf();
- iprof.run();
try {
// first of all, we need a thread ID
Iterator iterator = iprof.getAllThruIterator( 0,
--- 50,58 ----
iprof = new IProf();
try {
+
+ iprof.run();
+
// first of all, we need a thread ID
Iterator iterator = iprof.getAllThruIterator( 0,
|