Class BenchFJ_Nested

  • All Implemented Interfaces:

    
    public class BenchFJ_Nested
    
                        

    Benchmark for Fork-Join Nested Networks Tests nested fork-join structures with closed, open, and mixed configurations

    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
      BenchFJ_Nested()
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      static void runNestedClosedFCFS() Run nested closed FCFS benchmarks
      static void runNestedClosedPS() Run nested closed PS benchmarks
      static void runNestedOpenFCFS() Run nested open FCFS benchmarks
      static void runNestedOpenPS() Run nested open PS benchmarks
      static void runNestedMixedFCFS() Run nested mixed FCFS benchmarks
      static void runNestedMixedPS() Run nested mixed PS benchmarks
      static void runAll() Run all nested FJ benchmarks
      static void main(Array<String> args)
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait