Uses of Enum
jline.bench.fj.BenchFJ_Template.FJConfig
Packages that use BenchFJ_Template.FJConfig
Package
Description
Fork-Join model benchmarks for parallel processing system evaluation.
-
Uses of BenchFJ_Template.FJConfig in jline.bench.fj
Methods in jline.bench.fj that return BenchFJ_Template.FJConfigModifier and TypeMethodDescriptionstatic BenchFJ_Template.FJConfigReturns the enum constant of this type with the specified name.static BenchFJ_Template.FJConfig[]BenchFJ_Template.FJConfig.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in jline.bench.fj with parameters of type BenchFJ_Template.FJConfigModifier and TypeMethodDescriptionBenchFJ_Template.runBenchmark(String benchmarkName, int iteration, SchedStrategy sched, BenchFJ_Template.FJConfig config, boolean highCV, int population) Core benchmark implementation