|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.lang.Thread spec.harness.BenchmarkThread spec.harness.SpecJVMBenchmarkBase spec.benchmarks.compiler.MainBase
public class MainBase
Nested Class Summary |
---|
Nested classes/interfaces inherited from class java.lang.Thread |
---|
java.lang.Thread.State, java.lang.Thread.UncaughtExceptionHandler |
Field Summary | |
---|---|
protected Compiler |
compiler
|
protected int |
loops
|
protected static java.io.File |
resDir
|
protected static java.io.File |
srcsFile
|
protected static java.io.File |
tmpDir
|
Fields inherited from class spec.harness.BenchmarkThread |
---|
createValidityCheckFiles |
Fields inherited from class java.lang.Thread |
---|
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY |
Fields inherited from interface spec.harness.SpecJVMBenchmark |
---|
FUNCTIONAL, INVALID, MULTI, SINGLE, STRESS |
Constructor Summary | |
---|---|
MainBase(BenchmarkResult bmResult,
int threadId,
int compiles)
|
Method Summary | |
---|---|
void |
harnessMain()
Starts the benchmark. |
void |
harnessMain(boolean skipVerify)
|
static void |
preSetupBenchmark(java.lang.Class cl)
|
static void |
tearDownBenchmark()
|
static java.lang.String |
testType()
|
Methods inherited from class spec.harness.SpecJVMBenchmarkBase |
---|
runSimple, setupBenchmark, setupIteration, tearDownIteration |
Methods inherited from class spec.harness.BenchmarkThread |
---|
executeIteration, getArgs, getThreadId, run, runLoop, setInvalidStartupResult, setItResult, setPrintProgress |
Methods inherited from class java.lang.Thread |
---|
activeCount, checkAccess, countStackFrames, currentThread, destroy, dumpStack, enumerate, getAllStackTraces, getContextClassLoader, getDefaultUncaughtExceptionHandler, getId, getName, getPriority, getStackTrace, getState, getThreadGroup, getUncaughtExceptionHandler, holdsLock, interrupt, interrupted, isAlive, isDaemon, isInterrupted, join, join, join, resume, setContextClassLoader, setDaemon, setDefaultUncaughtExceptionHandler, setName, setPriority, setUncaughtExceptionHandler, sleep, sleep, start, stop, stop, suspend, toString, yield |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
protected static java.io.File resDir
protected static java.io.File tmpDir
protected static java.io.File srcsFile
protected Compiler compiler
protected int loops
Constructor Detail |
---|
public MainBase(BenchmarkResult bmResult, int threadId, int compiles)
Method Detail |
---|
public static java.lang.String testType()
public static void preSetupBenchmark(java.lang.Class cl)
public static void tearDownBenchmark()
public void harnessMain()
BenchmarkThread
harnessMain
in class BenchmarkThread
ProgramRunner
,
BenchmarkThread
public void harnessMain(boolean skipVerify)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |