Package jline.bench.fj
Class BenchFJ_Nested
-
- All Implemented Interfaces:
public class BenchFJ_NestedBenchmark for Fork-Join Nested Networks Tests nested fork-join structures with closed, open, and mixed configurations
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classBenchFJ_Nested.BenchmarkResult
-
Constructor Summary
Constructors Constructor Description BenchFJ_Nested()
-
Method Summary
Modifier and Type Method Description static voidrunNestedClosedFCFS()Run nested closed FCFS benchmarks static voidrunNestedClosedPS()Run nested closed PS benchmarks static voidrunNestedOpenFCFS()Run nested open FCFS benchmarks static voidrunNestedOpenPS()Run nested open PS benchmarks static voidrunNestedMixedFCFS()Run nested mixed FCFS benchmarks static voidrunNestedMixedPS()Run nested mixed PS benchmarks static voidrunAll()Run all nested FJ benchmarks static voidmain(Array<String> args)-
-
Method Detail
-
runNestedClosedFCFS
static void runNestedClosedFCFS()
Run nested closed FCFS benchmarks
-
runNestedClosedPS
static void runNestedClosedPS()
Run nested closed PS benchmarks
-
runNestedOpenFCFS
static void runNestedOpenFCFS()
Run nested open FCFS benchmarks
-
runNestedOpenPS
static void runNestedOpenPS()
Run nested open PS benchmarks
-
runNestedMixedFCFS
static void runNestedMixedFCFS()
Run nested mixed FCFS benchmarks
-
runNestedMixedPS
static void runNestedMixedPS()
Run nested mixed PS benchmarks
-
runAll
static void runAll()
Run all nested FJ benchmarks
-
-
-
-