📄 newprot.results.tcl
字号:
source gatherresults.tclsource swarmsimulations.tclset metric_calculators {pdr}# Produce a separate series for each combination of the followingset seriesparameters { val(routingprotocol) val(simtime) }# Each series varies with theseset plotparameters { val(numnodes) }# Each data point is aggregated over these. duplicate runs are discarded.set runparameters { val(seed) val(scenario) }# The following are the values of the data points# These are aggregated over all values supplied.set measuredmetrics { pdr(tot) pdr(apprecv) pdr(cost) }set confidenceInterval 0.99set dataFileName "newprot.data"set plotFileName "newprot.plot"set glob "log/new*"gatherAndPlot
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -