fern.benchmark
Class SimulatorTime
java.lang.Object
fern.benchmark.Benchmark
fern.benchmark.SimulatorPerformance
fern.benchmark.SimulatorTime
- Direct Known Subclasses:
- SimulatorFireTypes, SimulatorRandomNumbers
public class SimulatorTime
- extends SimulatorPerformance
Constructor Summary |
SimulatorTime(Network net,
double time)
Create the benchmark and defines the time each simulator has to run in one iteration. |
Method Summary |
void |
present()
Present results of this benchmark is gnuplot and text to stdout. |
Methods inherited from class fern.benchmark.Benchmark |
addData, clearData, createRandomDoubleArray, end, getNumBins, setNumBins, start, toGnuplot, toGnuplot, toGnuPlotAsHistogram, toGnuPlotAsHistogram |
SimulatorTime
public SimulatorTime(Network net,
double time)
- Create the benchmark and defines the time each simulator has to run in one iteration.
- Parameters:
net
- the network to benchmarktime
- running time for the simulators
present
public void present()
- Present results of this benchmark is gnuplot and text to stdout.