OMNeT++/OMNEST Bug Tracker - OMNeT++ | |||||
View Issue Details | |||||
ID | Project | Category | View Status | Date Submitted | Last Update |
0000988 | OMNeT++ | simulation kernel | public | 2017-01-21 15:55 | 2017-02-01 14:37 |
Reporter | till | ||||
Assigned To | andras | ||||
Priority | normal | Severity | minor | Reproducibility | have not tried |
Status | resolved | Resolution | fixed | ||
Platform | x86-64 | OS | macOS | OS Version | 10.12 |
Product Version | 5.0 | ||||
Target Version | Fixed in Version | 5.1pre3 | |||
Summary | 0000988: Statistics from dynamic signals ignore warmup period | ||||
Description | I have statistics dynamically registered in my module following section 4.15.3 "Statistics Recording for Dynamically Registered Signals" of the user guide at: https://omnetpp.org/doc/omnetpp/manual/#sec:simple-modules:statistic-recording-dynamic-signals [^] It looks like the signals emitted during warmup period are getting added to the statistics. I don't know if that is due to the ResultRecorder being directly connected to the signal. If it is not possible to change that behaviour, a hint in the manual would be very helpful. My current workaround is: if (simTime() > getSimulation()->getWarmupPeriod()) { emit(...); } I'm not sure if this also applies to vector-recording-intervals as well. | ||||
Steps To Reproduce | |||||
Additional Information | |||||
Tags | No tags attached. | ||||
Relationships | |||||
Attached Files | |||||
Issue History | |||||
Date Modified | Username | Field | Change | ||
2017-01-21 15:55 | till | New Issue | |||
2017-02-01 14:36 | andras | Note Added: 0001284 | |||
2017-02-01 14:37 | andras | Note Added: 0001285 | |||
2017-02-01 14:37 | andras | Status | new => resolved | ||
2017-02-01 14:37 | andras | Fixed in Version | => 5.1pre3 | ||
2017-02-01 14:37 | andras | Resolution | open => fixed | ||
2017-02-01 14:37 | andras | Assigned To | => andras |
Notes | |||||
|
|||||
|
|
||||
|
|||||
|
|