You can subscribe to this list here.
2001 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
(73) |
Sep
(92) |
Oct
(9) |
Nov
(80) |
Dec
(60) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2002 |
Jan
(92) |
Feb
(52) |
Mar
(71) |
Apr
(64) |
May
(53) |
Jun
(10) |
Jul
(111) |
Aug
(93) |
Sep
(134) |
Oct
|
Nov
|
Dec
|
From: Pavel V. <va...@us...> - 2002-09-12 20:30:09
|
Update of /cvsroot/javaprofiler/release/doc/prog-doc/profiler/javadoc In directory usw-pr-cvs1:/tmp/cvs-serv21285 Modified Files: javadoc.zip Log Message: warnings in generating removed Index: javadoc.zip =================================================================== RCS file: /cvsroot/javaprofiler/release/doc/prog-doc/profiler/javadoc/javadoc.zip,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -r1.1.1.1 -r1.2 Binary files /tmp/cvs0qRIX6 and /tmp/cvsZlpDLa differ |
From: Pavel V. <va...@us...> - 2002-09-12 19:49:07
|
Update of /cvsroot/javaprofiler/jpiimpl/net/sourceforge/javaprofiler/jpiimpl/realtime In directory usw-pr-cvs1:/tmp/cvs-serv6446 Modified Files: ImageR.java Log Message: fixes javadoc, malformed links by michal Index: ImageR.java =================================================================== RCS file: /cvsroot/javaprofiler/jpiimpl/net/sourceforge/javaprofiler/jpiimpl/realtime/ImageR.java,v retrieving revision 1.16 retrieving revision 1.17 diff -C2 -r1.16 -r1.17 *** ImageR.java 10 Sep 2002 19:34:56 -0000 1.16 --- ImageR.java 12 Sep 2002 19:49:03 -0000 1.17 *************** *** 144,148 **** * rather use some (PENDING) factory object. * @param aIProf Object providing communication with profiled VM. ! * @alwaysRefresh If set to false, you must refresh objects by calling * <code>refresh()</code> method, otherwise they are refreshed with * every read of their attributes. --- 144,148 ---- * rather use some (PENDING) factory object. * @param aIProf Object providing communication with profiled VM. ! * @param alwaysRefresh If set to false, you must refresh objects by calling * <code>refresh()</code> method, otherwise they are refreshed with * every read of their attributes. *************** *** 310,314 **** direction, true, true, IProf.NO_OPTIONAL_ARG, true); } catch (COMMUN_Exception e) { ! throw new VMDisconnectedException(e.toString()); } catch (IProfException e) { throw new RuntimeException(e.toString()); --- 310,314 ---- direction, true, true, IProf.NO_OPTIONAL_ARG, true); } catch (COMMUN_Exception e) { ! throw new RuntimeException(e.toString()); } catch (IProfException e) { throw new RuntimeException(e.toString()); |
From: Pavel V. <va...@us...> - 2002-09-12 19:48:52
|
Update of /cvsroot/javaprofiler/jpiimpl/net/sourceforge/javaprofiler/jpiimpl/data In directory usw-pr-cvs1:/tmp/cvs-serv6336 Modified Files: package.html SnapshotImpl.java Log Message: fixes javadoc, malformed links by michal Index: package.html =================================================================== RCS file: /cvsroot/javaprofiler/jpiimpl/net/sourceforge/javaprofiler/jpiimpl/data/package.html,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -r1.2 -r1.3 *** package.html 12 Sep 2002 17:18:32 -0000 1.2 --- package.html 12 Sep 2002 19:48:48 -0000 1.3 *************** *** 1,3 **** <body> Implementation of {@link net.sourceforge.javaprofiler.jpi.Snapshot} interface, this classes represent nonchanging profiling data. ! </body> \ No newline at end of file --- 1,3 ---- <body> Implementation of {@link net.sourceforge.javaprofiler.jpi.Snapshot} interface, this classes represent nonchanging profiling data. ! </body> Index: SnapshotImpl.java =================================================================== RCS file: /cvsroot/javaprofiler/jpiimpl/net/sourceforge/javaprofiler/jpiimpl/data/SnapshotImpl.java,v retrieving revision 1.37 retrieving revision 1.38 diff -C2 -r1.37 -r1.38 *** SnapshotImpl.java 12 Sep 2002 14:28:14 -0000 1.37 --- SnapshotImpl.java 12 Sep 2002 19:48:49 -0000 1.38 *************** *** 329,336 **** return roGCRuns; } ! /**Return unmodifiable list of objects with information about arenas. * ! *@return unmodifiable list <code>List</code> of {@link ArenaRef} objects. */ public List getArenas() { --- 329,336 ---- return roGCRuns; } ! /**Return unmodifiable list of objects with information about arenas. * ! *@return unmodifiable list <code>List</code> of <code>ArenaRef</code> objects. */ public List getArenas() { *************** *** 1596,1599 **** --- 1596,1603 ---- /* * $Log$ + * Revision 1.38 2002/09/12 19:48:49 vachis + * fixes javadoc, malformed links + * by michal + * * Revision 1.37 2002/09/12 14:28:14 michalpise * |
From: Pavel V. <va...@us...> - 2002-09-12 19:48:03
|
Update of /cvsroot/javaprofiler/jpiimpl/net/sourceforge/javaprofiler/jpiimpl/connect In directory usw-pr-cvs1:/tmp/cvs-serv6073 Modified Files: ConnectorManagerImpl.java IntegerArgumentImpl.java LaunchConnector.java ShmemAttachConnector.java ShmemLaunchConnector.java ShmemListenConnector.java SocketAttachConnector.java SocketLaunchConnector.java SocketListenConnector.java Log Message: fixes javadoc, malformed links by michal Index: ConnectorManagerImpl.java =================================================================== RCS file: /cvsroot/javaprofiler/jpiimpl/net/sourceforge/javaprofiler/jpiimpl/connect/ConnectorManagerImpl.java,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -r1.3 -r1.4 *** ConnectorManagerImpl.java 12 Sep 2002 17:18:20 -0000 1.3 --- ConnectorManagerImpl.java 12 Sep 2002 19:47:59 -0000 1.4 *************** *** 9,24 **** * The Initial Developers of the Original Code are Jan Stola, Pavel Vacha, * Michal Pise, Petr Luner, Lukas Petru and Marek Przeczek. ! * Portions created by Jan Stola are Copyright (C) 2000-2001. All Rights ! Reserved. ! * Portions created by Pavel Vacha are Copyright (C) 2000-2001. All Rights ! Reserved. ! * Portions created by Michal Pise are Copyright (C) 2000-2001. All Rights ! Reserved. ! * Portions created by Petr Luner are Copyright (C) 2000-2001. All Rights ! Reserved. ! * Portions created by Lukas Petru are Copyright (C) 2000-2001. All Rights ! Reserved. ! * Portions created by Marek Przeczek are Copyright (C) 2000-2001. All Rights ! Reserved. * * Contributors: Jan Stola, Pavel Vacha, Michal Pise, Petr Luner, --- 9,18 ---- * The Initial Developers of the Original Code are Jan Stola, Pavel Vacha, * Michal Pise, Petr Luner, Lukas Petru and Marek Przeczek. ! * Portions created by Jan Stola are Copyright (C) 2000-2001. All Rights Reserved. ! * Portions created by Pavel Vacha are Copyright (C) 2000-2001. All Rights Reserved. ! * Portions created by Michal Pise are Copyright (C) 2000-2001. All Rights Reserved. ! * Portions created by Petr Luner are Copyright (C) 2000-2001. All Rights Reserved. ! * Portions created by Lukas Petru are Copyright (C) 2000-2001. All Rights Reserved. ! * Portions created by Marek Przeczek are Copyright (C) 2000-2001. All Rights Reserved. * * Contributors: Jan Stola, Pavel Vacha, Michal Pise, Petr Luner, *************** *** 74,95 **** /** ! * Lists all target VMs which are connected to the profiler. The list ! includes ! * {@link net.sourceforge.javaprofiler.jpi.VirtualMachineRef} instances for any ! ! target ! * VMs which initiated a connection and any target VMs to which this manager ! ! has ! * initiated a connection. A target VM will remain in this list until it is ! discarded ! * through {@link net.sourceforge.javaprofiler.jpi.VirtualMachineRef#disconnect()} ! ! or until * it stops, whichever happens first. * ! * @return a list of {@link net.sourceforge.javaprofiler.jpi.VirtualMachineRef} ! ! objects, * each mirroring a target VM. */ --- 68,79 ---- /** ! * Lists all target VMs which are connected to the profiler. The list includes ! * {@link net.sourceforge.javaprofiler.jpi.VirtualMachineRef} instances for any target ! * VMs which initiated a connection and any target VMs to which this manager has ! * initiated a connection. A target VM will remain in this list until it is discarded ! * through {@link net.sourceforge.javaprofiler.jpi.VirtualMachineRef#disconnect()} or until * it stops, whichever happens first. * ! * @return a list of {@link net.sourceforge.javaprofiler.jpi.VirtualMachineRef} objects, * each mirroring a target VM. */ *************** *** 104,109 **** * * @return the default launching connector ! * {@link ! net.sourceforge.javaprofiler.jpi.connect.Connector#LAUNCHING_CONNECTOR} */ public Connector defaultConnector() { --- 88,92 ---- * * @return the default launching connector ! * {@link net.sourceforge.javaprofiler.jpi.connect.Connector#LAUNCHING_CONNECTOR} */ public Connector defaultConnector() { *************** *** 115,120 **** /* * $Log$ ! * Revision 1.3 2002/09/12 17:18:20 vachis ! * changes in docs * * Revision 1.2 2002/09/09 16:28:17 vachis --- 98,104 ---- /* * $Log$ ! * Revision 1.4 2002/09/12 19:47:59 vachis ! * fixes javadoc, malformed links ! * by michal * * Revision 1.2 2002/09/09 16:28:17 vachis Index: IntegerArgumentImpl.java =================================================================== RCS file: /cvsroot/javaprofiler/jpiimpl/net/sourceforge/javaprofiler/jpiimpl/connect/IntegerArgumentImpl.java,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -r1.2 -r1.3 *** IntegerArgumentImpl.java 29 Sep 2001 21:01:33 -0000 1.2 --- IntegerArgumentImpl.java 12 Sep 2002 19:48:00 -0000 1.3 *************** *** 91,96 **** * Return the value of the argument as a int. Since the argument may * not have been set or may have an invalid value {@link #isValid(String)} ! * should be called on {@link Connector.Argument#value()} to check its ! * validity. If it is invalid the int returned by this method is undefined. * * @return the value of the argument as a int. --- 91,96 ---- * Return the value of the argument as a int. Since the argument may * not have been set or may have an invalid value {@link #isValid(String)} ! * should be called on {@link net.sourceforge.javaprofiler.jpi.connect.Connector.Argument#value()} ! * to check its validity. If it is invalid the int returned by this method is undefined. * * @return the value of the argument as a int. *************** *** 125,128 **** --- 125,132 ---- /* * $Log$ + * Revision 1.3 2002/09/12 19:48:00 vachis + * fixes javadoc, malformed links + * by michal + * * Revision 1.2 2001/09/29 21:01:33 stolis * Plural added in licenses. *************** *** 131,133 **** * First version of Connectors. * ! */ \ No newline at end of file --- 135,137 ---- * First version of Connectors. * ! */ Index: LaunchConnector.java =================================================================== RCS file: /cvsroot/javaprofiler/jpiimpl/net/sourceforge/javaprofiler/jpiimpl/connect/LaunchConnector.java,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -r1.5 -r1.6 *** LaunchConnector.java 10 Sep 2002 19:27:34 -0000 1.5 --- LaunchConnector.java 12 Sep 2002 19:48:00 -0000 1.6 *************** *** 38,43 **** * Returns the arguments accepted by this Connector and their default values. * The keys of the returned map are string argument names. The values are ! * {@link Connector.Argument} containing information about the argument ! * and its default value. * * @return the map associating argument names with argument information --- 38,43 ---- * Returns the arguments accepted by this Connector and their default values. * The keys of the returned map are string argument names. The values are ! * {@link net.sourceforge.javaprofiler.jpi.connect.Connector.Argument} containing ! * information about the argument and its default value. * * @return the map associating argument names with argument information *************** *** 81,84 **** --- 81,88 ---- /* * $Log$ + * Revision 1.6 2002/09/12 19:48:00 vachis + * fixes javadoc, malformed links + * by michal + * * Revision 1.5 2002/09/10 19:27:34 vachis * label implemeted through description *************** *** 96,98 **** * First version of Connectors. * ! */ \ No newline at end of file --- 100,102 ---- * First version of Connectors. * ! */ Index: ShmemAttachConnector.java =================================================================== RCS file: /cvsroot/javaprofiler/jpiimpl/net/sourceforge/javaprofiler/jpiimpl/connect/ShmemAttachConnector.java,v retrieving revision 1.9 retrieving revision 1.10 diff -C2 -r1.9 -r1.10 *** ShmemAttachConnector.java 12 Sep 2002 14:22:42 -0000 1.9 --- ShmemAttachConnector.java 12 Sep 2002 19:48:00 -0000 1.10 *************** *** 69,83 **** * connections with a target VM. * ! * @return the {@link Transport} used by this connector. */ public Transport transport() { return ShmemTransport.getDefault(); } ! /** * Returns the arguments accepted by this Connector and their default values. * The keys of the returned map are string argument names. The values are ! * {@link Connector.Argument} containing information about the argument ! * and its default value. * * @return the map associating argument names with argument information --- 69,84 ---- * connections with a target VM. * ! * @return the {@link net.sourceforge.javaprofiler.jpi.connect.Transport} used ! * by this connector. */ public Transport transport() { return ShmemTransport.getDefault(); } ! /** * Returns the arguments accepted by this Connector and their default values. * The keys of the returned map are string argument names. The values are ! * {@link net.sourceforge.javaprofiler.jpi.connect.Connector.Argument} containing ! * information about the argument and its default value. * * @return the map associating argument names with argument information *************** *** 134,137 **** --- 135,142 ---- /* * $Log$ + * Revision 1.10 2002/09/12 19:48:00 vachis + * fixes javadoc, malformed links + * by michal + * * Revision 1.9 2002/09/12 14:22:42 michalpise * Index: ShmemLaunchConnector.java =================================================================== RCS file: /cvsroot/javaprofiler/jpiimpl/net/sourceforge/javaprofiler/jpiimpl/connect/ShmemLaunchConnector.java,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -r1.7 -r1.8 *** ShmemLaunchConnector.java 12 Sep 2002 14:22:42 -0000 1.7 --- ShmemLaunchConnector.java 12 Sep 2002 19:48:00 -0000 1.8 *************** *** 121,126 **** * Returns the arguments accepted by this Connector and their default values. * The keys of the returned map are string argument names. The values are ! * {@link Connector.Argument} containing information about the argument ! * and its default value. * * @return the map associating argument names with argument information --- 121,126 ---- * Returns the arguments accepted by this Connector and their default values. * The keys of the returned map are string argument names. The values are ! * {@link net.sourceforge.javaprofiler.jpi.connect.Connector.Argument} containing ! * information about the argument and its default value. * * @return the map associating argument names with argument information *************** *** 135,145 **** args.put(arg.name(), arg); return args; ! } ! /** * Returns the transport mechanism used by this connector to establish * connections with a target VM. * ! * @return the {@link Transport} used by this connector. */ public Transport transport() { --- 135,146 ---- args.put(arg.name(), arg); return args; ! } ! /** * Returns the transport mechanism used by this connector to establish * connections with a target VM. * ! * @return the {@link net.sourceforge.javaprofiler.jpi.connect.Transport} used ! * by this connector. */ public Transport transport() { *************** *** 189,192 **** --- 190,197 ---- /* * $Log$ + * Revision 1.8 2002/09/12 19:48:00 vachis + * fixes javadoc, malformed links + * by michal + * * Revision 1.7 2002/09/12 14:22:42 michalpise * Index: ShmemListenConnector.java =================================================================== RCS file: /cvsroot/javaprofiler/jpiimpl/net/sourceforge/javaprofiler/jpiimpl/connect/ShmemListenConnector.java,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -r1.6 -r1.7 *** ShmemListenConnector.java 12 Sep 2002 14:22:42 -0000 1.6 --- ShmemListenConnector.java 12 Sep 2002 19:48:00 -0000 1.7 *************** *** 65,79 **** * connections with a target VM. * ! * @return the {@link Transport} used by this connector. */ public Transport transport() { return SocketTransport.getDefault(); } ! /** * Returns the arguments accepted by this Connector and their default values. * The keys of the returned map are string argument names. The values are ! * {@link Connector.Argument} containing information about the argument ! * and its default value. * * @return the map associating argument names with argument information --- 65,80 ---- * connections with a target VM. * ! * @return the {@link net.sourceforge.javaprofiler.jpi.connect.Transport} used ! * by this connector. */ public Transport transport() { return SocketTransport.getDefault(); } ! /** * Returns the arguments accepted by this Connector and their default values. * The keys of the returned map are string argument names. The values are ! * {@link net.sourceforge.javaprofiler.jpi.connect.Connector.Argument} containing ! * information about the argument and its default value. * * @return the map associating argument names with argument information *************** *** 132,135 **** --- 133,140 ---- /* * $Log$ + * Revision 1.7 2002/09/12 19:48:00 vachis + * fixes javadoc, malformed links + * by michal + * * Revision 1.6 2002/09/12 14:22:42 michalpise * Index: SocketAttachConnector.java =================================================================== RCS file: /cvsroot/javaprofiler/jpiimpl/net/sourceforge/javaprofiler/jpiimpl/connect/SocketAttachConnector.java,v retrieving revision 1.9 retrieving revision 1.10 diff -C2 -r1.9 -r1.10 *** SocketAttachConnector.java 12 Sep 2002 14:22:42 -0000 1.9 --- SocketAttachConnector.java 12 Sep 2002 19:48:00 -0000 1.10 *************** *** 76,80 **** * connections with a target VM. * ! * @return the {@link Transport} used by this connector. */ public Transport transport() { --- 76,81 ---- * connections with a target VM. * ! * @return the {@link net.sourceforge.javaprofiler.jpi.connect.Transport} used ! * by this connector. */ public Transport transport() { *************** *** 85,89 **** * Returns the arguments accepted by this Connector and their default values. * The keys of the returned map are string argument names. The values are ! * {@link Connector.Argument} containing information about the argument * and its default value. * --- 86,91 ---- * Returns the arguments accepted by this Connector and their default values. * The keys of the returned map are string argument names. The values are ! * {@link net.sourceforge.javaprofiler.jpi.connect.Connector.Argument} containing ! * information about the argument * and its default value. * *************** *** 147,150 **** --- 149,156 ---- /* * $Log$ + * Revision 1.10 2002/09/12 19:48:00 vachis + * fixes javadoc, malformed links + * by michal + * * Revision 1.9 2002/09/12 14:22:42 michalpise * Index: SocketLaunchConnector.java =================================================================== RCS file: /cvsroot/javaprofiler/jpiimpl/net/sourceforge/javaprofiler/jpiimpl/connect/SocketLaunchConnector.java,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -r1.7 -r1.8 *** SocketLaunchConnector.java 12 Sep 2002 14:22:42 -0000 1.7 --- SocketLaunchConnector.java 12 Sep 2002 19:48:00 -0000 1.8 *************** *** 45,50 **** * Returns the arguments accepted by this Connector and their default values. * The keys of the returned map are string argument names. The values are ! * {@link Connector.Argument} containing information about the argument ! * and its default value. * * @return the map associating argument names with argument information --- 45,50 ---- * Returns the arguments accepted by this Connector and their default values. * The keys of the returned map are string argument names. The values are ! * {@link net.sourceforge.javaprofiler.jpi.connect.Connector.Argument} containing ! * information about the argument and its default value. * * @return the map associating argument names with argument information *************** *** 190,193 **** --- 190,197 ---- /* * $Log$ + * Revision 1.8 2002/09/12 19:48:00 vachis + * fixes javadoc, malformed links + * by michal + * * Revision 1.7 2002/09/12 14:22:42 michalpise * Index: SocketListenConnector.java =================================================================== RCS file: /cvsroot/javaprofiler/jpiimpl/net/sourceforge/javaprofiler/jpiimpl/connect/SocketListenConnector.java,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -r1.7 -r1.8 *** SocketListenConnector.java 12 Sep 2002 14:22:42 -0000 1.7 --- SocketListenConnector.java 12 Sep 2002 19:48:00 -0000 1.8 *************** *** 58,83 **** IProf iprof=new IProf(new CommunSetupSocket(CommunSetupSocket.SERVER_MODE, "localhost", port)); try { ! iprof.run(); } catch (IProfException ipe) { throw new ConnectingException(bundle.getString("ERR_CONNECT")+ipe); ! } return new VirtualMachineImpl(iprof); } ! /** * Returns the transport mechanism used by this connector to establish * connections with a target VM. * ! * @return the {@link Transport} used by this connector. */ public Transport transport() { return SocketTransport.getDefault(); } ! /** * Returns the arguments accepted by this Connector and their default values. * The keys of the returned map are string argument names. The values are ! * {@link Connector.Argument} containing information about the argument ! * and its default value. * * @return the map associating argument names with argument information --- 58,84 ---- IProf iprof=new IProf(new CommunSetupSocket(CommunSetupSocket.SERVER_MODE, "localhost", port)); try { ! iprof.run(); } catch (IProfException ipe) { throw new ConnectingException(bundle.getString("ERR_CONNECT")+ipe); ! } return new VirtualMachineImpl(iprof); } ! /** * Returns the transport mechanism used by this connector to establish * connections with a target VM. * ! * @return the {@link net.sourceforge.javaprofiler.jpi.connect.Transport} used by ! * this connector. */ public Transport transport() { return SocketTransport.getDefault(); } ! /** * Returns the arguments accepted by this Connector and their default values. * The keys of the returned map are string argument names. The values are ! * {@link net.sourceforge.javaprofiler.jpi.connect.Connector.Argument} containing ! * information about the argument and its default value. * * @return the map associating argument names with argument information *************** *** 134,137 **** --- 135,142 ---- /* * $Log$ + * Revision 1.8 2002/09/12 19:48:00 vachis + * fixes javadoc, malformed links + * by michal + * * Revision 1.7 2002/09/12 14:22:42 michalpise * |
From: Pavel V. <va...@us...> - 2002-09-12 19:47:43
|
Update of /cvsroot/javaprofiler/jpiimpl/net/sourceforge/javaprofiler/jpiimpl/commun In directory usw-pr-cvs1:/tmp/cvs-serv5927 Modified Files: Buffer.java Commun.java CommunSetup.java CommunSetupShMem.java CommunSetupSocket.java CommunShMem.java CommunSocket.java IProf.java IProfException.java Log Message: fixes javadoc, malformed links by michal Index: Buffer.java =================================================================== RCS file: /cvsroot/javaprofiler/jpiimpl/net/sourceforge/javaprofiler/jpiimpl/commun/Buffer.java,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -r1.4 -r1.5 *** Buffer.java 11 Mar 2002 19:10:48 -0000 1.4 --- Buffer.java 12 Sep 2002 19:47:39 -0000 1.5 *************** *** 140,153 **** ** @return this Buffer object ** ! ** @see getInt(), getLong(), getString() */ public Buffer putInt( int c) { if( _size+4 > _bufSize) { ! _buf = copyBuffer( new byte[_bufSize+RESERVED], _buf, _size); _bufSize += RESERVED; } ! _size += 4; --- 140,153 ---- ** @return this Buffer object ** ! ** @see #getInt( int) #getLong() #getString() */ public Buffer putInt( int c) { if( _size+4 > _bufSize) { ! _buf = copyBuffer( new byte[_bufSize+RESERVED], _buf, _size); _bufSize += RESERVED; } ! _size += 4; *************** *** 157,161 **** c >>= 8; } ! return this; } --- 157,161 ---- c >>= 8; } ! return this; } *************** *** 168,173 **** ** @return grabbed integer ** ! ** @see putInt(), getLong(), getString() */ ! public int getInt( int offset) { --- 168,173 ---- ** @return grabbed integer ** ! ** @see #putInt( int) #getLong() #getString() */ ! public int getInt( int offset) { *************** *** 191,196 **** ** @return grabbed long integer ** ! ** @see putInt(), getInt(), getString() */ ! public long getLong( int offset) { --- 191,196 ---- ** @return grabbed long integer ** ! ** @see #putInt( int) #getInt() #getString() */ ! public long getLong( int offset) { *************** *** 209,214 **** ** @return grabbed string ** ! ** @see putInt(), getInt(), getLong() */ ! public String getString( int offset) { --- 209,214 ---- ** @return grabbed string ** ! ** @see #putInt( int) #getInt() #getLong() */ ! public String getString( int offset) { Index: Commun.java =================================================================== RCS file: /cvsroot/javaprofiler/jpiimpl/net/sourceforge/javaprofiler/jpiimpl/commun/Commun.java,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -r1.2 -r1.3 *** Commun.java 21 Nov 2001 22:05:55 -0000 1.2 --- Commun.java 12 Sep 2002 19:47:40 -0000 1.3 *************** *** 39,43 **** ** interface implementation. ** ! ** @see CommunSocket, CommunShMem ** ** @author Marek Przeczek */ --- 39,44 ---- ** interface implementation. ** ! ** @see CommunSocket ! ** @see CommunShMem ** ** @author Marek Przeczek */ *************** *** 61,66 **** ** @return reference to this Commun object ** ! ** @see write() */ ! public Commun read( Buffer b); --- 62,67 ---- ** @return reference to this Commun object ** ! ** @see #write( Buffer) */ ! public Commun read( Buffer b); *************** *** 72,76 **** ** @return reference to this Commun object ** ! ** @see read() */ public Commun write( Buffer b); --- 73,77 ---- ** @return reference to this Commun object ** ! ** @see #read( Buffer) */ public Commun write( Buffer b); *************** *** 86,90 **** /** Stop communication. Is stops communication and closes ** communication channel. */ ! public void stopCommun(); }; --- 87,91 ---- /** Stop communication. Is stops communication and closes ** communication channel. */ ! public void stopCommun(); }; Index: CommunSetup.java =================================================================== RCS file: /cvsroot/javaprofiler/jpiimpl/net/sourceforge/javaprofiler/jpiimpl/commun/CommunSetup.java,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -r1.2 -r1.3 *** CommunSetup.java 21 Nov 2001 22:05:55 -0000 1.2 --- CommunSetup.java 12 Sep 2002 19:47:40 -0000 1.3 *************** *** 38,42 **** ** from this abstract class. ** ! ** @see CommunSetupSocket, CommunSetupShMem ** ** @author Marek Przeczek */ --- 38,43 ---- ** from this abstract class. ** ! ** @see CommunSetupSocket ! ** @see CommunSetupShMem ** ** @author Marek Przeczek */ Index: CommunSetupShMem.java =================================================================== RCS file: /cvsroot/javaprofiler/jpiimpl/net/sourceforge/javaprofiler/jpiimpl/commun/CommunSetupShMem.java,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -r1.2 -r1.3 *** CommunSetupShMem.java 21 Nov 2001 22:05:55 -0000 1.2 --- CommunSetupShMem.java 12 Sep 2002 19:47:40 -0000 1.3 *************** *** 38,42 **** ** for shared memory communication. ** ! ** @see CommunSetup, CommunSetupSocket ** ** @author Marek Przeczek */ --- 38,42 ---- ** for shared memory communication. ** ! ** @see CommunSetup CommunSetupSocket ** ** @author Marek Przeczek */ Index: CommunSetupSocket.java =================================================================== RCS file: /cvsroot/javaprofiler/jpiimpl/net/sourceforge/javaprofiler/jpiimpl/commun/CommunSetupSocket.java,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -r1.3 -r1.4 *** CommunSetupSocket.java 9 Dec 2001 16:50:42 -0000 1.3 --- CommunSetupSocket.java 12 Sep 2002 19:47:40 -0000 1.4 *************** *** 38,42 **** ** for socket communication. ** ! ** @see CommunSetup, CommunSetupShMem */ public class CommunSetupSocket extends CommunSetup { --- 38,43 ---- ** for socket communication. ** ! ** @see CommunSetup ! ** @see CommunSetupShMem */ public class CommunSetupSocket extends CommunSetup { Index: CommunShMem.java =================================================================== RCS file: /cvsroot/javaprofiler/jpiimpl/net/sourceforge/javaprofiler/jpiimpl/commun/CommunShMem.java,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -r1.3 -r1.4 *** CommunShMem.java 26 Jan 2002 10:25:39 -0000 1.3 --- CommunShMem.java 12 Sep 2002 19:47:40 -0000 1.4 *************** *** 42,46 **** ** memory, JNI is used. ** ! ** @see CommunSocket, Commun ** ** @author Marek Przeczek */ --- 42,47 ---- ** memory, JNI is used. ** ! ** @see CommunSocket ! ** @see Commun ** ** @author Marek Przeczek */ *************** *** 57,62 **** ** @param shmemId shared memory identifier (3 characters long only) ** @param shmemSize shared memory size ! ** ! ** @see construct() */ public CommunShMem( String shmemId, int shmemSize) { construct( shmemId, shmemSize);} --- 58,62 ---- ** @param shmemId shared memory identifier (3 characters long only) ** @param shmemSize shared memory size ! **/ public CommunShMem( String shmemId, int shmemSize) { construct( shmemId, shmemSize);} *************** *** 91,95 **** ** @return reference to this Commun object ** ! ** @see write() */ public native Commun read( Buffer b); --- 91,95 ---- ** @return reference to this Commun object ** ! ** @see #write( Buffer) */ public native Commun read( Buffer b); *************** *** 102,106 **** ** @return reference to this Commun object ** ! ** @see write() */ public native Commun write( Buffer b); --- 102,106 ---- ** @return reference to this Commun object ** ! ** @see #read( Buffer) */ public native Commun write( Buffer b); *************** *** 116,120 **** /** Stop shared memory communication. It stops communication, ** locks/unlocks semaphores and leaves them in consistent state. */ ! public native void stopCommun(); --- 116,120 ---- /** Stop shared memory communication. It stops communication, ** locks/unlocks semaphores and leaves them in consistent state. */ ! public native void stopCommun(); Index: CommunSocket.java =================================================================== RCS file: /cvsroot/javaprofiler/jpiimpl/net/sourceforge/javaprofiler/jpiimpl/commun/CommunSocket.java,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -r1.4 -r1.5 *** CommunSocket.java 6 Mar 2002 17:59:34 -0000 1.4 --- CommunSocket.java 12 Sep 2002 19:47:40 -0000 1.5 *************** *** 43,47 **** ** communication interface.This class stands a server or client out. ** ! ** @see CommunShMem, Commun ** ** @author Marek Przeczek */ --- 43,47 ---- ** communication interface.This class stands a server or client out. ** ! ** @see CommunShMem Commun ** ** @author Marek Przeczek */ *************** *** 136,140 **** ** @return reference to this Commun object ** ! ** @see write() */ public Commun read( Buffer b) { --- 136,140 ---- ** @return reference to this Commun object ** ! ** @see #write( Buffer) */ public Commun read( Buffer b) { *************** *** 186,190 **** ** @return reference to this Commun object ** ! ** @see read() */ public Commun write( Buffer b) { --- 186,190 ---- ** @return reference to this Commun object ** ! ** @see #read( Buffer) */ public Commun write( Buffer b) { Index: IProf.java =================================================================== RCS file: /cvsroot/javaprofiler/jpiimpl/net/sourceforge/javaprofiler/jpiimpl/commun/IProf.java,v retrieving revision 1.20 retrieving revision 1.21 diff -C2 -r1.20 -r1.21 *** IProf.java 30 Jul 2002 20:45:48 -0000 1.20 --- IProf.java 12 Sep 2002 19:47:40 -0000 1.21 *************** *** 39,43 **** /* PLEASE DO NOT FORGET TO INCREASE 'INTERFACE_VERSION_NUMBER' ! * CONSTANT OF THIS CLASS WHEN YOU DO SOME ANY CHANGES IN THE INTERFACE. */ /** Communication interface class. This class implements --- 39,43 ---- /* PLEASE DO NOT FORGET TO INCREASE 'INTERFACE_VERSION_NUMBER' ! * CONSTANT OF THIS CLASS WHEN YOU DO ANY CHANGES IN THE INTERFACE. */ [...965 lines suppressed...] --- 2520,2524 ---- _buf.clear(); } ! _dataBuf = null; } *************** *** 2579,2584 **** ** ** @return an iterator of objects of #sCallTree class ! ** ! ** @see getCallTree(), getCallTreeThruIterator(), sCallTree */ public synchronized --- 2535,2539 ---- ** ** @return an iterator of objects of #sCallTree class ! **/ public synchronized Index: IProfException.java =================================================================== RCS file: /cvsroot/javaprofiler/jpiimpl/net/sourceforge/javaprofiler/jpiimpl/commun/IProfException.java,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -r1.3 -r1.4 *** IProfException.java 3 Dec 2001 15:49:56 -0000 1.3 --- IProfException.java 12 Sep 2002 19:47:40 -0000 1.4 *************** *** 39,46 **** ** exceptions belonging to IProf class. ** ! ** @see BAD_COMMAND_Exception, BAD_DATA_TYPE_Exception, ! ** BAD_INFO_ID_Exception, BAD_INFO_TYPE_Exception, ! ** BAD_OBJ_ID_Exception, COMMUN_Exception, UNKNOWN_Exception, ! ** UNAVAILABLE_Exception ** ** @author Marek Przeczek */ --- 39,50 ---- ** exceptions belonging to IProf class. ** ! ** @see BAD_COMMAND_Exception ! ** @see BAD_DATA_TYPE_Exception ! ** @see BAD_INFO_ID_Exception ! ** @see BAD_INFO_TYPE_Exception ! ** @see BAD_OBJ_ID_Exception ! ** @see COMMUN_Exception ! ** @see UNKNOWN_Exception ! ** @see UNAVAILABLE_Exception ** ** @author Marek Przeczek */ |
From: Pavel V. <va...@us...> - 2002-09-12 19:47:15
|
Update of /cvsroot/javaprofiler/jpiimpl/net/sourceforge/javaprofiler/jpiimpl In directory usw-pr-cvs1:/tmp/cvs-serv5768 Modified Files: package.html Log Message: the added Index: package.html =================================================================== RCS file: /cvsroot/javaprofiler/jpiimpl/net/sourceforge/javaprofiler/jpiimpl/package.html,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -r1.1 -r1.2 *** package.html 9 Sep 2002 17:20:47 -0000 1.1 --- package.html 12 Sep 2002 19:47:12 -0000 1.2 *************** *** 1,3 **** <body> ! Implementation of Java Profiling Interface. ! </body> \ No newline at end of file --- 1,3 ---- <body> ! Implementation of the Java Profiling Interface. ! </body> |
From: Pavel V. <va...@us...> - 2002-09-12 19:46:38
|
Update of /cvsroot/javaprofiler/jpiimpl/net/sourceforge/javaprofiler/jpiimpl In directory usw-pr-cvs1:/tmp/cvs-serv5534 Modified Files: VirtualMachineImpl.java Log Message: fixes javadoc, malformed links by michal Index: VirtualMachineImpl.java =================================================================== RCS file: /cvsroot/javaprofiler/jpiimpl/net/sourceforge/javaprofiler/jpiimpl/VirtualMachineImpl.java,v retrieving revision 1.19 retrieving revision 1.20 diff -C2 -r1.19 -r1.20 *** VirtualMachineImpl.java 12 Sep 2002 17:17:52 -0000 1.19 --- VirtualMachineImpl.java 12 Sep 2002 19:46:35 -0000 1.20 *************** *** 149,153 **** } } ! /* * Returns size (in bytes) of allocated memory in the mirrored virtual --- 149,153 ---- } } ! /* * Returns size (in bytes) of allocated memory in the mirrored virtual *************** *** 181,185 **** * target VM is closed, and the target VM prepares to accept another * subsequent connection from this profiler or another profiler, including ! * the following tasks: All threads suspended by {@link #suspendThreads()} * are resumed. Garbage collection is re-enabled. Any current method * invocations executing in the target VM are continued after --- 181,185 ---- * target VM is closed, and the target VM prepares to accept another * subsequent connection from this profiler or another profiler, including ! * the following tasks: All threads suspended by {@link VirtualMachineImpl#suspendThreads()} * are resumed. Garbage collection is re-enabled. Any current method * invocations executing in the target VM are continued after *************** *** 216,220 **** try { iprof.resumeVM(); ! } catch (COMMUN_Exception e) { fireVMDisconnected(); } catch (UNAVAILABLE_Exception e) { --- 216,220 ---- try { iprof.resumeVM(); ! } catch (COMMUN_Exception e) { fireVMDisconnected(); } catch (UNAVAILABLE_Exception e) { *************** *** 257,273 **** * * Note: this method doesn't stop running JVM, to stop running JVM, ! * use exit() method instead. * ! * @see #isShutdown() ! * @see #exit() */ public void shutdown() { try { iprof.shutdown(); ! } catch (COMMUN_Exception e) { fireVMDisconnected(); ! } } ! /** * Checks if profiled JVM is shutting down. So, it means, the JVM is no --- 257,272 ---- * * Note: this method doesn't stop running JVM, to stop running JVM, ! * use exitVM() method instead. * ! * @see #isShutdown() #exitVM() */ public void shutdown() { try { iprof.shutdown(); ! } catch (COMMUN_Exception e) { fireVMDisconnected(); ! } } ! /** * Checks if profiled JVM is shutting down. So, it means, the JVM is no *************** *** 280,290 **** * false (still running, normal operation) * ! * @see #shutdown() ! * @see #exit(int) */ ! public boolean isShutdown() { try { return iprof.isShutdowned(); ! } catch (COMMUN_Exception e) { fireVMDisconnected(); return true; --- 279,288 ---- * false (still running, normal operation) * ! * @see #shutdown() #exitVM() */ ! public boolean isShutdown() { try { return iprof.isShutdowned(); ! } catch (COMMUN_Exception e) { fireVMDisconnected(); return true; *************** *** 313,318 **** /* * $Log$ ! * Revision 1.19 2002/09/12 17:17:52 vachis ! * changes in docs * * Revision 1.18 2002/09/12 13:58:41 michalpise --- 311,317 ---- /* * $Log$ ! * Revision 1.20 2002/09/12 19:46:35 vachis ! * fixes javadoc, malformed links ! * by michal * * Revision 1.18 2002/09/12 13:58:41 michalpise |
From: Pavel V. <va...@us...> - 2002-09-12 19:44:29
|
Update of /cvsroot/javaprofiler/patches/openide/org/openide/profiler In directory usw-pr-cvs1:/tmp/cvs-serv4739 Modified Files: ProfilerType.java Log Message: fixes javadoc Index: ProfilerType.java =================================================================== RCS file: /cvsroot/javaprofiler/patches/openide/org/openide/profiler/ProfilerType.java,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -r1.1.1.1 -r1.2 *** ProfilerType.java 16 May 2002 11:52:24 -0000 1.1.1.1 --- ProfilerType.java 12 Sep 2002 19:44:26 -0000 1.2 *************** *** 115,119 **** * @return the default debugger * @deprecated There is probably not a single debugger type meaningfully applicable to all file types. - * If you explicitly want to invoke the plain Debugger interfaces, use {@link DebuggerType.Default} instead. */ public static ProfilerType getDefault() { --- 115,118 ---- |
From: Pavel V. <va...@us...> - 2002-09-12 19:43:33
|
Update of /cvsroot/javaprofiler/jpi/net/sourceforge/javaprofiler/jpi In directory usw-pr-cvs1:/tmp/cvs-serv4422 Modified Files: VirtualMachineRef.java Log Message: fixes javadoc Index: VirtualMachineRef.java =================================================================== RCS file: /cvsroot/javaprofiler/jpi/net/sourceforge/javaprofiler/jpi/VirtualMachineRef.java,v retrieving revision 1.11 retrieving revision 1.12 diff -C2 -r1.11 -r1.12 *** VirtualMachineRef.java 12 Sep 2002 17:17:09 -0000 1.11 --- VirtualMachineRef.java 12 Sep 2002 19:43:30 -0000 1.12 *************** *** 111,116 **** * false (still running, normal operation) * - * @see #shutdown() - * @see #exit(int) */ public boolean isShutdown(); --- 111,114 ---- *************** *** 127,132 **** * use exit() method instead. * - * @see #isShutdown() - * @see #exit() */ public void shutdown(); --- 125,128 ---- *************** *** 136,141 **** /* * $Log$ ! * Revision 1.11 2002/09/12 17:17:09 vachis ! * changes in docs * * Revision 1.10 2002/09/12 13:00:14 michalpise --- 132,137 ---- /* * $Log$ ! * Revision 1.12 2002/09/12 19:43:30 vachis ! * fixes javadoc * * Revision 1.10 2002/09/12 13:00:14 michalpise |
From: Pavel V. <va...@us...> - 2002-09-12 19:43:24
|
Update of /cvsroot/javaprofiler/jpi/net/sourceforge/javaprofiler/jpi In directory usw-pr-cvs1:/tmp/cvs-serv4346 Modified Files: VirtualMachineManager.java Log Message: fixes javadoc Index: VirtualMachineManager.java =================================================================== RCS file: /cvsroot/javaprofiler/jpi/net/sourceforge/javaprofiler/jpi/VirtualMachineManager.java,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -r1.1 -r1.2 *** VirtualMachineManager.java 2 Jul 2002 20:11:59 -0000 1.1 --- VirtualMachineManager.java 12 Sep 2002 19:43:18 -0000 1.2 *************** *** 25,29 **** /** ! * PENDING * * @author Jan Stola --- 25,30 ---- /** ! * Provides access to {@link Connector} objects of ! * different types. * * @author Jan Stola *************** *** 56,59 **** --- 57,63 ---- /* * $Log$ + * Revision 1.2 2002/09/12 19:43:18 vachis + * fixes javadoc + * * Revision 1.1 2002/07/02 20:11:59 stolis * Manager of virtual machines. |
From: Pavel V. <va...@us...> - 2002-09-12 17:18:35
|
Update of /cvsroot/javaprofiler/jpiimpl/net/sourceforge/javaprofiler/jpiimpl/data In directory usw-pr-cvs1:/tmp/cvs-serv20011 Modified Files: package.html Log Message: changes in docs Index: package.html =================================================================== RCS file: /cvsroot/javaprofiler/jpiimpl/net/sourceforge/javaprofiler/jpiimpl/data/package.html,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -r1.1 -r1.2 *** package.html 9 Sep 2002 17:24:58 -0000 1.1 --- package.html 12 Sep 2002 17:18:32 -0000 1.2 *************** *** 1,3 **** <body> ! Implementation of {@link Snapshot} interface, this classes represent nonchanging profiling data. </body> --- 1,3 ---- <body> ! Implementation of {@link net.sourceforge.javaprofiler.jpi.Snapshot} interface, this classes represent nonchanging profiling data. </body> |
From: Pavel V. <va...@us...> - 2002-09-12 17:18:23
|
Update of /cvsroot/javaprofiler/jpiimpl/net/sourceforge/javaprofiler/jpiimpl/connect In directory usw-pr-cvs1:/tmp/cvs-serv19942 Modified Files: ConnectorManagerImpl.java Log Message: changes in docs Index: ConnectorManagerImpl.java =================================================================== RCS file: /cvsroot/javaprofiler/jpiimpl/net/sourceforge/javaprofiler/jpiimpl/connect/ConnectorManagerImpl.java,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -r1.2 -r1.3 *** ConnectorManagerImpl.java 9 Sep 2002 16:28:17 -0000 1.2 --- ConnectorManagerImpl.java 12 Sep 2002 17:18:20 -0000 1.3 *************** *** 76,80 **** * Lists all target VMs which are connected to the profiler. The list includes ! * {@link net.sourceforge.javaprofiler.jpi.VirtualMachine} instances for any target --- 76,80 ---- * Lists all target VMs which are connected to the profiler. The list includes ! * {@link net.sourceforge.javaprofiler.jpi.VirtualMachineRef} instances for any target *************** *** 84,88 **** * initiated a connection. A target VM will remain in this list until it is discarded ! * through {@link net.sourceforge.javaprofiler.jpi.VirtualMachineRef#dispose()} or until --- 84,88 ---- * initiated a connection. A target VM will remain in this list until it is discarded ! * through {@link net.sourceforge.javaprofiler.jpi.VirtualMachineRef#disconnect()} or until *************** *** 115,118 **** --- 115,121 ---- /* * $Log$ + * Revision 1.3 2002/09/12 17:18:20 vachis + * changes in docs + * * Revision 1.2 2002/09/09 16:28:17 vachis * fixies in javadoc |
From: Pavel V. <va...@us...> - 2002-09-12 17:17:55
|
Update of /cvsroot/javaprofiler/jpiimpl/net/sourceforge/javaprofiler/jpiimpl In directory usw-pr-cvs1:/tmp/cvs-serv19809 Modified Files: VirtualMachineImpl.java Log Message: changes in docs Index: VirtualMachineImpl.java =================================================================== RCS file: /cvsroot/javaprofiler/jpiimpl/net/sourceforge/javaprofiler/jpiimpl/VirtualMachineImpl.java,v retrieving revision 1.18 retrieving revision 1.19 diff -C2 -r1.18 -r1.19 *** VirtualMachineImpl.java 12 Sep 2002 13:58:41 -0000 1.18 --- VirtualMachineImpl.java 12 Sep 2002 17:17:52 -0000 1.19 *************** *** 181,185 **** * target VM is closed, and the target VM prepares to accept another * subsequent connection from this profiler or another profiler, including ! * the following tasks: All threads suspended by {@link VirtaulMachineImpl#suspend()} * are resumed. Garbage collection is re-enabled. Any current method * invocations executing in the target VM are continued after --- 181,185 ---- * target VM is closed, and the target VM prepares to accept another * subsequent connection from this profiler or another profiler, including ! * the following tasks: All threads suspended by {@link #suspendThreads()} * are resumed. Garbage collection is re-enabled. Any current method * invocations executing in the target VM are continued after *************** *** 257,263 **** * * Note: this method doesn't stop running JVM, to stop running JVM, ! * use exitVM() method instead. * ! * @see #isShutdowned(), #exitVM() */ public void shutdown() { --- 257,264 ---- * * Note: this method doesn't stop running JVM, to stop running JVM, ! * use exit() method instead. * ! * @see #isShutdown() ! * @see #exit() */ public void shutdown() { *************** *** 279,283 **** * false (still running, normal operation) * ! * @see #shutdown(), #exitVM() */ public boolean isShutdown() { --- 280,285 ---- * false (still running, normal operation) * ! * @see #shutdown() ! * @see #exit(int) */ public boolean isShutdown() { *************** *** 311,314 **** --- 313,319 ---- /* * $Log$ + * Revision 1.19 2002/09/12 17:17:52 vachis + * changes in docs + * * Revision 1.18 2002/09/12 13:58:41 michalpise * |
From: Pavel V. <va...@us...> - 2002-09-12 17:17:13
|
Update of /cvsroot/javaprofiler/jpi/net/sourceforge/javaprofiler/jpi In directory usw-pr-cvs1:/tmp/cvs-serv19664 Modified Files: VirtualMachineRef.java Log Message: changes in docs Index: VirtualMachineRef.java =================================================================== RCS file: /cvsroot/javaprofiler/jpi/net/sourceforge/javaprofiler/jpi/VirtualMachineRef.java,v retrieving revision 1.10 retrieving revision 1.11 diff -C2 -r1.10 -r1.11 *** VirtualMachineRef.java 12 Sep 2002 13:00:14 -0000 1.10 --- VirtualMachineRef.java 12 Sep 2002 17:17:09 -0000 1.11 *************** *** 111,115 **** * false (still running, normal operation) * ! * @see #shutdown(), #exit() */ public boolean isShutdown(); --- 111,116 ---- * false (still running, normal operation) * ! * @see #shutdown() ! * @see #exit(int) */ public boolean isShutdown(); *************** *** 126,130 **** * use exit() method instead. * ! * @see #isShutdown(), #exit() */ public void shutdown(); --- 127,132 ---- * use exit() method instead. * ! * @see #isShutdown() ! * @see #exit() */ public void shutdown(); *************** *** 134,137 **** --- 136,142 ---- /* * $Log$ + * Revision 1.11 2002/09/12 17:17:09 vachis + * changes in docs + * * Revision 1.10 2002/09/12 13:00:14 michalpise * |
From: Pavel V. <va...@us...> - 2002-09-12 17:09:46
|
Update of /cvsroot/javaprofiler/release/doc/user-doc In directory usw-pr-cvs1:/tmp/cvs-serv17493 Added Files: profiler_user.pdf Log Message: user doc for profiler based on lukas html online help by marek --- NEW FILE: profiler_user.pdf --- %PDF-1.2 %Çì¢ 6 0 obj <</Length 7 0 R/Filter /FlateDecode>> stream xÍN!Çï<EënË0\M¼xÒ /`f]£q4ãªÏïdLLÒ_?øÓvBïqR³Ú,<Õ\ë5Npg endobj 7 0 obj 261 endobj 15 0 obj <</Length 16 0 R/Filter /FlateDecode>> stream xÝ]KÜ6¾Ï¯èÛ:À´ÒR«[Òq^ Áî"°X ÇcÇ33k{¯ÿ}$Qòc«H©Ûm#=R,ëñUz³Ùeùf×ý7üûüîêÍÕMÞÿ6þóün󫯿ÏóM¾ÏbsóòÊ<o&Û7UUdÇzsswõ$ÿêæ×«ªkí67·WO6]{ÕåÐþ¶k³æ8´Áó¿Gzßuí~¦ý¶kÙal?Àû/áý_L;/öoÐ~ï#}Ï]×Îó¬âpí÷Ð&`g»²cþ6ßï²}±ÙU÷\÷Ôa[5¾õÊ´gE66ßuÍCv(ÜYLÞ®Ní wí÷ÐþÍíîü»Ã¿ßCû´ëNíGøû8Û}Ó40Aë'¤òm ¾ò?ÿ·æ#Odàýq·ËéÕeØH`¬Hô[ ú̧ð»üR%!ØHü\=GÝû?I²H¬®,¸]'¢»ÝøÓ£fë'ÿ£ÿÒ+¿+x!ѹtHNçÿåOxèñ'UĺVq&OõëºjQ»ÿÍýSóSiÏ|Z=ùm¹/³üØ*þ²SõÝïÿ pÕµy¼9öFÖÆ"Oý§ >ÈO¨b¢/\´iã$,½ Õ§îO}£T®_Hï¼a¾è|§à:×ÿ hPniy¶üÕ×b¡lÌüñN%ÿàovB*þé'ØKðrÓ¸Ü?°ß¯mîFìaBqc"D@»0cýØRvTVm¼¦ ØÞÆÌX>Ø87 %suÛã'^RFXYÇNkèØiQTB/0íh :X´.)u² VH( Yȳ¨#$2.f$"GÐ )ÎòýãWĦÜîË¢²»ôò UÿnúªýØ¥·zÅ8ó9L.->Ì#JÙ{ªÁtTÛ¬=U§É9ËØb¸gKMvy§ÇëÒÖ¼Pmh?ìt Ë 6W1iÃ1JSÏ«Ü¡Ë r'T¼A.ÐôÃe;Ö Ç~pá&BeiY"ð-Â;u»ãFÏý±ÈF !ÁÚí`9¯±Ùç²´ÓÏè{ /è|b[Fô¡BÑU±3=æh7KÅF >,x=a ×z¼IÕ3éìËDãmI T³¢ÊBW®wXo&gÉ^: Þ´¡ÿºV+J2lÒ;bÞz¯ªöµÿÁ/&T'vDoº¤¡ 9 s¤Auj Ê!ÆÄWø·±T® >ÀZ+]a [ó ïmggî¹§á=Zý=Ð9y¸âÁåá:þÖ¼ÜmèÔ´". Ãh]ÉÃðÓX#ÔªTÈö²ÈUábâ#º"êÁë(lÛ _Õ=[¥QQíüpç:G5©ùÚÝýÎ9;G*(¾UÔMW ác[*²\Úó9Jò8zJ 1in. ñýóWßñ ¶ 0è_sá0 À6ßÙ±´LL'Hñ|@{u&©¦T aÅÌð´¡Và(B¶87MHq 9g=B¢ó¹³ËÄÖ¯gqÀÝV\î¦_P´aï 2n¢uåÒÿÉð1ÇÜú<¼UÃ÷FFDÈΫ»:N£^ëÖCÚĦã=ñ 4dýbptצçÕf[4ÜYÒÎH×!}gMÓÁÛð}îö$µ@x!A¯T¸65°ùKæÇnðÖÅK^ý8zA ¹æ9VÅ>P¯låkXΤPÊe¯¡½0@6?3*»b¿ î÷·q\°QvoÏOa-IC¼SÕéÓ¦³O³Â}DbG^¦ôdU».uqi±Öû{ø®(äÝIònJeÌ"1pà ¤¶FQIz AÈ¡ÝBë±¢0ÞòÔ¨p) ·s ^Zãþ:.+°ª6- rÙd*Ýp|îô[9|.\ڴ߸´p6pÚ«OåNÔ´ÆzìY¥q(èJ ($¾Ð$¾äºµít¬ÃTKK3Õ _>;¥µV^*Pÿq1¤úÕÓ§ºÕ§vAö+pIw¹ì:Ç© îdnÅ´InºÇa3KÜQ<.!çÚ+/ýTôù ¹vflswq³dľæåNºK§»e%xÈ]y¢[?˺8ïbõ[/ã¦$WÔxõÎÅ Ä .]DdNç Òç½Xõ´FGÜ;í*Q\¤ÃÍÁ§¨KM»^O»Ç¦.éÈ=¢'ñ×hp®µö ^ô>³Sò.%APFweMZ¦GBM»#Xæ=\ö;E]eý²´ñD}uqîfrÈølE@Ònç Á%n²ÂµWv90`íÒ§Ö7ts±vm¤2\²Pé>Þê¹q|ÊéØÐزü b~2ª¸è t?ÕÎ6W´'è¸jÉw ²"ÔYQò.C)ó¹Ô)Dï#9ùØ)g°E[,¼'+ è5qxQ·ÄÃñùÜrÂu3§~ylîLº÷^RÛÒECÒA³Øî%³ºD:EÉà\Dò¯û8¤zS Ðw<ȼZXßG³/¢æF¶³dØJàÃpN] ¼$R(NüW!àù¬ðÒ7Tt]Q««þ«SòúÓ~ DÞfwîòËíÁù_aYªa U²¨(PâLê+Áð ùÚNYß©¬Òø^á 'òôfóï«î¿? endobj 16 0 obj 3564 endobj 21 0 obj <</Length 22 0 R/Filter /FlateDecode>> stream xí]YÜÆ~_1ðKdÀÃðI¬ ÿh~ï£}ÇIwéjxÒÉêºV5ùr^àùü6ô ýcKÞÍK]Û§ ¦âÕÿí{È?~øÛy _($8)¯äU! ïZ}¥ªólÖ òD 1DSÁ{;1£N%/=#ÇhB§& ÞÌ/é&¨ë¶3UY×UwéÛ^¬Æ§ÛK¹SW4¯«ÞÚãÌHecwYeÌù®±õÆ@7e¶ª¢¶©êókh³Â¦<Úî¨9å_@ù×` º;å±~lÏchϰ`}Ïìýºþîß@ý}JPû麶KâºYwiiz2S3%Öáú4HjAÁâV¿ÇðrÔV,Z «#j7¶ßÿÞ¿º>Ûh[ÓÛmZ1ïçÔ©)Sþç<[¤ýT¹Ý ÀûõÆQ9~¯èTÀZÎøòk g|Åͱç³Aø®oÆhÚþ=7ß·ÅòùrëµðÄÒ@ÌäbÝ[«±{0ÖÅ9 ð6wLZ´ËËÜØ¿]R3IéëñU5YÒÐ ¼ßXº¼7¶Êþç/¦íg $lìÚcF¾¢Çȸ8bnc8CØÙCÇJGýÄÁâ\ÿv¼¼N×lDÝDøË ÷Ýe§æÅL5¥±¦½Xß(ÿÔZíî˪µ ±£`Ótx>Kñ°ê8{9Sþ0àIÏPÉY ¸M|B#*;±¬*¦ÍÐ&|»|5JßÈoIöf§Ü.M×ÍS³£? nÚl0ae(; ; Yzµ'åLèÂo÷ñêùY%. ®²a <1X,{×véíCt}@ìCÎ ùöj¶µÈѱDö¤®K¾OÀ#M$¸¦¬>â8(mÒ ò«ÂVÞôFaÜuµÂz_½À¨µ"ÑîµÂÏr=r½Bø=' ¦bE,ºVͽ÷"Êÿ8 _\û*å'LÏÏà"ÂPçÁE´ÉFã9.âñwzjÐî7Ö¥NkÕt'UÏÈíwÂ]tÛAäùb.ò Vg.ºÝàyûn9J*\ÛÀY'g/¦I;¿4wÉ©BvܧÆòôco.!ÙqÌyæãX÷ë8ÀѸô·Üw·åæ¹Íttº@0æ÷×ÅozW_ucVzüëÎrwFnàgø8|»öþ0v¦Ë<Îú@Û< ýÌò±Óç»</ (m#;½~Vo»ß¿´ÞªrE|Èû(g÷kÏÙuI¿Þ-é' %«§ýÌÄtgégÏ;Ú{úCûp;Dû0³ïù:Mý¨üÓÂS?ÜÜêÇìsê,['çª ùï8wdbÁaVN+âÛþì÷V¥xó¿GLÏWwú³g|_йs*HbÏ|_äs²<hß:ÌöÃðýTËgÈy8ëá,Ù¬?boøí¥;:ë³É9tôº=;m¿g®*Hàö<Jm%/¶?nöæ¸ÆmÔæ»ËyeÈÛ4j^_n^lÒ¤6êTdô·²²2ÛmÛ'l Y¦Tùîî¾=wãÒXaö~Z%÷þ¾6!?MÞÙûMç_ýIyßìïû´H|÷«ª¹Þ.û8úyÎ~Våû*~lþþÊIendstream endobj 22 0 obj 3902 endobj 25 0 obj <</Length 26 0 R/Filter /FlateDecode>> stream xí]Yܸ~ï_ÑoñnYu½&q. Á®3 `_l¯¬ï#»Þ_QÔÇ*VIÝ=c/HÉb±nV±ßíó¬Øçößô÷ñ«Ý»]µu»¶+ö/vuÓeݾmÊf_4e5û²¬ÿß?Ù=ÝEßeƵVE×feØêºÖmWʰ±èÒ·V¦µö|ÿݾaÿ<~µÿýÕîÞ~_YnöWÃ0®}ß6ÏÊnõjwçíwWÿÝ5Y[W×»;ïí³Éªùù ´ã÷OÜsiþís5 =%ØÌs¤!Á¿ iis®±lBÏe1þþã^%àû4Aü×Il11ôÌtÆãèH¬[n'ñ¦õÎX@$Y!m(´Jë!(Òÿ1bÑÔÉQªM:1ú<ëA9ôYÛÒþFãà}mg_PèW/ºÉ[1ã'ñ*7f (Æð[sDµTxr&a5½¦V0EÌkiAA®µËLNŨ ¢³+¼%Hµnz½ÆíQº u¢0¯ç¥ Ð=¾Ó¿¼:Ð%«µpu~´ÅÌ?Çàè|ãqªC5È>{U3¸°çîMp> Gýþòi¡kz3øµ²WJ `_E<ófLDíOðr1»Cà0¸6DEqèq[ë¿ :éß¿JGÏWÆ`âPߨÿ«=Táä`R£ëPb6c½Þ8&¯j¿&< c<¤Áºtµê°_xgW3&o@!.×#*1^)À¶= xÔ¿w¯Ú´}íÆ±ÔS#ù$UGAЩOÅø>ÆÃÂàÜÊÏDÙ%ÿèÄEU¦k¨°ÓÒ4@ÓAYWë2A-)T]h@qü£´ªZ_!étÄ¿Y[ ¼)Cà"f`¥åå;þ¿Ò2Ni Uå6åÌB@ÏÅÄ)<Wì5ìÏe .±"ïD¨6 ׳]8ÿÃËØ/xÑy¤+ ¨k'²:*ó¤îÆë×Åärö-ºio¾¨eß=üFJýP¦¤d"Èd®uÐ{·qB2Z8«ÂQ,_@Pf°±I¾\:-hùÄ$ä:KÉfm²9>! yyâø--æ[2£¡ªµlªvªq(ûqà°U«Fâ ñOÐáµðüÀÂög ?³QѦDÉÛy#w§5¡H$8Pf[ µuyDGzwÆ·ÚÎV^;p% Ô{£¸-fú&®qË9'sHÔMʾTú»²pYªvÂl(¼ÙM21Ñ$Õ¦âp§Z\¨ö,aÒÅ®;Û-NO}#õþ_\Ä 5*'bS C.S zr(®P¢a×»¬jÎ¥Rûa¡¹}ÎÛrRجrBB5ÆKÖ9ÊH?kn´ ïꤽh8:& ËÜtGT»R &ϦRß&xµâx}ù*'º;C?O²Éwõ¡ÙÂ9«¼`$§t¢-ü|)>¯M(ì9õg±¤ÅIÛ×Â#üä!ãtUºc22Y;²ÆÍà§Ä×seÙÙ/OÉÄÕYqûWûvucí¶)½éÆÝû÷OvOweÑÛûizc+\§>·% cûÔ»4¢÷ÔZ´~ØöºíìïíE_-yÙùÙòE÷ºÊéîS{Ù Ï·>7)ðLSÔøÆäuj| wéîUgÍf¡ÿÔÌD^c3«ø¹Ó§V¢ûÿÿwbçendstream endobj 26 0 obj 3674 endobj 29 0 obj <</Length 30 0 R/Filter /FlateDecode>> stream xÕ]ÛÜÆ}߯GØ¡y!)À #/`ð¬Õ*´Z]v#+¿|p&«OWu9]zÓì®®®>umîûMd´ý7üÿüúìýÙûMÖ=sÿ=¿Þüùâì˧Y¶É¤É7Wg}÷lÓ4I±ßTUìëÍÅõÙ£òUm+Ý\\=JÚvÔåÐÎà÷ üþ´mgiºwðÂ[¥ýª0Ë ß_*ÜBûÐÿ òþm»ãJßþжËd·OÓlxtC\ CMÓ«xm¤eú©§-6Ñmørø'·hyÏÛö>iH×}iM)ÌÔL/Ï©ùR÷ºàY:Z¥ÞdYíAÙæûªm^µLÀ>ÉÄ$nà4u¬øº<ö´ßB»cö.ÙåtÉï~×3©ÿåýN<óÄýüÊo~jp6W¿èßßSþõð4r½)"?0½<li×é_Ön8RØAÃ/$ãw'ï@^µçYïÃÏÈ1øoÇ¿a;RÈzÜä ¼3rh:ÎQ NÚÈõi$ ö :(ÙEXÍ*l!/ƵMgüûpï±Gï§f\,È,Aè5´ÒnÃe"q ßϱÓv0CË,I?KÈ'IîòýGç!u6Þ\¢80Ðs¾Æ°y«ÿªªqµQÐäá DùaØÄR÷èB×É>@`$hfÍô6ªÞxäÓ¸äB_rR}³T]1£VZr¸ó±5I"Ì2b(%e(qsÂ"óàqa¦G-wlE°li^.$£73 /Æ ÊRLdêqÿz«woK»®Ýp¿S½&çì0¢#pl®!]§có~cEL?©°§gËàeúÕÀëîòäÇ.E³cüu.@ÚlhïNBÉì'þ¡sÐQ\bùÌ#)¹3Æk¬¸EdFÂ4E6>ºè{ÑäÏ!65óx@-]bYõ2d×>Qì¹UZu V''ìCÄÑ*ãfäCÁÙxb½¹Íª}¹"õ %ðE-oü»ïôaÁRÀ§D®oF@ðk7öSÅÒ°sC¹ÑTÌ! aÄbR¦s7Qj»?@J²µ9þÅ¡àA/à±Y5MÕR[1Õ_¦¶àsGÔ*õäì@Øß|òò ¶ò±?ñáëcnÒ»\¶J_c-ª¯Ä$>ú½Ù6v*þñ®¥÷éÄ÷yßXî#ðжåvæ }]¥ô>~pìí]o ¡´D¶òé()%b*1aÎp*.PRÀË`¹Ç²m0¦|%e%Ý:{AcºGÖM ¾ÐwÞzµvö6ë(¶"c͹*¥··EÙ´ÂH¬'S 4"Á¦ §Ý7ÛFóo?RP÷¢ÔG*AÎARÝÜ| c´ðÆP|ɶTÊÒÖ©Áy°s6¬Ã1Ûe§á¨ëÒ9¨sFsØdyÑVÐ4ÃJf²-«] K.ïÙhÖOmz ¼ðìÍûPõÌz)A/YmFß4ðJ+ÐÑü%æ ÙL0IñÆÃ¸M4l#[hpþñ@Ù x9ãë¦Ç ÜKëÀja«Â,¬º¯ÎjZw;(ÀÁÈ$X3 ~6k0 1W:Íæ°È·f! öY é%'^CDÖ5n Ðú(ÑÂ>\ñâ]¢klKÕóZ¨%ä¨ÈIéëÞôv]!ÓádNe÷¦ó·pEÝ __lþ~Öþû7ÒiÂendstream endobj 30 0 obj 3200 endobj 33 0 obj <</Length 34 0 R/Filter /FlateDecode>> stream xÕ]ÛÜÆ}߯øIvè!3C*@ fU8ë§¶ØB·á(Ä S¤ Çä,R[`píµJ°Ì$#t#0ÈÈ4H³ïÂ.¶=ØÄfvÞ#ÐuIÿÔ©IJâTu3CFá3ÐÅ3$®8õ2SxUT)]6f¿ZçUv(¢´3ImÚ8¦$>8*Ûi'0%êÍU£N'Ú¨]Ç©®ºê{È¢ðHÖ7FZÉïþ$ÁÀìÒÆõÚÁ)´Îx7;a×>ynfËùkh3Å qó~HYM[ùÑ$n#kM$$)©Tz9e+ÓM8cGq|à«Læq*y' b´Eä;IáIK|(;hºd-m¥|æÚU%¸96;ÃhToÂÆUl=`N)ç$ë¿1m`c?2ph~ß7Kô©ýAß8.÷Ößù¤¥Ríbñi&.-£tÊÈFæ3 vâ3XQ¹ö³iÐÇAÙÎ3âFjR*y:BݵºGÜ E"þ=sÊrhÿÑQ#*Éi°Rj&"O½9&îë3$p7- !fyfÌ'þZß ,§#?@ë Û% î£_ÎZ ä<MJÖ#÷¼_zKbºK.E»"À°YÃ1CÈ_Dq«É6qüÜ+¦g2½úáOK?1@ì½jÖ±ç?§ù18§A¨L5nmÊîø2N2ʺ¨ À16T¼.E95\ÐþáKÿÈѾì$ñzwèqTü«-§±8ÏÖÍó{ uWýhX §EÔ/Îú7Z p.ɧBATDdÕA$Ũ|ªÜzñëî×ùvL¾o.ûºl±éo+v+¦Â L5OÔEd/µxîsÜrÙ.5)©5Ä4³ß)#¦IxÆ Þ1¢S ᦣXÿ^ª¹lH@[çäÚµ\Ø;C´Ô¢¹j õ¤`ÞÝÒйç'hYêH®AeDÀH e ;gJ11E4Kû!BWÔYÌà»Çgd.IíRãÈÒvÚ\~$wivW{ÆL¶ îzp"·>¢o"zÿØ/ý [bîQè*æ(ÊöñÕR,ðmJö_{²AxÏhoÀYs¢ÈdäÏvµý'"*gª5v?Às|í{'gÌ,äywo´VÁräÒºù£Ù×õf§ð9\zÍñôÑB1½/HOx ÑÄKyèÌ/Zj¯½'¡EzôÐí\çÛqÝR.Gh¼öÞÒvùPSH³ ý)Ø£ºÞÂí<.®`G*h Ùø"&gÁ B)5yyTEtÀ)_b³ È+)îõ¨5óÉk\ã0ánkQ5Á»ålf<¤"»P[ZÉ/æFùE&ÿèà#Çâ×JÃNuõ÷°mÅÈôÿH4§é íþ«è{øÄ¢ñkNÎ[UÀóʲu»(1îEºêW *)ñöNül ~ ÌÄlm¾¾MOO Ù^î,ûf ÿÝk$n|~=¬ÇÕ~ [¶K²a¸ôܳ4V§Ù±ËîÌ}B)Áú¼§CÉÚ¯õÅ%Ñb6̹߼I8D* °Åß}ò§g÷#A$çz»ï.§æÈßù¦<=Bú:ï= Ç{íï:«f¤sEÆ&Ämãü¥Ôuc÷·Ù§¦áXZ\ÞvºH±¤bê)[[F9?Ø%x[UjZX[vNÖV÷5Ë ÓaÇFÒ3ËjYSHc[±Û̺<ìZ×Ás(1Qàj5©öºKÖÈÅùãûcìnôCí®«"ýH¤0©âmÒüq~õëLAÂË(ó~(ñÙØÙiGúKUKûQÙÿøÂûa?âh{·ººNxÇ{ÿõáÒ±D02/¸å¼Ô{ /¡Î~ºÂø ÌfÍðÔ×r×A±$ÞyÉjCà×´ZïÔEÍ_bÉfÍ^ãv4Ò»¡¡ò R9za-µHTiÎÊÅg<]æÕÿÄÉe<¯Öä1ÈmÿÚåºh_iûð1ß1ó}'Jѽà¼3ªá7°#ý» Uæ÷ê ~ùÀç0£ Bò÷Ðp+þ(LÇ@ìå¿Z« ÒíK5Xªe endobj 34 0 obj 3702 endobj 37 0 obj <</Length 38 0 R/Filter /FlateDecode>> stream xí\ÛÔF}¯Go3¶_"DA!0"ÄìÂ. ¾üK~/¾w÷qUWÙ3Ì,J´«¶ûV·ÓÕUå¹\F&^Fõ_÷ÿäbq¹¸\ÆÍ³þßÉÅò»íâq¼SS&ËíóEÛ=^¥I7Ë<O̦Xn/7²Û?yÝÛÓÅ S·SSd]; ÷Kx»n7¶í?á=¶À|'u{cÊ~ü¹°Î÷FèÿÞ¿«ÛYoñÏaü¶'Qw^õºö3âÙRZe÷èQÏ5;ë½úQ+´ØDY-´UUÞ,WI^¯6°;7YæoÙïïmcÌ%¿´{¹ªÍÒy}Ãq/üá¯aøYË"¢ÔU§K3$LT0Ø-XîÂ.Þt38"r¿cµÓç];ñe»4ÃN\%7=5+Ño»}¦ýûÛã}¢°ýd¼(òðÜÊ%HÒe®r>^åµgÏEûh¤±(ÿÑ{\ðqÞö/Ü:V@Ð$è,.úiß{q:ê?:?b,ÎéqÜ!'ã r»)=\ÓØc(VY¾®qt&O<«Ìhn÷àðQgÌäKÁ¬pqlÃjOá5¬~VÃݰ鴱ÿ)¼Öàt°y¤íLX §{+´ ³!PXGV`Î8älÜõs~&ý$Ê{y- g!Ö&ÀH8ÕuXµqpÎJ`«8ÊKV+XBZ.LwBôÎO§!¦{qædñ< a«tSû©YÓÛvòuS´øZBÃQE>´JÉ9ç|;Yݰ~ηä0=¬T wPâ¬ý#Ù:§ÌÜe|°T¥ÿD0¬º¾öúÖ4ædNP¾æËé`wÕmùEú¬Áë94£#âÈA`#a7MÌ>¢D/ÉH¹U×ôxxËF6;`/w2)ýR|-£*D±»OÇQ^·Ä=xpO7»ÃàÇ×û³ì¾Ã,rnIV#×*Y7¡ÓªÓ?cÛûËìç¤KT §0Õ¸(òØäsð~M Òó^ G²NÊHVqפý@ÿt:%-C_$uÜO;ë'ó?¹MJ¦Ý:/%`&A0 máv¬Ìíñ >Ä4Ä<ð/Hò/öð·@XÐs]]ún ªöü ~ÈÔ^Q?^1:J×N5îG(¸oë}¡Z=JÙdf¹%WÁ¡bEÁÅÛ¬²ú0Ã'Ü&gQ¸{öù:éüÁîýÍs÷"n:áÃéb®õ®´îåÜ ÃþNûMÿ;¹úÃñ;#3³àÅù¦ùPuÈ s6õû»=juí endobj 38 0 obj 2512 endobj 43 0 obj <</Length 44 0 R/Filter /FlateDecode>> stream xí][ݶ~?¿BouU÷ËKæÒ¢ÚÜ- äe³»^;®Ûqâäw¤?¸¢¨õi3Ôêì9 â}0(äpî3ò¼8ó7üóòðæÄuYG÷4z~(«&n¢ªi(+ë2΢,+ã*z{wxzÈÓ¢ÞeEÚ=uÞ%Ý 3jVHð30/1=!³@PNDEÝÄyÓÆ¨L¨° 3}¯Q=Ââb«¡[GAg1Ǭ5zÚqRq¯¡MjÔÂ,áÝsM³\à4|Oë,-fÝ2 }¹X|å0ôåòUÞö>Ʊ£«yøWó°«q(d2Kõ¢çE»Ä4Þ Ô¨¸ÅÛC¢ÎÏÀ»Wf&B¢1ôÝ4ýDØ51ccbåݺx¥_êÄå°p_!F)à¾bYRípìDÑ\®²Ýàî`Ç :M䯡²*`úM!2]óHátTAkI 1Z »2дtR¡CÑ®{¤äÛýÄcÞe¾j,VÙÃ"¡r(qòy±Ô²xÜó¿·Ê=\O ã}eÇvDFxj 3±UÃqë(kôn¦ÅTéIϸ%Ù-¤äô¡m¢Pà6ÔñçBîä ¯ßÐîwÌ$MÖåë»ÙGË`«Á^\Ä¡ [äïÀUÿZ«òGÍ\È/ÕÈ¥Y?vB¶ÇæE=]6CÜ¥Ë\të¼nðþK¹ØêÇáLÞX/3fàw#SY;×"wú1¿ Îááë{WTèÀIöoȹzðéiÖ``ÜűîÜúvY«éÚ¸¶u¦à$º®óLº¹ÊáºXß!%bL¬gûHfÿ}Y"C!g½HMlIRzà÷'§ÊØqI^?ìªùÃçn¸KTr»LÕ!eWãbþ¨O|<³]´èOÍT:üØÇ¯¥zT2¨HµÅ9Uݤ/òVG»!Bt`[=$:¤íx3ï×=Tþ.Í[2ÇîÊbÌßáe0)¼Ç|ØÇ(6ÏÃÛ`Bo Møáøø~ʾ1ãýáT ¼"·'§Þ{d:~#rrÙû¡C]1LðX)@FGù¹ÇÚHÀçç@´;a¬arWÄ&âäù#ÞbøwÝËÿVîòöWâYNG¨Y óÇJ¼½db©-pë;±ô\\BÙÃÔÆ¨Ì ©:ÁIóhù%OCZé²n@¨îóWHW3p'Ù8Ú(JNö)<uZGo=v©ÃQD·BX&9¼_?YRþeuC^#=rÄí ÖÎÎ]bÆyÝ ú×CçîÕyxÛ UL>¼7Wb{Þme.çß׽¿/ª´}/®NÓéwÑS&0¼'ø¢ûû?w Äendstream endobj 44 0 obj 2981 endobj 47 0 obj <</Length 48 0 R/Filter /FlateDecode>> stream xí\YÜÆ~ß_12°ÃC|LAN²6À/òîJrlm~}x³úc]Íá¬íDÐÃ>ª«««¾:ØïviíÒößð÷öÕÕ»«w»¬{7þ¹}µûÃÍÕïþe»,OêÃîæùUß<ÛÕu»ÓéÕîæÕÕê^Ú§twswõ$ió¤*ç~ßÁïOÛçnÐþùSû\&§ÃðüúÿÔ÷ÏÆßßÀïïÛç"9ãý Ïàwôl¾ H*9!èjá3xÓÕ2`qÅÐUb]'ðXê´qz¨Ãòå¨@ÒÛ»ià{ýYÒÞg(\0ë.åápòÏÖIyèkAGì@|ÜâY ¥#eÅct7°gBµ/Ì%£¾blá¸3©VEk@¼(7OÙSÒèô8¼<òh¯ãýx¼Ò4¢ÇÃTk¹Ï®EMîE4dUpt ¯1Á^1ój?@S1à îGØ£ûYH²bÔ¢KcùîØ[|¨b#5Vô©ê³B°ô\!s ÑlKcc®4çyÿjé Ë]4ïÜGêç9³p¨:çÉ 5ïwOÂ&$c&ý« ©·GvÆn`fr¬ÙçÝvòÛ:à³²vDë¢fwKöN0bmMofìü(¯u+úÝáó´Ç³ Gajá²"ÜIõÙ%|6a\F¶ý¹ü©¯%pr°Ê¾É¯{æN^È7ØÀ a!DÜöì®1¿¬qi¬èqÖ7êKÅ B=ÿse!~%ÐÆÖeE¤íÞ+P̨0ZèÝyq îFãi¨M2¦/î|Ý¿*H43.õÒû5н>ÏivôJkä}¹S%Ýkµ´ eUJ<N;WF÷;ØÕÐ媿b¥8ÑÜrÄÙ:¢M|ö£èkBâØj®"_4«é¥hú_¡DÆþ BL¥ä"¤°y-¦6ÓÊí +xÝ"yàþääì´É"Ù ÙØz£rQÎ"¡Â¬N2¯|¸T Ï)Åvey©ûNíüz¦ÂePli&C`éFIÕu\ ¤ðýÜiz tÐB*çêÆdùìAlBIÊ>HÕÖ_WHYÖ±=?clo*Ⱥ]CÚþlðÂ!pAy÷+.Û¤åTåQÐÂiÙTCwÎ;ì= ÂÙd9ÚÉèéÀ8¶C´®bì ¬|©A·í6uNUTó¬ì²/ÛUë°\Ñáª(·VZ54nIÐ]T+U¾Vμî|d±»ö2Ô®5:óÿ§¶ëûîÞykæ3+J³"Æ!´ÝþPZ5²?mUjû~̤IRnI=Ͱ½ç£a %c9åY =ÎÕ[¿^vª0%®¥6PIÄ2éº+XÞÐÈ #»(ÆK#ñ^ÊG³±MOýÍ8çÅæª ,*Í{áe)oQ&S©éðØGJÞoÎfE)õ<½Ac:9;åwÓCºÍ}Lí±ïÈU =æ2µ§ëøg} Úäx^¸Ckg ÒcÔ)øAm]üd$½p¸9)®øÌ°Å `2óÎK~ÃÏRÍëcluß\\ oÿ\|1G_µõx(WðSææ«]Y÷aÕI7\?'öô3»ïÕ[ÎÇð¶ _ÙWrùîñ*s>¯:,¿!¤/áw?ô´O÷*áMò,Ä]ûE\*¤uîE`Öøq©K£±F[k_ÎH²*ZseÖ5Ú ÷¥agÙ±¶3¾DVÒ[Ò>ÆHQwØhdPÄE.+%nNDظØ+:}a6[Õ3wV³JüX¶_6ïmeÞ:üdèðß÷F:¼sQr^²<JÔf¥éÜðÏyU?çAþ7ó á#î*¨8ÛòÖy}<h§ÃÅ Åùùù21Hľ±\E:û½°©3j¨m¾u<½Ùýõªý÷_ج»endstream endobj 48 0 obj 2977 endobj 51 0 obj <</Length 52 0 R/Filter /FlateDecode>> stream xÕ]Û·}߯·È¦Ó·ééöKN`#xm¿Ö»+Å´ºX¼ïîf³IV±½3ÚzXp×"ëÔa±H½ÝEµ+§ËßëWo/Þîªù7ûçúÕîË?þ«ªvUSõîòÙ É^í¡hºÝñX]¿»|uñ¤ÿìò¿Ç)Uî.o.Sº)úvI·Âw,¿ïSº/:þä7¥ÛâÐ-é[ø~éHÿmJWeÁÕ÷òôHÿ2¥»bèʲòdÄYe;s_Õó÷õ±¨j7Ю8Öþ@»¢¶ÿyJ×Eë·s(u(·ªf¾cu¯!ýÑcàÊcýï!õßB:·ü;ó½cª»ôÍna`Z|gF^Ç9>Ä?½u¹R?¦Û8Ñ¢iiL°ñ` ]W® û83[@S.[hÜ×}=-Ä}=ÌÚMZ.((þeÒfxI-8 4¢&~§ ìw _Üýp¿¥½ÃÑ`ЬøVN, µâ4ñ +ẬC4¢)äÊ8B!:~ ³ó½[ëùÇôS_ôF òt¢ÞíYS5ÀsåX7H·XÞCX!æèÇú±<ÖmËÑ/Û¡xâÿxU=»O¡,nÔcTû¹kÜJû96^Ô52ÏLãMG×w'¿ :CBß« »Þªl0QP¹´ e38|i¢YB Ý$ÅB0¢lk),4eà ŹÇS4öï8¶ÒrØuÜ2ÑÌ:.×Oq.ÒS¦ÏU õý¹SË}{ì'.·¯ú JRë³&ãGfÝ6ÕÁÌï¥Á&k Æ+ß?@GÿU²·¾¨<Hçµ JpµJ«Ücîç¢ð§§Öåaù Q·ÃyÓ«è0YmAö}4ÚU´=ç SÛ ÝÓ¡OºòÖôåÂPÃÀØòhq5ζ¹Do'@U½:[NtªXQ1 @")á_aÒ~äu}Êâ¸óÖOûF<&Y8êJ¶]W ¬ÒJ°U3+[X½s&cTa¶±5¦O ýÂMÐiqó¦NæÂ²ªóLØÃDã@Kl_"ªÄó`¸µËÕI oÔ .óaÈ=ó¾hKbÒ×MÔ¸b±ÇZB rOBï°=â|_>7ûÌ6ÅyÑSðLls#N÷Pò=þN oÞ\¡wåMl °Üì^ÇÛ©~¹dvºáêAgUxzàfÉïï2I¥,îìúj D8½BRt ûc Ä©Cö9ÈqW)T^ Æ$gHÚVeLN6Û\ÿÉý¼@_ óÁõ¾¦LÒÍïd\©ÍxaÒ5ó¯~4è[&?¶Áìã妵ýnë?àa$ü(ªó#á7G Ùã Eýú «?}H#±7j®P©Æ pVÜkÔéÉÁ: ~µ9>9Øû+¼Ä¾D&CkÊÃ%eLAZÿgv :rÝëìÙm)õ6þºÑÄ1/%l;{uÝ#FqÎéºGxüåÆDµËéõ´?=Ð f5Ù^7{÷ÛCá6apJíöä!Üa@-aXĨÀï÷þ-0?§P\ýxÈ&Ñ]ãÜ t^û:íRëø&Îb÷?ëâ|å{¦ÈÓâp¾Ø,Þ%ºo#Xò¹F±è^é¼pð¤]×Y9ÎI{sÐ¥ hx½19âÛ9¤àFLCÝ/ '¯{s[¼Eòm,nîò¹?k2û#¸§PyH× ÷ã¼÷r¹ëq¬ýaݽOë ¡À#qts+7Dp¾p¯ÄZÔÅDA»ÔÎònc H¸À8Û8¾PQĦ åßæòoá~X<%úª[zD_×x#3»ø'ðêÞíÕÝ ÇÌp²O_Ç}Jì»<¼Nl½¼\DºXp]Áô ÀHÆifßÖÛÅ÷êèä=¸r?øHfíáäÈ÷(ÞäÁcZ÷Üç,Ò½O5=½ªù&FM¸ ç@xam3v{ÛéÄåÉûU8ÕI'd+Á¯cìæIÐ_©ì½L^w>¤vûÒõIס:Á÷(P@â|EõçQ/ûYK"¹áÏË3$ÛÃ/75V©»%«²Y©o¸}P§ÊëÆiÝõé÷mrgÝÊTìkµ ÒÓÓTì ;ÝÂYW`rrÍ®6ýGéþOQ"VªëxÖ=ÛÆá-ëÍÍ`uA;~T{n=^×qÎÖ=*=.áòæI§5EéSUk Hÿi¾\ï4o^7Û¢y$£´Ü©QûÛêÜP~ð?È.·Ý¥Ô©¯ð¼5Á]uÔÉóa$?zéÝûA·í'(³î±9^>õ*¢ý>¦d:Ø?¼³©G§nLWÿ~aéUWþ¦ª~×ÐAUÅB,c¥æJ¿¼Üýóbú÷éMSendstream endobj 52 0 obj 3247 endobj 55 0 obj <</Length 56 0 R/Filter /FlateDecode>> stream xí[ÁrÛF½ë+89%3Í%)[é±Ô#O.½¸4Çq¦M¬¿W.WÉG`Ríº<KîX,ð [ü<Â@_gaÀa0nÇ'yÒñAfÅi¥ÚUWþ:*Sî&-NÐlÐeàzÔwép%ýÁ÷¨<G$0 ñ»¬º(s·¤$ØoÌK篰^Å~u§Áa]x`Õ¥P¶ÓÜØ:æ;Îbñ=ðw¯kÀ®Å¤ÖÍ*ÎïÈ=*ãeÎgÌBHìT4]8«vVôÂ}ÚÂvÄé¸çmÁ/ä-àïܺûÞʺd¨/)µö÷KåPYÚ¨5º%Â"É5ÊXFeóJ㬠LÙ±ßâP)®;T:©pâÜ*À×ä¥4Áõ YËýú¿Ê%qÙMg^¹ÇtÛ.%Íòw0Vúb»öë <!UÂî-µ) w.·QJ¨MÂÝd{÷¬ÛR §sk?ÍX{×nÔ×løq×IΨV¡[väñ»ÿÓFÖB0¨ÑpÖ½ëg¢Ã#ÀFÎ Ïr¡ÇØÝÁpºb¶Q Elª %nj!oÿQ£$Ù TïÈÊ{Ð`¸0uÁHwýÿkÄ÷H, mMDÐ-¡Ï O¡Ñþk±"ÅéÐþôH ãòî°N ,aáÁòå¥KSÿnT÷éÞcñ÷(«òáZèAÄI Ãä~8 ¾bÚþ÷AO8>¬öN©ðÄ/Ö<¡=/+Ï4º_×IlDÙª ¢j~·FÆM6ÔCHeÏýƽ:§`ÿÝ4öæR×qGÔô »ù"U* :6#6Û%<ëâíý¤Rëhh[ò©]»ñ]¼õñÒè#¥Éçæi²ím÷3CBÍ£Ok¢?®¢_fîï_[·Löendstream endobj 56 0 obj 1884 endobj 5 0 obj <</Type/Page/MediaBox [0 0 595 842] /Rotate 0/Parent 3 0 R /Resources<</ProcSet[/PDF /Text] /ExtGState 12 0 R /Font 13 0 R >> /Contents 6 0 R >> endobj 14 0 obj <</Type/Page/MediaBox [0 0 595 842] /Rotate 0/Parent 3 0 R /Resources<</ProcSet[/PDF /Text] /Font 19 0 R >> /Contents 15 0 R >> endobj 20 0 obj <</Type/Page/MediaBox [0 0 595 842] /Rotate 0/Parent 3 0 R /Resources<</ProcSet[/PDF /Text] /Font 23 0 R >> /Contents 21 0 R >> endobj 24 0 obj <</Type/Page/MediaBox [0 0 595 842] /Rotate 0/Parent 3 0 R /Resources<</ProcSet[/PDF /Text] /Font 27 0 R >> /Contents 25 0 R >> endobj 28 0 obj <</Type/Page/MediaBox [0 0 595 842] /Rotate 0/Parent 3 0 R /Resources<</ProcSet[/PDF /Text] /Font 31 0 R >> /Contents 29 0 R >> endobj 32 0 obj <</Type/Page/MediaBox [0 0 595 842] /Rotate 0/Parent 3 0 R /Resources<</ProcSet[/PDF /Text] /Font 35 0 R >> /Contents 33 0 R >> endobj 36 0 obj <</Type/Page/MediaBox [0 0 595 842] /Rotate 0/Parent 3 0 R /Resources<</ProcSet[/PDF /Text] /Font 41 0 R >> /Contents 37 0 R >> endobj 42 0 obj <</Type/Page/MediaBox [0 0 595 842] /Rotate 0/Parent 3 0 R /Resources<</ProcSet[/PDF /Text] /Font 45 0 R >> /Contents 43 0 R >> endobj 46 0 obj <</Type/Page/MediaBox [0 0 595 842] /Rotate 0/Parent 3 0 R /Resources<</ProcSet[/PDF /Text] /Font 49 0 R >> /Contents 47 0 R >> endobj 50 0 obj <</Type/Page/MediaBox [0 0 595 842] /Rotate 0/Parent 3 0 R /Resources<</ProcSet[/PDF /Text] /Font 53 0 R >> /Contents 51 0 R >> endobj 54 0 obj <</Type/Page/MediaBox [0 0 595 842] /Rotate 0/Parent 3 0 R /Resources<</ProcSet[/PDF /Text] /Font 57 0 R >> /Contents 55 0 R >> endobj 3 0 obj << /Type /Pages /Kids [ 5 0 R 14 0 R 20 0 R 24 0 R 28 0 R 32 0 R 36 0 R 42 0 R 46 0 R 50 0 R 54 0 R ] /Count 11 /Rotate 0>> endobj 1 0 obj <</Type /Catalog /Pages 3 0 R >> endobj 4 0 obj <</Type/ExtGState/Name/R4/TR/Identity>> endobj 12 0 obj <</R4 4 0 R>> endobj 13 0 obj <</R9 9 0 R/R11 11 0 R>> endobj 19 0 obj <</R18 18 0 R/R11 11 0 R>> endobj 23 0 obj <</R9 9 0 R/R11 11 0 R>> endobj 27 0 obj <</R18 18 0 R/R9 9 0 R/R11 11 0 R>> endobj 31 0 obj <</R18 18 0 R/R9 9 0 R/R11 11 0 R>> endobj 35 0 obj <</R18 18 0 R/R9 9 0 R/R11 11 0 R>> endobj 41 0 obj <</R18 18 0 R/R40 40 0 R/R11 11 0 R>> endobj 45 0 obj <</R9 9 0 R/R11 11 0 R>> endobj 49 0 obj <</R11 11 0 R>> endobj 53 0 obj <</R18 18 0 R/R11 11 0 R>> endobj 57 0 obj <</R40 40 0 R/R9 9 0 R/R11 11 0 R>> endobj 17 0 obj <</Type/FontDescriptor/FontName/Helvetica-Oblique>> endobj 18 0 obj <</Subtype/Type1/BaseFont/Helvetica-Oblique/Type/Font/Name/R18>> endobj 39 0 obj <</Type/FontDescriptor/FontName/Symbol>> endobj 8 0 obj <</Type/FontDescriptor/FontName/Helvetica-Bold>> endobj 40 0 obj <</Subtype/Type1/BaseFont/Symbol/Type/Font/Name/R40>> endobj 9 0 obj <</Subtype/Type1/BaseFont/Helvetica-Bold/Type/Font/Name/R9>> endobj 10 0 obj <</Type/FontDescriptor/FontName/Helvetica>> endobj 11 0 obj <</Subtype/Type1/BaseFont/Helvetica/Type/Font/Name/R11/Encoding 58 0 R>> endobj 58 0 obj <</Type/Encoding/Differences[ 39/quotesingle 147/quotedblleft/quotedblright]>> endobj 2 0 obj <</Producer(GNU Ghostscript 7.05) /Title(profiler_user.sxw) /Creator(PScript5.dll Version 5.2) /CreationDate(9/12/2002 18:29:41) /Author(przeczekm)>>endobj xref 0 59 0000000000 65535 f 0000034677 00000 n 0000035973 00000 n 0000034538 00000 n 0000034725 00000 n 0000032938 00000 n 0000000015 00000 n 0000000346 00000 n 0000035519 00000 n 0000035653 00000 n 0000035729 00000 n 0000035789 00000 n 0000034780 00000 n 0000034810 00000 n 0000033098 00000 n 0000000365 00000 n 0000004001 00000 n 0000035313 00000 n 0000035381 00000 n 0000034851 00000 n 0000033242 00000 n 0000004022 00000 n 0000007996 00000 n 0000034894 00000 n 0000033386 00000 n 0000008017 00000 n 0000011763 00000 n 0000034935 00000 n 0000033530 00000 n 0000011784 00000 n 0000015056 00000 n 0000034987 00000 n 0000033674 00000 n 0000015077 00000 n 0000018851 00000 n 0000035039 00000 n 0000033818 00000 n 0000018872 00000 n 0000021456 00000 n 0000035462 00000 n 0000035583 00000 n 0000035091 00000 n 0000033962 00000 n 0000021477 00000 n 0000024530 00000 n 0000035145 00000 n 0000034106 00000 n 0000024551 00000 n 0000027600 00000 n 0000035186 00000 n 0000034250 00000 n 0000027621 00000 n 0000030940 00000 n 0000035218 00000 n 0000034394 00000 n 0000030961 00000 n 0000032917 00000 n 0000035261 00000 n 0000035878 00000 n trailer << /Size 59 /Root 1 0 R /Info 2 0 R >> startxref 36137 %%EOF |
From: Pavel V. <va...@us...> - 2002-09-12 15:59:03
|
Update of /cvsroot/javaprofiler/release/doc/user-doc In directory usw-pr-cvs1:/tmp/cvs-serv23211 Added Files: library_user.pdf Log Message: user doc for library --- NEW FILE: library_user.pdf --- %PDF-1.2 %Çì¢ 6 0 obj <</Length 7 0 R/Filter /FlateDecode>> stream xÝTKNÃ0Ýû³,L=ãÚ[ ò ýBaÁE8/ÇÈv$ÄyaÍçççO $8·èÅz«áx=PHMSÛÁµÈ ´àb\D@z´uèøN¬n®üIa£¼ßÕÉÄøÌ±C«c|?æq hòkl¡6Y9å%v©szeÈ AÏ9ëÀPÊ.·Ê¡}¢¨Ð« ²P¨ÐîáW[Im,P¾Oâ§vAÔç?1w2dãÜ´ð+Úç¬sÎzc¨R*\ëJÙðü=§^±¿ËìLßAANúR9KRz³Ò|áZC£õ/PjþCªA õègŤÍÜII9ý&´`³bÜz¸<¾ endobj 7 0 obj 310 endobj 15 0 obj <</Length 16 0 R/Filter /FlateDecode>> stream xÍÉrÔ0ï~ ÃÁB=^B ILQC¶bRoÏHò6íép¡æàj-ÝÿR/»X+k÷k¾çËè.ºk?çËøy==1&6©ªl\_Ea¹«J Uy×ËhoÿIý52Zér5__D{GÍ@+¿ãÚ *ÏùÀÉJóm7:9À3Jg^Pbçi¯¥PÛìzí¬*×pν\|ù# xù÷ýÄCý_R¥*_¹ù!Cñ ÈY«ã:$}o¾n=ç%NýÉ%¥?¤Ä¦ªÈ{¿re[5ÊÉ©[¤~/ú+B®~@Á%äAa»ýÓ¿`ïK ¥¾ÁòkÈ1¶ß;yÑÒȧù}ZUU3´ôÄm)Ýgæ,{3·«ËÊyÊÿHì÷õígcnÆC×ã¡ñЮáÒL|cHyÏpP@Ä §Hylà´ÓÕSºû@±*µ]*³LeL§»¦&)Ý2ePß§ ÛNan¶ZhmY¸~ÒãÄdPé\ö\Ùê¯×Lªb^¦7\Ï,AY"®ñ°xØdöÞC± Á¾¹-Î É}è*V&]_2ôÑoðíÊô´.ÎQÌá &E,Õ¨xå¨îw!AÔãz¶wëØ]ìÚØ M Ù ýÅL!KÏWANçª,ªj(öQk¥^"eTêÔ$ývâ +ù8pCOC©´Û³/£ÚËKOäß@Iäy¢¶Î«¢/9ãq)½Mù¤8ÞFäB;8ÍwSÖÞ9©î`hÏrãÓIC$£Èa2g/õSBÛ{¾c¤ =zY}¨ÀàÌÔAo¨ÿ,êè®±9»kÛ=.ÆCÉ:ÔÍdL¨àîÉm÷¡Ï¦' endobj 16 0 obj 885 endobj 19 0 obj <</Length 20 0 R/Filter /FlateDecode>> stream xÍ]mÔÆÎçûû-¸ÂÕûnò)¶ÇÁI¥Ê_0w`îpàßG£ÑH=º§[»{{U>4êyëy¦_gß6Y¾Ú¸ÃßWgïÎÞòþYøóâjõåùÙ§y¾ÊËlW¬Î_ùêùj·ËòbÕ¶EÖlWçWg÷6_ÿrÖºÒfu~qvoåÊe¶ò#_nâcWÌ7Ù&Ô?w¶Yê?Å ßBùk¬ð|¥µ}Âú>úáçÙ¦rÃ_ç±u»Á»*ÿð·áç®ÜdEháµ+Y(¾×Ã$uÄ|ù¼e$ÿkLÉáç/ýû²êëÊuVBs¿+ïÞÏUxÿ>ïнr·Ûa7B²0Áä«ù#ì繯Òâ¼OGÊäÿ6ÿBÿ/1ÍËy°7Ð,v&è>ÇêHé#~r1¯Âôy©Ê4ÍÌ)öá çó¯p´YdH0¬ÆÌ¡{Ôâ§ÐùÍfÖßé%f/æäoæä_«Åf¦QÚESKßÎûÃÐùÝT!¿×>]S»÷¬«¶uä:ß:üqϯÜóâPþ lB>ðªBÒqöÚ½ÉÞ¼ZQNQJPï~Ý0Çq.Õæ/°è[EsÑ7aïCA²·¢A´cÍØÅäZ³éWxÒ0á kauÍQÛÌîH¯´AÈ'K÷ÄXi6²×¡çÍá{e·%&æB¬q=¦ÙOTóÎ ¥d@¹~+uÛ!ïÛ½Ølë®´x»ó$u[9ýÄí±Ü5H$%<ôÒ?ļHûP ö~Ï ©ÌuW×Eôëãp3®6´òÔ¿r¿¼Õäåzïoþknçú¯þ]{ÛE*¿ßÏìy[ÒJ/cjNÞúMÉ9Ê{A!tÕï"*dÜ BBèð6Îm¼>[ÔB"tJ¥ÞTðmzE{©c6ÈolHSüÞÁ¤§ÕævÐ-%zZ¢uBWbLYRsÜ|Êj¤õ?ÏU¹Û&Fga¦=fê¸ybï£]B;M} ·IoX*UKÖNE0Þ¤ðl#Ö$οãÉC(E($A: xlË.D ;À+H0Y(é8\N3¥®8mEJMݺ¿Á¦C¥+:±¤äL: C>t9f3NMÎ]Écü2¥KÜyPrÛB7KRF:tçÐgÜ6IgµõÔ9-¯\Ú-Fú¥gÏ´hÌÕ>¢ð/Z·ß ]>E|K<#kÿÉèG8jR_AÂJ$µIúØQ:Ì¥½;æ°-Sìéàz?å~XæÈN¼ñ5~ÉnË+l¡ÙÌzBÌ6ʵÑÇ ~Bò ¢/jéXVìêa&#{Ú¿®rg³×¯¬Ýÿäù.kWUåøÃÂþÐ×d-ÓyÙ»ó«ªvr«|Ø|«.èª]` Î&Ñ Üj[¤ô2ÚqCÃäù¡ ¿ÇVãOqR¹É*+'Mo5»«8û^Sp!jø§l« «qP&ÜNtXþØ~½®½¾]´O,Ö¹¼GCépzÐ-Zñ)axÕ»WÃléÕÔÛN<9]*ùñ{¬9çu^;%¦àÓK·>㻥 U4ï,+ý '´0=ÝÍ3Õ ¶ñL¦< 0¾ìCs¦J3.'ïõP£Éý ù'ObαÍ×ÉÚ5³G[9THSBbªõ)atúà úÆOEè@oZñFÒ¼íÄxµtóÓÚZ'êîÜÊYÙe[ê騢%CR$9.óeÙ&ÅAEEÌQ¢?Â)ÒýÂXÉ A7l5)[2ÃÜØu¶ê1«¬&÷§ µôDÝi¥ &myRnI<ß©sÇÐa6èÇiKyä-é·ÀCʽÁÉb2 ^Ï6~2 ©àì$#%g4¦V1,Sÿàë¶NòÁÓÇ4Â]ÝÆÁÌm´Ã#58EIäúࣳ8"³¯ÐñúMÒÄ.-Éa&íÑ:ð×L¨ÑeLÔÅybPRreûÌ¢`øÃùJ ÎQeq̱Hò¶¿FtP1Û+=1]UH`»ø(SY6«÷þ±»¹P÷ðOÝAæM,3>åe¸vM³"! :5='m¨Ê %µa»HRÜ´áQÀd#hzn°-çøýìiÈ0Éòe7Kµ Øà}JÉ©ÌÙÅp Â÷f¢1CU÷÷ú±0|·äX6\ÇL~µ+iJB )§¤Ìeaí§éûÏ ZÈýý#¾tggÜ9ÞÒ7óþØ9·j÷gÀfMÝýy×°µÄ8Àö/1\ÄË»'%ñ4¿©³ev² SÜB~¬ßú*û±¹¥ëãßÁ±ú4Èâ¶ecUè]Z%³ÙQ]Æôñ¯Ëï wæ=Âp°ËdÄø»eRjß?M?ýKLTÛÿöòdÐ=öï·Ä¶¥;ØnÑ?\§ÛßGº.]¿ÝSøùÿ»Öé¯sÿþG}¾Iendstream endobj 20 0 obj 3851 endobj 26 0 obj <</Length 27 0 R/Filter /FlateDecode>> stream xí]]Õ6Ýçû+\û²¤åo?ÂîBe lmªò3Ì@¯!YþýZeËGÝìñ\XâlIvK:}º%]Þ$y&\þÿ>}yxsȳ¶nHú¦Èª¤Ê«6kQõuV$e.ß½}z8?U-ßåE]6Ygç7P]¿N_&ßî<ê!²¼JNκsô}&¤më,ï[ß|uòÛ¡Íúb(>9;Üz*û¡+ýøN>÷ê!kMÝ·ò¹ÊJh[6y.ÆWìö¯ ½'r© ÝÁ¢w#½îû~|u%_²Ï 9¡ÏùªÈ:Óãcݤ(Y¡Oݵ®tyouò»£ö²=Úm!ï9hF»ÔÕUsXåÜUé¡«Å¿ôÈWÖ«¨1b^.§a*ÔõAkpðùªf³gðÎVÉ<7õ/Fü,xÅ4Z¾"´å¦¨·Ñ[=4MÛ÷%m'óQCÎÓ6itæv¾XeAiAhr*_¥Õ E!OÜïÝWÏãylpéÖ¸p_¡n\´ !w°`ÐGQU »£ã·"çeù± Y7³YEn ÎN73J̯÷AÃ&û-hSW«(}©D(@'Ã4¼!)13 Uùt]FÐ\õ¦¨dB~¢¡ ¬7ð¦)cÍ8ñY)58ÿèrÁÌØ ¶Ù0A¶úì½Í[G¸êu~Zc hú¿Æàsvß¡_oÑåæÏ§>úö-TÁ9üëWó¤59øUÌv8bkÒíq¡Òs´¹ì\é¿Ý¯ýe)çon£ûn£ï5R2f_a¥ï¹ñµnXYµ¯Gx¬%êZðHKáêÌiøä!,Gìþ÷@9Êã(©hI®¸TÅüçQÚ9¢v¡Dé;îÜMLôñTþC>kF¬WÛÒR5!³ -Jå¼QVƵFý/¨Q÷Ô¹L4 >Ó*/妽µnTTäbE%S°rGô4ËjZµ4)AËa@ERÛ p¾2w!òòNOùÆ5Tv6C6x궯$Øñr6Óbï8ND%XvÁÑÃ^Àn5 Å´áð§Ô1ÉÓÄrv+¦$è/v#¨*lñ°y ¸!ÄIIP&2iÉ%8!i|ójâi³"$3éÓɹ/B£ ÇÍ%ê±Ý*²60[»«õ I6å!¼Kþ,iodß`[¶%"!RÇu±Ñ@¢UÈÞÆÄ¨!10MÄ¬ä« M3{ÜS vF$|"]«\WU4®«<£ù/ïÜÂÏ¡éiåøLÒÙ´ídMQWsú˦á÷ ÷ÏÊuYÊ{P9,7qä"´¸ Ü1cg®@çàÏè%oÿã¶D25Õ'¸ÝÀvÊ3ü""ëþá?q-T2ËÐRµu« óÎ\¸;:Lã»sUâ$ÂI!ÿí%+bûðvD^î|ÞÞSçzÆHe+ÃCUr(6 ikS.(#r¬ÿgýÜq$Ñ\V9Êåx®ÓÎ ãeû"DpP zóÇ 8e±>@|OøErÆà¶_b,[Ï(b+°ûÛë=,MbL,K«ÚRY9þl0YìÊçÅñ8ÎRpRämÖ6ê¤>Yèï`9~ãÁ1aù}ýáDÞà '`Ù8S¢?g?nú°¬áý_°ZRFô÷/®s¥¢U)á´\ø¬x·Èxâùukèwñ`-yïAä+Ð 5ÙÓ¾á3ð¡ëFäiÒNò¥ÁN&ÎA9çbÐ?zâÞ Q$Lι Þw'|Þ`ÿáôêMe²#2«¢û]?Ü/!l0âLæ=çBÄÆ$ÒYF wÜÞԸ͵ϽîiR¥qZvzÃx^ïHçCIcĽ 1'Fãv8¹Iq&`öPÓÂá©¶a-Ææbë¥T·õÍíì{rDõ¡±hÃøBb9úÌ7×z0:VëüŦÏçz ©?~ δé5WªÄéYyɪ2³nZb&e(=ìSSl6ÆÚ"¥C2ǯ'þ$^ âpS¬!2ðodË=B½.ñ5ôµì¢®ô]ßêZ¤fµææª`]õÝËí¼q2=çüÉgr"kߪ%£û(®ìíXN·e¤¾b;N}:ÏaxÇtX¥¤¾~*oW¢Ó·èwÃ+di+ïä¶a±;4Ü.Ïm/Ý®áÇÀåñÏ.¹C7»"`åþQ0&î|4lÓgî¤}6iJ©®Ê°¡çQ.»îÛ~bzà*ÊØCY ¡óoñç¶Ò¶Úâg1ºoHÙpvõCp¤u¯Èz';>uÔe¡óܱ3 HîµÈ£¢y^ó]oÚ;ãÆM¿òÀ/wui -ù¬&ámß5!x gälHu*w;ho _K*·²ûôºF +^GAk#þQ endobj 27 0 obj 3125 endobj 30 0 obj <</Length 31 0 R/Filter /FlateDecode>> stream xí\K· ¾Ï¯[ä§E6ûÛ)'¶cËë¤Rå¼»_-KJ¬K~{d³ý سÝ=¤ö0Åàdï«£ªôQÙ¿ù÷òÅáÕAU}ÛôñûÃØÕUsìÛf¬ê£nÆvú1ÊÖýz}xv¨ÖÖÌíukºjÛÕDæÕQ»)ÂÏåã/G+Õ/üäú8¨u]ÕLõ/®Þ»øáÐU}=5_\}oËu5sùW[n*Ú¯}ÿºËP~c˦êæâÏ@ɽ³e Ç!òÊ0çÓJ ^Ûòã'Z¯;éa|2Êò¶tj«v#Ë:í%4?öÍ:çu]W:Ìð'[ÓWcèñ{/E30e¤ü*êmZ%yÀybÞg¾éǪ̀_DÖÊèζìí§mfA¾®Òï@/Ó.¾°UãJEÅ#³ à@SøVà z8ÑNÆ4Üæ¬íÍQlE×ô ÇÀ±Z ¡ç=À¬ó2F¿ë}Å_UB'ÿ¢ºÄ4ît§MÒµÒ&Y· $¦wJ<Õ¶Þø¤ë° ÖÄ 7¿onôØX5ɼ&Ê¢Þ/Ð? f<*¦È+OBEKØ=áЮ@ýÏSÄ£¤È9§!8gÔáã >ǯüñtÀòßæ¡ÿ$pá½Kxú|6IW~ ¢v 3G>öUM)óÍ]oô çÑNNµ¶6°ÌÂfeÐõ5¨bCóbo»mC|òDèðÃx å7¾<¶¼ë'`ãuºÄ%Ü6ø.¥s"¹BkáØûÜ ¢í¾q¸°/;Ï5ñò0Ë_q!³AÇ"VúÎËãÆ2óÚë啕æAaèWò_¤½> {z¥õ0#ÊHóÄ\¿¥Ã¸HqíAAôªlÕ©é{:MΪ¯W< í[çDúme9{wÐÁÊ¢á ´0gA˦Ç<'˦ ´ÇmKÐ嬹¯&cVý®mp Ò£Íe¢F9d£@UÞËA®"ëz²Þ B¹~} p?r>äý-Ääa-Vè6ŨÃ5FEÌÀ8J"0¹@1^V%D¹yQ5Û³3±*åe²Dl² ¹/në nc]Jÿ³|+²ÉÄÄ^ ÿ<)aµÏÊ~V+¢¶sÛÊy§·]FìÇdnùJ&îC.! ìN'»edÙ=ÌR¨q«Lª;-$å·PÞ .Ò1[3¯ ¼3Çp!b{Tnvð#eP¹£`Ìy¡rO§~Ýo'@$õÊâ,=dGù²Ç%ùÎéJXxôgdà% b²çÂDñ<Fß õÿXäÞ¥½æ3ö¤³ÌqVD9' LQï®8 ]ZUðú*8#·Puï¾~ÃÆë}¼3ÂÇ?ÿpe³®DòX ß! å R<%<x+ô±×Gë]vE½ û,ÜÏg çÁeϧCy mc8Ø^ p|C2æ $ósõ<$)Ö©8¼uß-DñÍ£íîÉeM×LÞ ;îÖAøxXLbíð0ùÍ{AyëëmîݺãÍ9LÌ xÀXFTFÙ©1kO»l³.©<u\ËoV,ÉqìärÔææîß<òôVÞ?FôþàdvñêÑy«ôQøGPbç& aÞF_'®@¥@}ñÔ Ò|ô1áÔ Þ·Py®FûnBÍs\uæî]ØÉ´Ê®]^ÿ9Âÿø·(jQj DBÒ×j\Íó¦ÖµûcFÂüPjC6çþzSeLæ^ì® v÷°=ix;Ĭ" xÊfB Ó hä7ýD¼vÐSlÇUÿ;EÉ)þ2_Cù®Ü,¹ËZE"/úÃ2%Hááø7ظçz[NE¯d3¾¡óÃñÂËq<B 6)Í/]e¡2§ endobj 31 0 obj 2626 endobj 34 0 obj <</Length 35 0 R/Filter /FlateDecode>> stream xí\[sÕ6îóù<ÁãØòU}£NK¶@OÛÌ0%7·_],[þ¼ºØÉIBÃä!-´«o/Úsdidò§ûýühu¶:KrõÌüz~|¿Yí>Éó$ÏÓ¬L6+Ý=O8Os4M,Ùî<º»y½jÒ²¯7/VwÞÊvÖ]óD6ë×úuaÞÊ6KÍë7ãæ>VÄÛ´.8çÝ£ ËKh#chëõóó^Ó¹^²`[·ßÉvVÌ1ðp ×\fYwÃÅZ¦¾~ðlÚg¿ëÃÚîÁié£Ç$bu"ÄÙ÷½c½8zLr È¢s$ý¸I¯²4«ªä§î÷ËYp.ðüj: èö*5"H§¥,ó x>¸;}D9×´9±zô2f"ÖónÚX"ÌF¨È)¢×"V³8Ò©<9\ ݶEèFQ&,«J1²I äUòvu°Ê¤ÎÍÔ·ªNkAFþRÚ¶mé3hB{®õO@ïÐ=±;jþ«Ó)£ÅÝÓ£Àù² QèüÕ,êdÍɪìUi ÖíXmioB.¹éð{÷À´ÅçÞÖ>|0^üCð>tßÈv+m9§ÿM¶×¼N¦Ø§ØJ<Àößjb ýôei\$ìÊû EØ ÝXä»wWwábi Oûy?Ä3A³aRNõ(ÛnÕ¸ÍSÚ´m1¹rvâ0iÕÙ\s j¸?Þ¢ÇÅ 0±!sc,g(Ñ`¼L8û¡eÁÀ uCGåpò§>Â7. sZô@iñÁ²£ Ù:pDVê^'%§GqL®%¼*I2ÇÙÞ#üɵ8,öpÈ@¬ì F»×¹ßou,Ú}´å§;ÖK ßê£D)ÂJã¾ Aȧª×Ùöðc9Â'åW < 6Ö00íÐÆÕ!9TC%VOnjyÚFæÖª¶@u&pÙÀ%Ê ¦¼Q*hÏQ 8>67wSLíXõX»ð5aÿ"]"n@,áD¾ê¬CÐiMêêÚêÅÂ9dMìÒ:Ü$pÓ;0åÒE (2þ"ù.#óóYfNXßÂøþ[Mµlívß»«EæòQÁ°øéåî{¨pß¹9b¯çÇÒ¨kS¼>HýkYÈÛCf'z!ÕjÓÇFébxÜ ¯7LÝí´uHKßk]vÚU@ÚpÐp ½p(]eXB£ Æ!GºÔðQ[:k?¯¤*?B*7(çéó ·c=%ke¬%;±Ð]3ò9ÏØÆõà| ÷`¹N¹ÅÃw#x¿}PÙgºpÝrcèDqÃÃb°Á¼º5)rj×ËEPrܽ=}fîî([S×bÜ´ÍÛ}Ã,¯ûá×$n[¸)F¸ô²qô^°PÄ%®ÑDí.\ì \Î:GÂLÌ×'@ú^y;ºµü õ/6"âºvM#ýRGW¦ï¼6ú^Õ[QxL F£¸°íJ÷ms¾ºje$áôK]imGã(gG\Ñ|áÒ ó¸©rÙàfBî`Üv#ìðÿ½]íLõ¶?³q 8Âpó"U¬uß åÁå]ÞµúcÂülñðh£Úõ=c&TÛÃ(ò>Ë%*ÂGE)çU°4×Î+t»>tùýOÙ¶/Ââmz¼mÿÉHÏAðZnÓÛw½õd6O«ÈLRÑ4JÐGS³u|`ÿw]ÿ|p{k* :×üXemr¬¡f=fÞY"+Úþ|_ÚÜs2Áj³} Õ˧ÓGþ¸Õ'à`Gcº²ë3!ËKfM{kÕªôÊaY!`Áe(lùsì+ÉóU¶²¸ÛgáØÓEEu-NÒ²´<yhÅ9r±ð9Vh*#¹Öã r8¢8 #ëß3ntâ [¬Ly,¶3sEçk-ñk-ÑMâ6ÖñÔuq-³óÉ7¥ Ë©¹yWx2CKf$hqbu!ã5ËZa\^ÒÑr3tBÙä䯻ºxWãliG×m]¿á¥Òt¨/î{nÌ^ô?`VÒñ6HaªS²ÎÅy¹Ñúéº?$»Ïä}~ý´Ê¶ÄJ.ï:)*Õbê^ý_´|ÃyÎ3ùÑzk×-9ؼ.«ÖóÕE-äWT¼ÿKLóªÀé§é¶2ki¦CÞJä¹;øÙ«òBNIpPeµv@:òý wmÅÕÞL/fÏ#tï ÅÏ endobj 35 0 obj 2461 endobj 38 0 obj <</Length 39 0 R/Filter /FlateDecode>> stream xí\ëoÔFÿ~ [ñªãõcm£ª´ÒR QèCBªhR 6ü÷õîzíõÏ3Þ½#ÜåC´¯ÙÝyÏìøÞFI,¢Dýµÿ÷oI\et´ÑóE$QUUG"«(MXF§g4º±´,sõ¯M ë37ëËÓ2Í´1#¯ ñÁŶ鰬î#Ë@x¢Âü <÷ß^#[{°j§=qË7]ÏL;I"Ö§m:xvÖw<Nä=VP½mÂܤ5òGVìH÷ó±5LU®=ß¼hcÚ]ßhwlM_ý¦ÿmÝÌÙ¶Ï1Gpì¢T`CHPË/»ïgÝ5r~Î ]Q¢»A¼Å°5:&/.EÕù¸t0¹9ö ÞÜI~jrvýé]/>9/´ølyõh¦@O¸6×ÀÓ 3æ.±~[ EÀÈ\Çýóq¯6áïYÿÊ@"Ð÷ÅPçPÖÊúÊ.'¿97ÖÝD·±¤Ð2KSÎä¼§2UÛ]IÙü¤lÞáÇw×dƧ-¯dðJ·!i¥Ñ2ÓNª«NáòóçÏÕ@l[ÈWPÈßxÚ³£/M»`!b#äxb#ð¥<Æòé¯À+<j[Ã>8ì_?Ú´ù#bdn\Ôý9ñr°ca÷]ÄkƲêg]Æs-ÐI«ïayl£× \ª"ÑÊè7i[¨úеËù쪶HâÄ.øµí°íƲëï u¶áý®VËe¡(¸l¤>5ó ÏnÁN<ó±üöÂ`¿è g\SX¸.}}õ½PçZU*ÞZ¦BMSö`WÒ´ ;M_¶ÂváiÐbKM§ÂÝDÈÔǼ:Y?Á)k-¬³À=QëésB¤×«°=í¤¨SrÚû¸\¡ÔÃ_¹C=¬J f(«¸BËÕ0à9§eWÅlô´öÇÈá@ã<jN¥àañ8?À¾ü÷QEà¢!ä}hbÊ|ãO< ý£ÎºfÓùÍgªm¿hĺ9ÖEÓ&«QYgy3-91W¢Ù5§âF´àG&Ðn0È]¸Èri{esé¬,JA¯Ô£j!7&{Ó¼ªö4y®¾ubÎKõ>w°4eé®-¥`îR$a^Ü5ÿKÞendstream endobj 39 0 obj 2571 endobj 46 0 obj <</Length 47 0 R/Filter /FlateDecode>> stream xí\ëo7ÿ~Å©ªTØÍ¾P EDURªT(o $< õïy½û·3ï].i%×öx^Ç÷a ñ<RíÿÝ£ÙÙyÜ|ëþíÍlÍ66ãxÇaÍ·fzx<¯ë0Næei2ß:Ýxtsëí¬ëdѽµ7»q¢ÚEdmû£j/ÀäÝsõ!UP uXeQ·Æ6´ß¨vvÍc ¡h{ÂlD`»E ëºýt ¤ÈSÝ.°äh|ÝN0Øo¢¨õÎ&¨Üà \³7ª°0´¦¼«ÑÝ´Ü"®ò\˱äxp:!¬zí? üxE¤ ½Î¤wHwf§Ãäo)HÂÜæ[Q&§úÉ®G´<H²¾×è¯Ã|fÎ#u1¦ægV'øáwí¹Ê;ã DÌ6±eAnW#î0¸-pAVæMxPs[p&óárÝ Øõ_!Ðs;Vy5y/ß=î´N§Æòb× ÕÏÙpgnÿ<a¯×F1ªÃzFr6³7FçùøaÇ9ÁO CÐFL$8M(¼kß;¯ºvhìÝNé»äw°ÍYB.² ý?©vJÇúka a\$®Å2QU¸Ø ýVð«éÚÅR÷îk|"tc¯Ã[ =Jlt`¦ýCíËÕŪ£%»ì%»>¹°wmTZ\eWABÝp3þeØáħN0¨ÿ¤Ã%íaç¢ûãOý|¥áFyßA(Ðñ;»ÁfÂÁ|a*ûÆ4ÜáA9sVC¥ú)bäÜo¨LPÔµSh'ÐÆ£T# Çw0ÿ 0¯ Çc¦àÁXý7$±CpÈïºH3&î<sÛëp9Ï]¸-8}ÿ9ök̹#xvSBÄ57b"¤ûµòð`ÚÛÑ%8êµ4ÓÕM¥¾Oÿ¹óçÌö_·ùªÿÿÈ7N4Önlffº»ÈT$ºþ C¼Û¨/áÃ=½b60únÆüK[âªð¬Ð] ù{hãå gbqhösⱪmq3Û#A̢ÏÄÇárA ÄÐch¯+g±ÆTN¨wªu1Ô 2\ÝVES&DÒUïÍ233ÈÿCWÃWÚðõ¾á[#Lê8©¯Ëò}5~_ß¿¦R¿ª¹ùOJeÔ¨Bã^T6zýsè¦mýB-S åÆüÿ°~Gc>ÂG|ö`ügå1ôoC[?¡5£ÜÕ tÔWýþÙÌãåÆ(Òe.ý|a¦eË wjÆáØ÷.ËãvÎãHxd IOPu&YþÖwÊséBÉ¥ÝÐMågaÕ3MËÓ,wÔºWI¢åj<qÂ×xº¨B+=,ô¯d-ià/Ãt%¼>]QÛ'L=~ÙmÄmßrF:þDM98.V¸L£ï/믯,Z2²Ó+TRÿ[¨ÉU¬½6·y:(S«¹]ÍèõYk0¶~ù m-jRu&üW-j~íÌ÷Ä)HϽ0zÃG»jg¯ÓyäWS@G̯@@¨¿L|åïa<N endobj 47 0 obj 2725 endobj 50 0 obj <</Length 51 0 R/Filter /FlateDecode>> stream xí]YÔ6~_áG¨ÂBeI.*/©ÊÚ·¢Ë+ Iþ{$ÙkÚÃǰ3CU@WKjõ¥¯mÏuA +¨ýÓýýìjw½£DQ^¼Ü±âõNÖ5á \ÓÈóÚüÿãóÝÓѵ²Z{eè®U±êp¬PíÇÖR^#5³_̬ÿëÙUñóÅîþ£ÆLE¨(.Ìüm{!ÂÌ"%\W»;Oï^¼ÙI i¾¸ÜÝùhËT¼+¿lÛU_þÊW¶Üº1ÿuUÏÉw`Èg[V0ÙU|uº\жÌVÃp ýÕÐåÒT=ÙËÌ1}ÿgãvÈ×ÝÊtWþíÓ%Þý=èîØÄXcO¬ÒȲ_NótÜãËÇUí/÷þ#Æ©)EÕ%7]c§(¾½Sèkþ9\<ðÿméKosï©$¥,\õ¨~òNY×°2ùÇÃým5©ûEÛ¼§ð!I!o¯£ZßI¾WÁ¥"AÝO ¤¤ûªÐt¥`îÐVJïÄ©Aëöín¸bÖÞfüï üÞã ÜÀgpÒd:¤òjÜ9¡Ëq2=¤ $1apÈ>3aì^Õ ´áj.PmIïQ/ã* n0Ðm¸ ·7_HÂá¢u{Þï×18 Ç<^)LìSVÖ>|ÏÏ9h ùKPý?$ã4±ÒC$ñkÀ§öÿ ,8!A 9C åI>4J¿» sÃùÍ+¢$2³jÒFdï¯8W Ü 2|7â á(¤KZ÷ëF{zígªÒq2È©dµ]xQ2p¯ó /3äÃæòLb]£ÎCòºsÌ~¿)öPLÐ^oÇU!q/E%!<X|lãz½5Îuß qYÔâÎtçw tåy ìw[å: (¤*cë l1CV7?¢J.$Ä (Bâ*,â^ÔH÷¤Ô,âaíg¹Ô;mtä]WxßÐCLg<>Ïã(ϱ$Ëöøkg#O2Í'#G²Nlñ£c:â(éJlL«Ô¸Ï®ØµîXhC(kw[¾ wJT«YëëÁm@âc@_ò!Æho÷@y,: Ý̳ӳ+}E.ékZtìvoL¶ý¶°g¹ã&øåw'53þdJz%3<Ù²íQ&·×Y¶"/ÒëÁÞáyñÄfµÕqìF4UÛooÊÌ@eÝ Ñ8ª'ÅYö¡J;àÓY íWæ|9;ÖYUM W)*w`¥ýBôØ@ÎÐ|07 Û!}ìæÍ=°F)ºjó«Ò]à±ä*éÏ8æíÏE¢µhTßo\Og»ÅDx§î± $ÿmÜ#&3C¯ÇwÒAɪØÙ6äTÆ] Ëã»Nç˼û å¸ é À"PUrN[0Qudpië¨ #òËEñÐÿ %! (Ú¯±ü£j_/Rà7BÍÝ( »«F'îÚ}"ÔjhÙf µÖölåÛh-óÖëH«"ö7ªóF³H«b^¡E¤³ 'LÛTÛ*áCÅskÉ¥@±kãuLƸË*9jR®yôhèCóçe&éendstream endobj 51 0 obj 2222 endobj 54 0 obj <</Length 55 0 R/Filter /FlateDecode>> stream xí]o7ðý~ž5H¬ãïõªêC+ÑwÒë¢ ¤ÐH ´UÛ¿Ñß[Ûë½õÎ?îrIzD"ØgÆó}g®JXCÝOø}z¹ºZQÒQÞ¯Xóv¥"¼é4× ã´'ºá\Ù¿¯_¯Þ¬ÑȰʴÿVe°Ú11ß+;AǽJ-*JÓ0Ó9<kï¹èÝÞ°.¨q+Ñ:µÄ_5Ì36þ:½l~X¯OzK)¡²Y[òõF÷Y;J¸iÖ«£WOÖïVpi×g«£k7Dð0>Ö»q|ÆnÜÕÛ?aê5@ùlùìÆ$L/ AnÌé¦ ãbùä¦LGÄö¬rϺ\¢y(3aüãÓ].þ{11Ö»4S!ûÍüWK%Hª&&÷ø±IkZ)zÒó¦ÌZÆF,(>gÞuruâ2cãø%êÆRçaç)AºQ<Í¥õ È÷z¾ãËÖ;þd#Èv¸9W(´ÁûåÝ?þN¦öJ-6kiÞK cBSÊp/$S@.¢·çË©ÝDñÍ@ÈÉ)ˤÌ1Ä Dæ o¥¦n(ecfhp|S%&@<¹(X¡9ö[ !¾ÂLÏ2òüÞï>öX6MýZ¯eöÑòA.ëeù6þ´ ¦pöÝ0%MBÖGéß×#'{ó´j9¢Í9Ùèò¾åM6xIYÂ(ç»%~Ø/`T+ã¤R°DE/F¦¼÷7>ðÛ62,}/ +«÷c3ò66Ã:îºÍ ¬!×÷@9<Ìé h¨¢15|{Å7'þè¬H\JâiÌ¿e Àq9DäjÉläæHú˧²y>R dônÆùr/=Ò½åyÅwÒË.¿`»ñw×6ñ¶-$ݾ_ a[t³å_Ýk k.ø¯ FÖøè¾ZxkG¶CÞ\AÖþóæL¯¾FA²ÜÝØ£69Óa³fõ!ãºÓ«eÔ½ân¥r.ËM·ythiÃõHçñûr©¥l8ñâçåº×þíø°b¬"ÄÏË«áyyb5Ê Ã¿8wöú\:|¶ÎççÂh5pÍôlYËSxìV²w¯é3 endobj 55 0 obj 1797 endobj 58 0 obj <</Length 59 0 R/Filter /FlateDecode>> stream xå[KoÜ6¾ëWèè &ðÃÛJ'ðÓ{Kn_Å|ÄáÁÍ$¦ cæèÒIi$\Æq¬ösßʲò¹Éz¼_N¥åCõéÂT¢²áÈ<-7ÂÂ^ôz?¡GiEhFºÂãÇtÆ{Gå|ÞQë ø@Ú*dܹ%®Äû ³ U¶Þm?°Ý<Ù©òs8N±L÷$hÔJqx >ÆEoÅ£;IúdµVòÞêE3fZÏ+̤ãiÂK²[ýN>vÿx¯xöL¾MyÅ¡Þ«Ê UÏË>|ïÊ·Ê`/T|)þÍ¥¯Ú¸hÙ&äxyóÔ¥$áöÐpë4Üùa~yôSèe;áÔ]¥c<¬Å[w±_çãô»Lú¬K¿°1óCý¿riQ{÷#¾8øáñà%ëHß?k¯arþR{ÎB·nm/åÛ·îz65ñAèZr?®ºôß±é'l¿©ÀTóo}Ûìq{!4 I0NPîjL¥A9_ s©T£iuéÇeã- aÜ^!)IÝ}H$ ¢Bצ Ph*Wè]·íß¿" 'endstream endobj 59 0 obj 1607 endobj 62 0 obj <</Length 63 0 R/Filter /FlateDecode>> stream xí[[sÕ6îóù~+ÌÔ$_õVÊdÒv(Ho3¼@6 $Mh鯯ä˱üi¥Õq Óé0y8-í®ö®Õú2 ÌýÏ7Q´Be§½ÙÔ²,¬U]¨LvmStY©¢Ê®^n^mT© ù|_ξqÞæ2=éçø<ûæh³÷DgR¢Ê^mä2«uÑlfo{ôÛÆR ²£ÍvØØÃø9¯Óo×ÇWv\¥rÁɺ,º ÀûD]7/ 2ﹿâ»"è45ûtô¡ì¸+gÊýí¢~ÛAg $H Ý*Ýæ¼d:\Å[ê¥ÿàM_7a¶sC±ô/X <e²u,O¶XeIw5Wb¼Ä¬ Á¬¨×v6Yð/ ªO¬B|$þ¸ã±"³Å%D@ hGÀÄLZhØ9fÏåõÄÝsO·U$!$cUaR¶5!থa,[ºpX;$ýKðFb øå¯¿Y×ýADn ?tPhuZ¾FXÌí(U ¢³$ "Pó"tT¹Ò f} .(¤.úà>0ÎG¨¾;8Fn·zò>pn>»Pè¼}âÒ´;ÿlÇCù(*Ö¸E´àé3ZíÀÔñ+f/ÈrÂq ÕG6å£kmqEÝÿ/Ånn{Ø»©ëbQ+zêÏL;=øê`XÈÚTÀÖ§Ò(]¿Ý¦-¤ãFøkyí&Xz t¤1a bAN$¨±aËïn ³ÇRw;Åq5`ÄùGÄò¾É\9]Qîf×Pð"2Tâá6©°ñ7Ççr%wÂoªòa$Ï)lÏïLpÜJHL)+/=ЯæÒ¸©váÿoÊÄ ¹2äqºÙ êë§%:\VV1%¤ÒGi'ÄÑÃ,8%¦'öȹ¹*;{c® ¯ór ¾b}µ"ʯ*z|iEQ×Ë<é?E`ëö·v#ñH¡ì0Ó´øP %îh@<ë¼ä*ÛæÃ³Ãà5¶D8="yiÉu.Ô îûvsmKVªqÏiÌmq³- 7hL]6rè¢óK·Ù®âå³ q1ý â¦ûB×bÃ"Ñã1áb\Vª { Å\Öb?ÑÔ²ÔjÝEèÆË-³ç ÝS5ëÙbNýèpÒæ.¼ñù[%` ?̶T±LñÍÈ󪩻rI u ÚÆ ¬|¿+<üÁ.·î¶Á=hwû·¨£T ÝàÐÓ,l¶âmÍ+YÛ@$EeaÆÊ¦Õ fÐtK ·m ÷íÚ:~D7Û'ÊÄ·8áÑø`?Á }!oï^&-S;gnÿFéÚLɪz*¿·ý²,~*Øp×NÆR,0¦äç|Ý!p endobj 63 0 obj 2093 endobj 5 0 obj <</Type/Page/MediaBox [0 0 595 842] /Rotate 0/Parent 3 0 R /Resources<</ProcSet[/PDF /Text] /ExtGState 12 0 R /Font 13 0 R >> /Contents 6 0 R >> endobj 14 0 obj <</Type/Page/MediaBox [0 0 595 842] /Rotate 0/Parent 3 0 R /Resources<</ProcSet[/PDF /Text] /Font 17 0 R >> /Contents 15 0 R >> endobj 18 0 obj <</Type/Page/MediaBox [0 0 595 842] /Rotate 0/Parent 3 0 R /Resources<</ProcSet[/PDF /ImageB /Text] /Font 24 0 R >> /Contents 19 0 R >> endobj 25 0 obj <</Type/Page/MediaBox [0 0 595 842] /Rotate 0/Parent 3 0 R /Resources<</ProcSet[/PDF /Text] /Font 28 0 R >> /Contents 26 0 R >> endobj 29 0 obj <</Type/Page/MediaBox [0 0 595 842] /Rotate 0/Parent 3 0 R /Resources<</ProcSet[/PDF /Text] /Font 32 0 R >> /Contents 30 0 R >> endobj 33 0 obj <</Type/Page/MediaBox [0 0 595 842] /Rotate 0/Parent 3 0 R /Resources<</ProcSet[/PDF /Text] /Font 36 0 R >> /Contents 34 0 R >> endobj 37 0 obj <</Type/Page/MediaBox [0 0 595 842] /Rotate 0/Parent 3 0 R /Resources<</ProcSet[/PDF /Text] /Font 44 0 R >> /Contents 38 0 R >> endobj 45 0 obj <</Type/Page/MediaBox [0 0 595 842] /Rotate 0/Parent 3 0 R /Resources<</ProcSet[/PDF /Text] /Font 48 0 R >> /Contents 46 0 R >> endobj 49 0 obj <</Type/Page/MediaBox [0 0 595 842] /Rotate 0/Parent 3 0 R /Resources<</ProcSet[/PDF /Text] /Font 52 0 R >> /Contents 50 0 R >> endobj 53 0 obj <</Type/Page/MediaBox [0 0 595 842] /Rotate 0/Parent 3 0 R /Resources<</ProcSet[/PDF /Text] /Font 56 0 R >> /Contents 54 0 R >> endobj 57 0 obj <</Type/Page/MediaBox [0 0 595 842] /Rotate 0/Parent 3 0 R /Resources<</ProcSet[/PDF /Text] /Font 60 0 R >> /Contents 58 0 R >> endobj 61 0 obj <</Type/Page/MediaBox [0 0 595 842] /Rotate 0/Parent 3 0 R /Resources<</ProcSet[/PDF /Text] /Font 64 0 R >> /Contents 62 0 R >> endobj 3 0 obj << /Type /Pages /Kids [ 5 0 R 14 0 R 18 0 R 25 0 R 29 0 R 33 0 R 37 0 R 45 0 R 49 0 R 53 0 R 57 0 R 61 0 R ] /Count 12 /Rotate 0>> endobj 1 0 obj <</Type /Catalog /Pages 3 0 R >> endobj 4 0 obj <</Type/ExtGState/Name/R4/TR/Identity>> endobj 12 0 obj <</R4 4 0 R>> endobj 13 0 obj <</R9 9 0 R/R11 11 0 R>> endobj 17 0 obj <</R11 11 0 R>> endobj 23 0 obj <</Length 135 >>stream 0 0 0 0 25 24 d1 25 0 0 24 0 0 cm BI /IM true /W 25 /H 24 /BPC 1 /D[1 0] /F/CCF /DP<</K -1 /Columns 25>> ID &¢æÿÿÿÿÿÿþE?À EI endstream endobj 24 0 obj <</A 22 0 R/R9 9 0 R/R11 11 0 R>> endobj 28 0 obj <</A 22 0 R/R9 9 0 R/R11 11 0 R>> endobj 32 0 obj <</R9 9 0 R/R11 11 0 R>> endobj 36 0 obj <</A 22 0 R/R9 9 0 R/R11 11 0 R>> endobj 44 0 obj <</R41 41 0 R/R43 43 0 R/R9 9 0 R/R11 11 0 R>> endobj 48 0 obj <</R41 41 0 R/R43 43 0 R/R9 9 0 R/R11 11 0 R>> endobj 52 0 obj <</R9 9 0 R/R11 11 0 R>> endobj 56 0 obj <</R9 9 0 R/R11 11 0 R>> endobj 60 0 obj <</R9 9 0 R/R11 11 0 R>> endobj 64 0 obj <</A 22 0 R/R9 9 0 R/R11 11 0 R>> endobj 22 0 obj <</Type/Font/Name/A/Subtype/Type3/Encoding 21 0 R/CharProcs<</a0 23 0 R>>/FontBBox[0 0 25 24]/FontMatrix[1 0 0 1 0 0]/FirstChar 0/LastChar 0/Widths[ 0] >> endobj 40 0 obj <</Type/FontDescriptor/FontName/Helvetica-Oblique>> endobj 41 0 obj <</Subtype/Type1/BaseFont/Helvetica-Oblique/Type/Font/Name/R41>> endobj 42 0 obj <</Type/FontDescriptor/FontName/Helvetica-BoldOblique>> endobj 43 0 obj <</Subtype/Type1/BaseFont/Helvetica-BoldOblique/Type/Font/Name/R43>> endobj 8 0 obj <</Type/FontDescriptor/FontName/Helvetica-Bold>> endobj 9 0 obj <</Subtype/Type1/BaseFont/Helvetica-Bold/Type/Font/Name/R9/Encoding 65 0 R>> endobj 65 0 obj <</Type/Encoding/Differences[ 39/quotesingle 150/endash]>> endobj 10 0 obj <</Type/FontDescriptor/FontName/Helvetica>> endobj 11 0 obj <</Subtype/Type1/BaseFont/Helvetica/Type/Font/Name/R11/Encoding 66 0 R>> endobj 66 0 obj <</Type/Encoding/Differences[ 39/quotesingle 150/endash]>> endobj 21 0 obj <</Type/Encoding/Differences[0 /a0 ] >> endobj 2 0 obj <</Producer(GNU Ghostscript 7.05) /Title(library_user.sxw) /Creator(PScript5.dll Version 5.2) /CreationDate(9/12/2002 13:44:56) /Author(przeczekm)>>endobj xref 0 67 0000000000 65535 f 0000029297 00000 n 0000031167 00000 n 0000029151 00000 n 0000029345 00000 n 0000027399 00000 n 0000000015 00000 n 0000000395 00000 n 0000030656 00000 n 0000030720 00000 n 0000030887 00000 n 0000030947 00000 n 0000029400 00000 n 0000029430 00000 n 0000027559 00000 n 0000000414 00000 n 0000001371 00000 n 0000029471 00000 n 0000027703 00000 n 0000001391 00000 n 0000005314 00000 n 0000031111 00000 n 0000030179 00000 n 0000029503 00000 n 0000029689 00000 n 0000027855 00000 n 0000005335 00000 n 0000008532 00000 n 0000029739 00000 n 0000027999 00000 n 0000008553 00000 n 0000011251 00000 n 0000029789 00000 n 0000028143 00000 n 0000011272 00000 n 0000013805 00000 n 0000029830 00000 n 0000028287 00000 n 0000013826 00000 n 0000016469 00000 n 0000030350 00000 n 0000030418 00000 n 0000030499 00000 n 0000030571 00000 n 0000029880 00000 n 0000028431 00000 n 0000016490 00000 n 0000019287 00000 n 0000029943 00000 n 0000028575 00000 n 0000019308 00000 n 0000021602 00000 n 0000030006 00000 n 0000028719 00000 n 0000021623 00000 n 0000023492 00000 n 0000030047 00000 n 0000028863 00000 n 0000023513 00000 n 0000025192 00000 n 0000030088 00000 n 0000029007 00000 n 0000025213 00000 n 0000027378 00000 n 0000030129 00000 n 0000030812 00000 n 0000031036 00000 n trailer << /Size 67 /Root 1 0 R /Info 2 0 R >> startxref 31330 %%EOF |
From: Pavel V. <va...@us...> - 2002-09-12 15:58:27
|
Update of /cvsroot/javaprofiler/release/doc/user-doc In directory usw-pr-cvs1:/tmp/cvs-serv22748/user-doc Log Message: Directory /cvsroot/javaprofiler/release/doc/user-doc added to the repository |
From: Pavel V. <va...@us...> - 2002-09-12 15:58:13
|
Update of /cvsroot/javaprofiler/release/doc/prog-doc In directory usw-pr-cvs1:/tmp/cvs-serv22553 Added Files: library_architecture.pdf Removed Files: library.pdf Log Message: renaming, new version --- NEW FILE: library_architecture.pdf --- %PDF-1.3 %Çì¢ 6 0 obj <</Length 7 0 R/Filter /FlateDecode>> stream xU¹RÃ0íõ*ÂBc»*`T¦2qn`øø`tرµcÍ^o÷=ÆL ÃÔ|õYVèn%^Ð3j²ÂwJµÉfæX-«bpSª¬*4¹ª5bä:¬h²5vArYÛØØ¤³Ú~1vNò&ÿhìÁtv âï endobj 7 0 obj 421 endobj 17 0 obj <</Length 18 0 R/Filter /FlateDecode>> stream xÍ]Ks䶾ϯà-ë&9ÃaySI9%'_Vk[Úõ®6õ;âÊï A$ð±_àµ-R ÐÝh|è0³"/³Âýþ¿¾_}\}ÌÊîÿïú>ûõåêË¿¬ÜäM]¾]õÍˬlßTl¿¯òÝ!»¼_½)¿¸ünµwOEvy\½ÉÜó&?lç¯úçÝðøæÜó6¯}ûÐþÏÿçk÷¼ËÓÿ·ýsY1ýwôõ¼y±u¼¯÷µû~]î3×è·ýGïäÑ=×y] ìòÊzÏ÷î¹èªòmÈCYä¦àóO±H?ÀßöÞìèÞïâǪóC~8ÐÍ¡³ _o¦¡©»R[<»0ÄÃðç:ê±QÜ©9$^Ýù/M¨Lq«Úy£¶A ÊË wÖ¢(í3ÒõGà ©&aÄ77£ÆN´ÊztíÇ- a¤Q°S+èÛûù«_ô(½ SDL=Ì1EAðÑ"ëÌs÷j½|{ÈÖå!ßW¢2lEMØå ¸Lë v®#ô&ÂØÜ\ÃTc¢o=ÐWÛÜÎ_BôE|x3RÄw £÷±ôبNaª³@¨ -Ýqk5mÕ ¡b®ëw Ý:m5uw¡sI]¶l/Qý¶Ùmï£ØãÆÝ,9๳qÉXòÞøm$HÚ°éXãâ Â=ÖåöIè>?)^M¥ !? "Jìã{ [...1653 lines suppressed...] 0000075666 00000 n 0000245958 00000 n 0000083883 00000 n 0000075688 00000 n 0000078083 00000 n 0000245991 00000 n 0000084030 00000 n 0000078105 00000 n 0000079958 00000 n 0000246035 00000 n 0000250700 00000 n 0000257165 00000 n 0000260654 00000 n 0000264367 00000 n trailer << /Size 144 /Root 1 0 R /Info 2 0 R >> startxref 264689 %%EOF --- library.pdf DELETED --- |
From: Pavel V. <va...@us...> - 2002-09-12 15:53:08
|
Update of /cvsroot/javaprofiler/library/config In directory usw-pr-cvs1:/tmp/cvs-serv19691/config Added Files: config_sparc_sunos58_gcc302.mk.orig config_x86_linux_gcc302.mk.orig config_x86_win32_vc98.mk.orig Log Message: library-src-02-09-10 adding by marek --- NEW FILE: config_sparc_sunos58_gcc302.mk.orig --- ################################################################ # configuration file # SunOS 5.8, SPARC/x86, GNU C/C++ 3.0.2 (using GNU make 3.7x) # # author: Marek Przeczek PROF_LIBRARY_NAME = profiler/libprofiler.so PROF_JAVA_INTERF_PACKAGE = IProf.jar NATIVE_LIBRARY_NAME = libCommunShMem.so ################################################################ # PATHS # modify for your own system # do not use "\" as a last character in path definition COMPILER_PATH = /opt/gcc-3.0.2 JAVA_PATH = /opt/j2sdk1.4.1 DOXYGEN_PATH = /opt/doxygen-1.2.12 CCC = "$(COMPILER_PATH)/bin/g++" LD = "$(COMPILER_PATH)/bin/g++" JAVAC = "$(JAVA_PATH)/bin/javac" JAVAH = "$(JAVA_PATH)/bin/javah" JAR = "$(JAVA_PATH)/bin/jar" DOXYGEN = "$(DOXYGEN_PATH)/bin/doxygen" ################################################################ # SPECIAL SETTINGS # don't modify DOXYGENFLAGS = JAVACFLAGS = -classpath ../../src2/$(PROF_JAVA_INTERF_PACKAGE) ################################################################ # COMPILER/OS DEPENDENT OPTIONS # modify as needed DEFINES = -DSUNOS -DUSE_RAW_MONITORS -DUSE_ALLOCATOR -DEXPERIMENTAL -fpic INCLUDES = -I$(JAVA_PATH)/include -I$(JAVA_PATH)/include/solaris # debug or not ? # choose one of following two possibilities FLAGS = -O0 -D_DEBUG #FLAGS = -O3 -DNDEBUG -fno-rtti -fno-exceptions LDFLAGS = $(DEFINES) -shared -o $(PROF_LIBRARY_NAME) LDLIBS = # use this, if you switched off raw monitors (and comment the line above) # (compilation without -DUSE_RAW_MONITORS) # #LDLIBS = $(LDLIBS) -lpthread -lthread LDFLAGS2 = $(DEFINES) -shared -o $(NATIVE_LIBRARY_NAME) LDLIBS2 = CPPFLAGS = -c $(FLAGS) $(DEFINES) $(INCLUDES) ################################################################ # MAKEFILE MFLAGS = -f Makefile -C include dir.info all: $(addsuffix .dir.2, $(DIRS)) $(addsuffix .o, $(FILES)) clean: $(addsuffix .clean.2, $(DIRS)) rm -Rf $(CLEAN_FILES) --- NEW FILE: config_x86_linux_gcc302.mk.orig --- ################################################################ # configuration file # Linux, x86, GNU C/C++ 3.0.2 # # author: Marek Przeczek PROF_LIBRARY_NAME = profiler/libprofiler.so PROF_JAVA_INTERF_PACKAGE = IProf.jar NATIVE_LIBRARY_NAME = libCommunShMem.so ################################################################ # PATHS # modify for your own system # do not use "\" as a last character in path definition COMPILER_PATH = /opt/gcc-3.0.2 JAVA_PATH = /opt/j2sdk1.4.1 DOXYGEN_PATH = /opt/doxygen-1.2.12 CCC = "$(COMPILER_PATH)/bin/g++" LD = "$(COMPILER_PATH)/bin/g++" JAVAC = "$(JAVA_PATH)/bin/javac" JAVAH = "$(JAVA_PATH)/bin/javah" JAR = "$(JAVA_PATH)/bin/jar" DOXYGEN = "$(DOXYGEN_PATH)/bin/doxygen" ################################################################ # SPECIAL SETTINGS # don't modify DOXYGENFLAGS = JAVACFLAGS = -classpath ../../src2/$(PROF_JAVA_INTERF_PACKAGE) ################################################################ # COMPILER/OS DEPENDENT OPTIONS # modify as needed DEFINES = -DLINUX -DUSE_RAW_MONITORS -DUSE_ALLOCATOR -DEXPERIMENTAL -fpic INCLUDES = -I$(JAVA_PATH)/include -I$(JAVA_PATH)/include/linux # debug or not ? # choose one of following two possibilities FLAGS = -O0 -D_DEBUG #FLAGS = -O3 -DNDEBUG -fno-rtti -fno-exceptions LDFLAGS = $(DEFINES) -shared -o $(PROF_LIBRARY_NAME) LDLIBS = LDFLAGS2 = $(DEFINES) -shared -o $(NATIVE_LIBRARY_NAME) LDLIBS2 = CPPFLAGS = -c $(FLAGS) $(DEFINES) $(INCLUDES) ################################################################ # MAKEFILE MFLAGS = -f Makefile -C include dir.info all: $(addsuffix .dir.2, $(DIRS)) $(addsuffix .o, $(FILES)) clean: $(addsuffix .clean.2, $(DIRS)) rm -Rf $(CLEAN_FILES) --- NEW FILE: config_x86_win32_vc98.mk.orig --- ################################################################ # configuration file # Microsoft Windows 9x/NT4.0/2000, x86, Visual C/C++ 6.0 # # author: Marek Przeczek PROF_LIBRARY_NAME = profiler\profiler.dll PROF_JAVA_INTERF_PACKAGE = IProf.jar NATIVE_LIBRARY_NAME = CommunShMem.dll ################################################################ # PATHS # modify for your own system # do not use "\" as a last character in path definition COMPILER_PATH = C:\Program Files\Microsoft Visual Studio\VC98 JAVA_PATH = C:\Program Files\j2sdk1.4.1 DOXYGEN_PATH = C:\Program Files\doxygen-1.2.12 CCC = "$(COMPILER_PATH)\Bin\cl" LD = "$(COMPILER_PATH)\Bin\link" JAVAC = "$(JAVA_PATH)\bin\javac" JAVAH = "$(JAVA_PATH)\bin\javah" JAR = "$(JAVA_PATH)\bin\jar" DOXYGEN = "$(DOXYGEN_PATH)\bin\doxygen" ################################################################ # SPECIAL SETTINGS # don't modify DOXYGENFLAGS = JAVACFLAGS = -classpath ..\..\src2\$(PROF_JAVA_INTERF_PACKAGE) ################################################################ # COMPILER/OS DEPENDENT OPTIONS # modify as needed DEFINES = /DWIN32 /DUSE_RAW_MONITORS /DUSE_ALLOCATOR /DEXPERIMENTAL INCLUDES = /I "$(JAVA_PATH)\include" /I "$(JAVA_PATH)\include\win32" # debug or not ? # choose one of following two possibilities FLAGS = /Od /Zi /D_DEBUG /MDd /LDd #FLAGS = /O2 /Og /Oi /Ot /Ox /DNDEBUG /MD /LD /G6 /GD LDFLAGS = /NOLOGO /DLL /OUT:$(PROF_LIBRARY_NAME) LDLIBS = wsock32.lib winmm.lib LDFLAGS2 = /NOLOGO /DLL /OUT:$(NATIVE_LIBRARY_NAME) LDLIBS2 = CPPFLAGS = /nologo /c $(FLAGS) $(DEFINES) $(INCLUDES) ################################################################ # MAKEFILE MFLAGS = /NOLOGO /f Makefile.mak include dir.info all: for %i in (xxx $(DIRS)) do if not %%i == xxx $(MAKE) $(MFLAGS) %%i.dir for %i in (xxx $(FILES)) do if not %%i == xxx $(MAKE) $(MFLAGS) %%i.obj clean: for %i in (xxx $(CLEAN_FILES)) do if exist %%i del %%i for %i in (xxx $(DIRS)) do if not %%i == xxx $(MAKE) $(MFLAGS) %%i.clean |
From: Pavel V. <va...@us...> - 2002-09-12 15:53:08
|
Update of /cvsroot/javaprofiler/library In directory usw-pr-cvs1:/tmp/cvs-serv19691 Added Files: config.mk.orig Log Message: library-src-02-09-10 adding by marek --- NEW FILE: config.mk.orig --- all: |
From: Pavel V. <va...@us...> - 2002-09-12 15:44:01
|
Update of /cvsroot/javaprofiler/library In directory usw-pr-cvs1:/tmp/cvs-serv15909 Modified Files: Makefile Makefile.rules README config.mk Log Message: library-src-02-09-10 by marek Index: Makefile =================================================================== RCS file: /cvsroot/javaprofiler/library/Makefile,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -r1.6 -r1.7 *** Makefile 2 Sep 2001 15:22:59 -0000 1.6 --- Makefile 12 Sep 2002 15:43:56 -0000 1.7 *************** *** 7,8 **** --- 7,9 ---- src: src.dir.2 src2.dir.2 + Index: Makefile.rules =================================================================== RCS file: /cvsroot/javaprofiler/library/Makefile.rules,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -r1.4 -r1.5 *** Makefile.rules 2 Sep 2001 15:22:59 -0000 1.4 --- Makefile.rules 12 Sep 2002 15:43:56 -0000 1.5 *************** *** 62,63 **** --- 62,85 ---- src2.clean.2: $(MAKE) $(MFLAGS) src2 clean + + config_linux: + cp config/config_x86_linux_gcc302.mk config.mk + + config_solaris: + cp config/config_sparc_sunos58_gcc302.mk config.mk + + config_windows: + copy config\config_x86_win32_vc98.mk config.mk + + linux: + $(MAKE) config_linux + $(MAKE) demo + + solaris: + $(MAKE) config_solaris + $(MAKE) demo + + windows: + $(MAKE) config_windows + $(MAKE) demo + Index: README =================================================================== RCS file: /cvsroot/javaprofiler/library/README,v retrieving revision 1.43 retrieving revision 1.44 diff -C2 -r1.43 -r1.44 *** README 23 Jul 2002 22:09:27 -0000 1.43 --- README 12 Sep 2002 15:43:56 -0000 1.44 *************** *** 220,223 **** --- 220,225 ---- to "config.mk" (so, you replace original file) + OR run "nmake config_windows" + 5.1.2 modify new "config.mk" - paths etc. *************** *** 240,243 **** --- 242,248 ---- 5.2.1 same as 5.1.1 + OR run "make config_linux" (for linux) + OR run "make config_solaris" (for solaris) + 5.2.2 same as 5.1.2 *************** *** 256,264 **** 5.3 Make rules ! $(MAKE) compile the whole source tree ! $(MAKE) demo compile sources and demos ! $(MAKE) doc generate project documentation only ! $(MAKE) src compile sources only ! $(MAKE) clean clean binary object files and docs (sources remain) where $(MAKE) is appropriate "make" program for given platform/compiler --- 261,277 ---- 5.3 Make rules ! $(MAKE) compile the whole source tree ! $(MAKE) demo compile sources and demos ! $(MAKE) doc generate project documentation only (HTML, LATEX) ! $(MAKE) src compile sources only ! $(MAKE) clean clean binary object files and docs (sources remain) ! ! $(MAKE) config_windows configure windows config.mk ! $(MAKE) config_linux configure linux config.mk ! $(MAKE) config_solaris configure solaris config.mk ! ! $(MAKE) windows copy appropriate config.mk and compile ! $(MAKE) linux copy appropriate config.mk and compile ! $(MAKE) solaris copy appropriate config.mk and compile where $(MAKE) is appropriate "make" program for given platform/compiler Index: config.mk =================================================================== RCS file: /cvsroot/javaprofiler/library/config.mk,v retrieving revision 1.40 retrieving revision 1.41 diff -C2 -r1.40 -r1.41 *** config.mk 23 Jul 2002 22:09:27 -0000 1.40 --- config.mk 12 Sep 2002 15:43:56 -0000 1.41 *************** *** 1,68 **** ! ################################################################ ! # configuration file ! # Linux, x86, GNU C/C++ 3.0.2 ! # ! # author: Marek Przeczek ! ! PROF_LIBRARY_NAME = profiler/libprofiler.so ! PROF_JAVA_INTERF_PACKAGE = IProf.jar ! ! NATIVE_LIBRARY_NAME = libCommunShMem.so ! ! ################################################################ ! # PATHS ! # modify for your own system ! # do not use "\" as a last character in path definition ! ! COMPILER_PATH = /home2/mm/gcc-3.0.2 ! JAVA_PATH = /home2/mm/j2sdk1.4.1 ! DOXYGEN_PATH = /home2/mm ! ! CCC = "$(COMPILER_PATH)/bin/g++" ! LD = "$(COMPILER_PATH)/bin/g++" ! JAVAC = "$(JAVA_PATH)/bin/javac" ! JAVAH = "$(JAVA_PATH)/bin/javah" ! JAR = "$(JAVA_PATH)/bin/jar" ! DOXYGEN = "$(DOXYGEN_PATH)/bin/doxygen" ! ! ################################################################ ! # SPECIAL SETTINGS ! # don't modify ! ! DOXYGENFLAGS = ! JAVACFLAGS = -classpath ../../src2/$(PROF_JAVA_INTERF_PACKAGE) ! ! ################################################################ ! # COMPILER/OS DEPENDENT OPTIONS ! # modify as needed ! ! DEFINES = -DLINUX -DUSE_RAW_MONITORS -DUSE_ALLOCATOR -DEXPERIMENTAL -fpic ! ! INCLUDES = -I$(JAVA_PATH)/include -I$(JAVA_PATH)/include/linux ! ! # debug or not ? ! # choose one of following two possibilities ! ! FLAGS = -O0 -D_DEBUG ! #FLAGS = -O3 -DNDEBUG -fno-rtti -fno-exceptions ! ! LDFLAGS = $(DEFINES) -shared -o $(PROF_LIBRARY_NAME) ! LDLIBS = ! ! LDFLAGS2 = $(DEFINES) -shared -o $(NATIVE_LIBRARY_NAME) ! LDLIBS2 = ! ! CPPFLAGS = -c $(FLAGS) $(DEFINES) $(INCLUDES) ! ! ################################################################ ! # MAKEFILE ! ! MFLAGS = -f Makefile -C ! ! include dir.info ! ! all: $(addsuffix .dir.2, $(DIRS)) $(addsuffix .o, $(FILES)) ! ! clean: $(addsuffix .clean.2, $(DIRS)) ! rm -Rf $(CLEAN_FILES) --- 1,2 ---- ! all: |
From: Pavel V. <va...@us...> - 2002-09-12 15:44:01
|
Update of /cvsroot/javaprofiler/library/doc/native In directory usw-pr-cvs1:/tmp/cvs-serv15909/doc/native Modified Files: doc_html.conf doc_latex.conf Log Message: library-src-02-09-10 by marek Index: doc_html.conf =================================================================== RCS file: /cvsroot/javaprofiler/library/doc/native/doc_html.conf,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -r1.3 -r1.4 *** doc_html.conf 21 Nov 2001 22:31:52 -0000 1.3 --- doc_html.conf 12 Sep 2002 15:43:56 -0000 1.4 *************** *** 18,22 **** # by quotes) that should identify the project. ! PROJECT_NAME = "Java Profiler Dynamic Library Native Classes" # The PROJECT_NUMBER tag can be used to enter a project or revision number. --- 18,22 ---- # by quotes) that should identify the project. ! PROJECT_NAME = "Dynamic Profiler Library Native Class" # The PROJECT_NUMBER tag can be used to enter a project or revision number. Index: doc_latex.conf =================================================================== RCS file: /cvsroot/javaprofiler/library/doc/native/doc_latex.conf,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -r1.2 -r1.3 *** doc_latex.conf 21 Nov 2001 22:31:52 -0000 1.2 --- doc_latex.conf 12 Sep 2002 15:43:56 -0000 1.3 *************** *** 18,22 **** # by quotes) that should identify the project. ! PROJECT_NAME = "Java Profiler Dynamic Library Native Classes" # The PROJECT_NUMBER tag can be used to enter a project or revision number. --- 18,22 ---- # by quotes) that should identify the project. ! PROJECT_NAME = "Dynamic Profiler Library Native Class" # The PROJECT_NUMBER tag can be used to enter a project or revision number. |
From: Pavel V. <va...@us...> - 2002-09-12 15:44:00
|
Update of /cvsroot/javaprofiler/library/src2 In directory usw-pr-cvs1:/tmp/cvs-serv15909/src2 Modified Files: Makefile.rules dir.info Log Message: library-src-02-09-10 by marek Index: Makefile.rules =================================================================== RCS file: /cvsroot/javaprofiler/library/src2/Makefile.rules,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -r1.7 -r1.8 *** Makefile.rules 30 Jan 2002 00:26:22 -0000 1.7 --- Makefile.rules 12 Sep 2002 15:43:56 -0000 1.8 *************** *** 1,13 **** java.o \ ! java.obj: $(JPIIMPL)/*.java ! $(JAVAC) $(JAVACFLAGS) $(JPIIMPL)/*.java CommunShMem.o \ CommunShMem.obj: CommunShMem.cpp ../src/main/includes.h ! $(JAVAH) -o CommunShMem.h -classpath . $(JPIIMPL2).CommunShMem $(CCC) $(CPPFLAGS) CommunShMem.cpp do_link.o \ do_link.obj: ! $(JAR) cf $(PROF_JAVA_INTERF_PACKAGE) $(JPIIMPL)/*.class $(LD) $(LDFLAGS2) $(OBJ_FILES) $(LDLIBS2) --- 1,13 ---- java.o \ ! java.obj: ../../jpiimpl/$(JPIIMPL)/*.java ! $(JAVAC) $(JAVACFLAGS) ../../jpiimpl/$(JPIIMPL)/*.java CommunShMem.o \ CommunShMem.obj: CommunShMem.cpp ../src/main/includes.h ! $(JAVAH) -o CommunShMem.h -classpath ../../jpiimpl $(JPIIMPL2).CommunShMem $(CCC) $(CPPFLAGS) CommunShMem.cpp do_link.o \ do_link.obj: ! $(JAR) cf $(PROF_JAVA_INTERF_PACKAGE) -C ../../jpiimpl $(JPIIMPL) $(LD) $(LDFLAGS2) $(OBJ_FILES) $(LDLIBS2) Index: dir.info =================================================================== RCS file: /cvsroot/javaprofiler/library/src2/dir.info,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -r1.6 -r1.7 *** dir.info 25 Nov 2001 22:33:47 -0000 1.6 --- dir.info 12 Sep 2002 15:43:57 -0000 1.7 *************** *** 4,9 **** FILES = java CommunShMem do_link ! CLEAN_FILES = $(JPIIMPL)/*.class *.jar *.h *.dll *.so *.obj *.o \ ! *.pdb *.lib *.exp *.tds OBJ_FILES = *.o* ../src/string/string.o* ../src/commun3/semaphore.o* \ --- 4,9 ---- FILES = java CommunShMem do_link ! CLEAN_FILES = ../../jpiimpl/$(JPIIMPL)/*.class *.jar *.h *.dll *.so \ ! *.obj *.o *.pdb *.lib *.exp *.tds OBJ_FILES = *.o* ../src/string/string.o* ../src/commun3/semaphore.o* \ |
From: Pavel V. <va...@us...> - 2002-09-12 15:44:00
|
Update of /cvsroot/javaprofiler/library/doc In directory usw-pr-cvs1:/tmp/cvs-serv15909/doc Modified Files: Makefile.rules dir.info Log Message: library-src-02-09-10 by marek Index: Makefile.rules =================================================================== RCS file: /cvsroot/javaprofiler/library/doc/Makefile.rules,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -r1.3 -r1.4 *** Makefile.rules 18 Sep 2001 22:19:28 -0000 1.3 --- Makefile.rules 12 Sep 2002 15:43:56 -0000 1.4 *************** *** 15,34 **** $(MAKE) $(MFLAGS) library clean - interface.dir: - cd interface - $(MAKE) $(MFLAGS) - cd .. - - interface.dir.2: - $(MAKE) $(MFLAGS) interface - - interface.clean: - cd interface - $(MAKE) $(MFLAGS) clean - cd .. - - interface.clean.2: - $(MAKE) $(MFLAGS) interface clean - native.dir: cd native --- 15,18 ---- Index: dir.info =================================================================== RCS file: /cvsroot/javaprofiler/library/doc/dir.info,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -r1.2 -r1.3 *** dir.info 18 Sep 2001 22:19:28 -0000 1.2 --- dir.info 12 Sep 2002 15:43:56 -0000 1.3 *************** *** 1 **** ! DIRS = library interface native --- 1 ---- ! DIRS = library native |
From: Pavel V. <va...@us...> - 2002-09-12 15:44:00
|
Update of /cvsroot/javaprofiler/library/config In directory usw-pr-cvs1:/tmp/cvs-serv15909/config Modified Files: README Log Message: library-src-02-09-10 by marek Index: README =================================================================== RCS file: /cvsroot/javaprofiler/library/config/README,v retrieving revision 1.12 retrieving revision 1.13 diff -C2 -r1.12 -r1.13 *** README 25 Nov 2001 22:36:05 -0000 1.12 --- README 12 Sep 2002 15:43:56 -0000 1.13 *************** *** 2,9 **** --- 2,14 ---- of the source files and rename it to "config.mk" + or modify an appropriate config file and run + "make config_linux", "make config_solaris" + or "make config_windows" + * Microsoft Windows 9x/NT4.0/2000, x86 Microsoft Visual C/C++ 6.0 config_x86_win32_vc98.mk + config_x86_win32_vc98.mk.orig * SunOS 7/8, SPARC/x86 *************** *** 11,14 **** --- 16,20 ---- config_sparc_sunos58_gcc302.mk + config_sparc_sunos58_gcc302.mk.orig * Linux, x86 *************** *** 16,17 **** --- 22,24 ---- config_x86_linux_gcc302.mk + config_x86_linux_gcc302.mk.orig |