public class EvaluateListing extends EvaluateTimings
Modifier and Type | Field and Description |
---|---|
static boolean |
mode |
OFF, ON, repeat, repeatWarmingPhase
Constructor and Description |
---|
EvaluateListing() |
Modifier and Type | Method and Description |
---|---|
static double |
runTest(CornerTableInterface ds)
Evaluate the runtime performance of the 'listing' computation (data structure implementing the Corner Table interface)
|
static double |
runTest(Jcg.mesh.arraybased.HalfedgeInterface ds)
Evaluate the runtime performance of the 'listing' computation (data structure implementing the Half-edge interface)
|
static double |
runTest(Jcg.mesh.arraybased.WingededgeInterface ds)
Evaluate the runtime performance of the 'vertex degree' computation (data structure implementing the Winged-edge interface)
|
approx, mean, median, performancesToString, showMemory
public static double runTest(Jcg.mesh.arraybased.HalfedgeInterface ds)
ds
- a mesh data structure implementing the Half-edge interfacepublic static double runTest(Jcg.mesh.arraybased.WingededgeInterface ds)
ds
- a mesh data structure implementing the Winged-edge interfacepublic static double runTest(CornerTableInterface ds)
ds
- a mesh data structure implementing the Corner Table interface