Package spec.harness.analyzer

An analyzer package, containing a analysis system that can be used by the harness.

See:
          Description

Class Summary
AnalyzerBase  
AnalyzerResult  
AnalyzersRunner  
CallbackAnalyzerExample This Analyzer is an example of an Analyzer that is based on a callback mechanism available in the SPECjvm2008 analyzer functionality.
CallbackAnalyzerExample.NumberInfo  
CallbackAnalyzerExample.NumberResult  
CallbackAnalyzerExample.TheNumberGenerator This is a number generator which will calculate somewhat random numbers.
HeapMemoryFreeAnalyzer  
HeapMemoryFreeAnalyzer.HeapMemoryFree  
HeapMemoryTotalAnalyzer  
HeapMemoryTotalAnalyzer.HeapMemoryTotal  
PollingAnalyzerExample This Analyzer is an example of an Analyzer that is based on the polling mechanism available in the SPECjvm2008 analyzer functionality.
PollingAnalyzerExample.NumberOfOperations  
PowerAnalyzer  
PowerAnalyzer.PowerConsumtionResult  
PowerMeter  
TempAnalyzer  
TempAnalyzer.TemperatureResult  
TempSensor  
TYInfo  
 

Package spec.harness.analyzer Description

An analyzer package, containing a analysis system that can be used by the harness. An analyzed implements TYInfo, preferrably extends TYInfoBase and collects runtime data during the run, which it reports as a time value pair. An analyzer is invoked at a regular frequency by the AnalyzersRUnner, all run in the same thread.