Package jadex.bdi.blocksworld
Class BenchmarkPlan
java.lang.Object
jadex.bdi.blocksworld.BenchmarkPlan
Measures Jadex performance by executing several configure goals.
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected BlocksworldAgent
protected BlocksworldAgent.ConfigureGoal
protected int
The number of different goals to be executed per run.protected jadex.bdi.runtime.IPlan
protected int
The number of runs to be performed. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
runs
protected int runsThe number of runs to be performed. -
goals
protected int goalsThe number of different goals to be executed per run. -
capa
-
rplan
protected jadex.bdi.runtime.IPlan rplan -
goal
-
-
Constructor Details
-
BenchmarkPlan
public BenchmarkPlan(int runs, int goals) Create new plan.- Parameters:
runs
-goals
-
-
-
Method Details
-
body
public void body()The plan body. -
getTime
protected long getTime()
-