Emit warning when outputting a running timer

Issue #1140 new
Erik Schnetter created an issue

Outputting (or accessing) running timers can give wrong results. There should be a warning about this.

Keyword:

Comments (1)

  1. Erik Schnetter reporter
    • removed comment

    Alternatively, make the timers give the correct result when outputting a running timer.

    This may require implementing a function "StopStart" in a clock that stops and immediately restarts the clock, so that the clock's current value is correct.

  2. Log in to comment