|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object spec.harness.analyzer.AnalyzerBase spec.harness.analyzer.TempAnalyzer
public class TempAnalyzer
Nested Class Summary | |
---|---|
static class |
TempAnalyzer.TemperatureResult
|
Constructor Summary | |
---|---|
TempAnalyzer()
|
Method Summary | |
---|---|
void |
endMeasurementInterval()
This method is called at the end of the measurement interval. |
void |
execute(long time)
Execution method called at regular intervals for polling stats. |
void |
setup()
Setup method called when analyzer is created. |
static void |
setupAnalyzerClass()
|
void |
startMeasurementInterval()
This method is called at the start of the measurement interval. |
void |
tearDown()
Tear down method called when analyzer is brought down. |
static void |
tearDownAnalyzerClass()
|
Methods inherited from class spec.harness.analyzer.AnalyzerBase |
---|
addError, addErrorToSuiteResult, addViolationToSuiteResult, getBenchmarkDuration, getBenchmarkName, getNoOps, isTimedRun, report, report, setIterationResult |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public TempAnalyzer()
Method Detail |
---|
public static void setupAnalyzerClass()
public static void tearDownAnalyzerClass()
public void setup()
AnalyzerBase
setup
in class AnalyzerBase
public void startMeasurementInterval()
AnalyzerBase
startMeasurementInterval
in class AnalyzerBase
public void endMeasurementInterval()
AnalyzerBase
endMeasurementInterval
in class AnalyzerBase
public void tearDown()
AnalyzerBase
tearDown
in class AnalyzerBase
public void execute(long time)
AnalyzerBase
execute
in class AnalyzerBase
time
- when the call is made
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |