From: Marek P. <ma...@us...> - 2001-11-28 00:02:43
|
Update of /cvsroot/javaprofiler/library In directory usw-pr-cvs1:/tmp/cvs-serv24296 Modified Files: README Log Message: changes in interface enableGC(), disableGC(), runGC() added Index: README =================================================================== RCS file: /cvsroot/javaprofiler/library/README,v retrieving revision 1.31 retrieving revision 1.32 diff -C2 -r1.31 -r1.32 *** README 2001/11/25 22:40:45 1.31 --- README 2001/11/28 00:02:40 1.32 *************** *** 85,92 **** Data flows, schemes and relations between structures are described ! using Microsoft Visio 2000. These schemes are exported to PDF format ! for those who do not have this software. ! * Microsoft Visio 2000 GNU C/C++ must be used together with GNU make 3.7x. Another versions --- 85,92 ---- Data flows, schemes and relations between structures are described ! using Dia. These schemes are exported to PDF format for those who ! do not have this software. ! * Dia 0.88.1 GNU C/C++ must be used together with GNU make 3.7x. Another versions *************** *** 114,121 **** of native Java classes of the interface ! doc/visio/ data flows, schemes and relations between structures inside of profiler dynamic library ! doc/visio/pdf/ Visio files exported to PDF format --- 114,121 ---- of native Java classes of the interface ! doc/dia/ data flows, schemes and relations between structures inside of profiler dynamic library ! doc/dia/pdf/ Dia files exported to PDF format *************** *** 149,164 **** for building of the profiler dynamic library. ! * Microsoft Windows 9x/NT4/2000 (www.microsoft.com) ! * SunOS 5.8 (www.sun.com) [for free] ! * Linux (www.linux.org) [for free] ! ! * Microsoft Visual C/C++ 6.0 (www.microsoft.com) ! * GNU C/C++ 3.0.2 (gcc.gnu.org) [for free] ! ! * JDK 1.4.0 beta3 (java.sun.com) [for free] ! ! * Microsoft Visio 2000 (www.microsoft.com) ! * Doxygen 1.2.12 (www.doxygen.org) [for free] ! * GNU make 3.7x (www.gnu.org) [for free] 4.1 Linux distributions --- 149,164 ---- for building of the profiler dynamic library. ! * Microsoft Windows 9x/NT4/2000 (www.microsoft.com) ! * SunOS 5.8 (www.sun.com) [for free] ! * Linux (www.linux.org) [for free] ! ! * Microsoft Visual C/C++ 6.0 (www.microsoft.com) ! * GNU C/C++ 3.0.2 (gcc.gnu.org) [for free] ! ! * JDK 1.4.0 beta3 (java.sun.com) [for free] ! ! * Doxygen 1.2.12 (www.doxygen.org) [for free] ! * Dia 0.88.1 (www.lysator.liu.se/~alla/dia) [for free] ! * GNU make 3.7x (www.gnu.org) [for free] 4.1 Linux distributions |