We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b47162 commit 342ef66Copy full SHA for 342ef66
1 file changed
src/inet/clock/base/ClockBase.ned
@@ -22,6 +22,6 @@ module ClockBase extends Module
22
@class(ClockBase);
23
@display("i=block/timer");
24
@signal[timeChanged](type=simtime_t);
25
- @statistic[timeChanged](title="Clock time"; record=vector; interpolationmode=linear);
+ @statistic[timeChanged](title="Clock time"; record=vector; interpolationmode=linear; unit=s);
26
}
27
0 commit comments