From: Pavel V. <va...@us...> - 2002-07-25 23:02:09
|
Update of /cvsroot/javaprofiler/test/snapshot In directory usw-pr-cvs1:/tmp/cvs-serv402 Modified Files: run2.bat run1.bat Log Message: with shmem Index: run2.bat =================================================================== RCS file: /cvsroot/javaprofiler/test/snapshot/run2.bat,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -r1.6 -r1.7 *** run2.bat 25 Jul 2002 08:07:13 -0000 1.6 --- run2.bat 25 Jul 2002 23:02:06 -0000 1.7 *************** *** 3,6 **** SET CLASSPATH=%JAVA_HOME%\demo\jfc\SwingSet2\SwingSet2.jar;%CLASSPATH% set path=%JAVA_HOME%\bin;..\..\library\src2;%path% ! rem java -Xrun..\..\library\src\profiler\profiler:commun_type=shmem SwingSet2 ! java -Xrun..\..\library\src\profiler\profiler:commun_type=socket SwingSet2 > out2.txt --- 3,6 ---- SET CLASSPATH=%JAVA_HOME%\demo\jfc\SwingSet2\SwingSet2.jar;%CLASSPATH% set path=%JAVA_HOME%\bin;..\..\library\src2;%path% ! java -Xrun..\..\library\src\profiler\profiler:commun_type=shmem SwingSet2 ! rem java -Xrun..\..\library\src\profiler\profiler:commun_type=socket SwingSet2 > out2.txt Index: run1.bat =================================================================== RCS file: /cvsroot/javaprofiler/test/snapshot/run1.bat,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -r1.8 -r1.9 *** run1.bat 25 Jul 2002 08:07:12 -0000 1.8 --- run1.bat 25 Jul 2002 23:02:06 -0000 1.9 *************** *** 3,6 **** SET CLASSPATH=%JAVA_HOME%\demo\jfc\Notepad\Notepad.jar;%CLASSPATH% set path=%JAVA_HOME%\bin;..\..\library\src2;%path% ! rem java -Xrun..\..\library\src\profiler\profiler:commun_type=shmem Notepad ! java -Xrun..\..\library\src\profiler\profiler:commun_type=socket Notepad > out1.txt --- 3,6 ---- SET CLASSPATH=%JAVA_HOME%\demo\jfc\Notepad\Notepad.jar;%CLASSPATH% set path=%JAVA_HOME%\bin;..\..\library\src2;%path% ! java -Xrun..\..\library\src\profiler\profiler:commun_type=shmem Notepad ! rem java -Xrun..\..\library\src\profiler\profiler:commun_type=socket Notepad > out1.txt |