spec.harness.analyzer
Class HeapMemoryTotalAnalyzer

java.lang.Object
  extended by spec.harness.analyzer.AnalyzerBase
      extended by spec.harness.analyzer.HeapMemoryTotalAnalyzer

public class HeapMemoryTotalAnalyzer
extends AnalyzerBase


Nested Class Summary
static class HeapMemoryTotalAnalyzer.HeapMemoryTotal
           
 
Constructor Summary
HeapMemoryTotalAnalyzer()
           
 
Method Summary
 void execute(long time)
          Execution method called at regular intervals for polling stats.
 
Methods inherited from class spec.harness.analyzer.AnalyzerBase
addError, addErrorToSuiteResult, addViolationToSuiteResult, endMeasurementInterval, getBenchmarkDuration, getBenchmarkName, getNoOps, isTimedRun, report, report, setIterationResult, setup, setupAnalyzerClass, startMeasurementInterval, tearDown, tearDownAnalyzerClass
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HeapMemoryTotalAnalyzer

public HeapMemoryTotalAnalyzer()
Method Detail

execute

public void execute(long time)
Description copied from class: AnalyzerBase
Execution method called at regular intervals for polling stats.

Specified by:
execute in class AnalyzerBase
Parameters:
time - when the call is made