Update of /cvsroot/javaprofiler/library/demo/01
In directory usw-pr-cvs1:/tmp/cvs-serv12170/demo/01
Modified Files:
README Test.java dir.info
Log Message:
some parts completely rewritten;
changes in communication interface to make it faster;
ported to linux
Index: README
===================================================================
RCS file: /cvsroot/javaprofiler/library/demo/01/README,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** README 2001/09/02 15:23:00 1.1
--- README 2001/11/21 22:31:52 1.2
***************
*** 1,3 ****
! Program in this example waits until profiled program
! finishes, then it requests for all Java classes and
! methods loaded into profiled JVM.
--- 1,2 ----
! Program in this example waits until profiled program finishes, then it requests
! for all Java classes and methods loaded into profiled JVM.
Index: Test.java
===================================================================
RCS file: /cvsroot/javaprofiler/library/demo/01/Test.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -r1.3 -r1.4
*** Test.java 2001/09/19 18:57:27 1.3
--- Test.java 2001/11/21 22:31:52 1.4
***************
*** 36,39 ****
--- 36,41 ----
import java.util.*;
+ import net.sourceforge.javaprofiler.jpiimpl.commun.*;
+
public class Test {
Index: dir.info
===================================================================
RCS file: /cvsroot/javaprofiler/library/demo/01/dir.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** dir.info 2001/09/02 15:23:00 1.1
--- dir.info 2001/11/21 22:31:52 1.2
***************
*** 1,3 ****
FILES = Test
-
CLEAN_FILES = *.class
--- 1,2 ----
|