Commit a8eba69
committed
clock: Fix MultiClock timeChanged statistic recording subclock signals when warmup-period is set
Same root cause as the CompoundPacketQueueBase statistics: the timeChanged
statistic uses localSignal() to record only the MultiClock's own signal and
ignore the timeChanged signals emitted by its subclocks. When warmup-period
is set, the auto-inserted WarmupPeriodFilter demotes localSignal from the head
of the result-filter chain, making it a no-op, so the subclock signals are
recorded as well.
Set autoWarmupFilter=false and wrap the source in warmup() to keep localSignal
at the head. No effect when warmup-period is 0.1 parent 4fdd1a4 commit a8eba69
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
48 | | - | |
| 48 | + | |
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
| |||
0 commit comments