spec.harness.analyzer
Class HeapMemoryTotalAnalyzer.HeapMemoryTotal

java.lang.Object
  extended by spec.harness.analyzer.TYInfo
      extended by spec.harness.analyzer.HeapMemoryTotalAnalyzer.HeapMemoryTotal
Enclosing class:
HeapMemoryTotalAnalyzer

public static class HeapMemoryTotalAnalyzer.HeapMemoryTotal
extends TYInfo


Field Summary
 
Fields inherited from class spec.harness.analyzer.TYInfo
time, value
 
Constructor Summary
HeapMemoryTotalAnalyzer.HeapMemoryTotal(long time, long value)
           
 
Method Summary
 java.lang.String getName()
           
 java.lang.String getUnit()
           
 
Methods inherited from class spec.harness.analyzer.TYInfo
getTime, getValue
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HeapMemoryTotalAnalyzer.HeapMemoryTotal

public HeapMemoryTotalAnalyzer.HeapMemoryTotal(long time,
                                               long value)
Method Detail

getName

public java.lang.String getName()
Specified by:
getName in class TYInfo
Returns:
Name/description of what is monitored.

getUnit

public java.lang.String getUnit()
Specified by:
getUnit in class TYInfo
Returns:
Unit of what is monitored.