Class SpecApplication
SpecApplication
- public class SpecApplication
This class is used for launching the SpecJVMClien98 as an application. This mode
of operation is only for debugging purpose. The results from this mode can or
can't reported to the Spec team depending on the final run rules
-
SpecApplication()
-
-
harness()
- Brings up the harness window
-
main(String[])
- Instance main method.
-
runBenchmark(String, boolean)
- Runs the selected benchmark
SpecApplication
public SpecApplication()
main
public static void main(String args[])
- Instance main method. This method parses all the command line options for
SpecJVMClient and sets the run parameters accordingly.
harness
public static void harness()
- Brings up the harness window
runBenchmark
public static void runBenchmark(String className,
boolean autorun)
- Runs the selected benchmark