Class BenchmarkPlan


  • public class BenchmarkPlan
    extends java.lang.Object
    Measures Jadex performance by executing several configure goals.
    • Constructor Summary

      Constructors 
      Constructor Description
      BenchmarkPlan​(int runs, int goals)
      Create new plan.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void body()
      The plan body.
      protected long getTime()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • BenchmarkPlan

        public BenchmarkPlan​(int runs,
                             int goals)
        Create new plan.
        Parameters:
        runs -
        goals -
    • Method Detail

      • body

        public void body()
        The plan body.
      • getTime

        protected long getTime()