| 3 | | Full download: Due to server problems it is currently not possible to provide a download. A download should be provideable on February 02. |
| | 3 | == Features |
| | 4 | |
| | 5 | - Add Watchpoints to nets that generate runtime trace data during simulation |
| | 6 | - Use automatic instrumentation to automatically generate traces for simulation events |
| | 7 | - Generate Heatmaps based on collected data |
| | 8 | - Perform interval analysis on collected data |
| | 9 | |
| | 10 | == Download |
| | 11 | |
| | 12 | Full download of Renew with WatchPoints: |
| | 13 | The included Renew is a slightly adapted version of the 5.0 prerelease. |
| | 14 | Please check [http://www.renew.de Renew Website] for license terms and a user guide for Renew itself. |
| | 15 | |
| | 16 | == Requirements |
| | 17 | |
| | 18 | Java JDK 17+ (should at least work until Java 21, no guarantees behind this.) |
| | 21 | == Installation |
| | 22 | |
| | 23 | === Quick |
| | 24 | |
| | 25 | 1. Extract the zip file. |
| | 26 | 2. Open the renew5.0-Pre folder |
| | 27 | 3. Execute {{{ java -p libs:. -m de.renew.loader gui }}} (unix) or {{{ java -p "libs;." -m de.renew.loader gui }}} (windows) |
| | 28 | |
| | 29 | |
| | 30 | === Full |
| | 31 | |
| | 32 | 1. Extract the zip file |
| | 33 | 2. Navigate to renew5.0-Pre/bin/YOUR_OS/ and run the install script installrenew for your operating system |
| | 34 | 3. To start renew now run the script renew5.0-Pre/bin/YOUR_OS/renew |
| | 35 | |
| | 36 | == Example usage |
| | 37 | |
| | 38 | 1. Open the watchpoints-transition-distribution.rnw file from the samples directory. |
| | 39 | 2. Run a simulation for a few seconds. |
| | 40 | 3. Use the Plugins -> Watchpoints -> Analysis -> Apply HeatMap command. |
| | 41 | 4. Select the monitoring.log. |
| | 42 | 5. Observe how the transitions are colored based on their firing counts. |
| | 43 | 6. A refresh of the net may be required to see the updated colors. (E.g. by selecting all elements |
| | 44 | and |
| | 45 | moving them slightly.) |