Uses of Class
fern.benchmark.Benchmark

Packages that use Benchmark
fern.benchmark Provides classes for benchmarking simulations (time benchmarks, histogram distance calculation). 
 

Uses of Benchmark in fern.benchmark
 

Subclasses of Benchmark in fern.benchmark
 class RandomNumber
          Benchmarking of the time needed for different random number generations.
 class SimulatorCorrectness
          Benchmark the correctness of the built-in simulators for a given net.
 class SimulatorFireTypes
          Benchmark the Simulator.FireTypes for a given net.
 class SimulatorPerformance
          Measures the performance of the different simulation algorithms for a given network.
 class SimulatorRandomNumbers
          Check the number of random number creations of different distributions for a given net.
 class SimulatorTime