Package jadex.micro.benchmarks
Class MegaParallelStarterAgent
- java.lang.Object
- 
- jadex.micro.benchmarks.MegaParallelStarterAgent
 
- 
 public class MegaParallelStarterAgent extends java.lang.ObjectAgent creation benchmark.
- 
- 
Field SummaryFields Modifier and Type Field Description protected IInternalAccessagentprotected intagentsprotected doubledurprotected longkillstarttimeprotected longomemprotected doubleperaprotected longstartmemprotected longstarttimeprotected java.lang.Stringsubnameprotected doubleupera
 - 
Constructor SummaryConstructors Constructor Description MegaParallelStarterAgent()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voiddeletePeers(int cnt)Delete all peers from last-1 to first.IFuture<java.lang.Void>executeBody()Execute an agent step.
 
- 
- 
- 
Field Detail- 
agentprotected IInternalAccess agent 
 - 
subnameprotected java.lang.String subname 
 - 
agentsprotected int agents 
 - 
startmemprotected long startmem 
 - 
starttimeprotected long starttime 
 - 
omemprotected long omem 
 - 
durprotected double dur 
 - 
peraprotected double pera 
 - 
uperaprotected double upera 
 - 
killstarttimeprotected long killstarttime 
 
- 
 - 
Method Detail- 
executeBodypublic IFuture<java.lang.Void> executeBody() Execute an agent step.
 - 
deletePeersprotected void deletePeers(int cnt) Delete all peers from last-1 to first.- Parameters:
- cnt- The highest number of the agent to kill.
 
 
- 
 
-