Update of /cvsroot/javaprofiler/library/demo/07
In directory usw-pr-cvs1:/tmp/cvs-serv21227/demo/07
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/07/Test.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** Test.java 7 Mar 2002 17:15:38 -0000 1.2
--- Test.java 15 Apr 2002 21:04:17 -0000 1.3
***************
*** 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,
|