Changes between Version 1 and Version 2 of WatchPoints


Ignore:
Timestamp:
Feb 2, 2026, 2:58:48 PM (5 weeks ago)
Author:
hansson
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WatchPoints

    v1 v2  
    1 = WatchPoints in Renew =
     1= WatchPoints in Renew
    22
    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
     12Full download of Renew with WatchPoints:
     13The included Renew is a slightly adapted version of the 5.0 prerelease.
     14Please check [http://www.renew.de Renew Website] for license terms and a user guide for Renew itself.
     15
     16== Requirements
     17
     18Java JDK 17+ (should at least work until Java 21, no guarantees behind this.)
    419
    520
     21== Installation
     22
     23=== Quick
     24
     251. Extract the zip file.
     262. Open the renew5.0-Pre folder
     273. 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
     321. Extract the zip file
     332. Navigate to renew5.0-Pre/bin/YOUR_OS/ and run the install script installrenew for your operating system
     343. To start renew now run the script renew5.0-Pre/bin/YOUR_OS/renew
     35
     36== Example usage
     37
     381. Open the watchpoints-transition-distribution.rnw file from the samples directory.
     392. Run a simulation for a few seconds.
     403. Use the Plugins -> Watchpoints -> Analysis -> Apply HeatMap command.
     414. Select the monitoring.log.
     425. Observe how the transitions are colored based on their firing counts.
     436. 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.)