|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectdriver.spatial
public class spatial
Spatial data structure benchmark.
Field Summary | |
---|---|
static java.lang.String |
VERSION
benchmark version. |
Constructor Summary | |
---|---|
spatial()
|
Method Summary | |
---|---|
static Field |
createSim(Location.Location2D bounds,
Spatial spatial,
long nodes)
Initialize simulation field. |
static void |
main(java.lang.String[] args)
Benchmark entry point: spatial data structure performance. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String VERSION
Constructor Detail |
---|
public spatial()
Method Detail |
---|
public static Field createSim(Location.Location2D bounds, Spatial spatial, long nodes)
bounds
- size of fieldspatial
- binning radio containernodes
- number of nodes
public static void main(java.lang.String[] args)
args
- command-line parameters
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |