com.ibm.etools.logging.util
Class TimerStep.PerformanceInfo.PerformanceValue

java.lang.Object
  |
  +--com.ibm.etools.logging.util.TimerStep.PerformanceInfo.PerformanceValue
Enclosing class:
TimerStep.PerformanceInfo

public class TimerStep.PerformanceInfo.PerformanceValue
extends java.lang.Object

Represent an individual performance value.


Method Summary
 java.lang.String getTimerValue()
          Answer the measurement in a form that can be directly inserted into the measurement file.
 long rawValue()
          Answer the number of bytes.
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

rawValue

public long rawValue()
Answer the number of bytes. Since some of the counters hold pages instead of bytes they need to be multiplied by the page size to get the number of bytes. For normal counters (like the number of threads) the counter is returned without being modified.


getTimerValue

public java.lang.String getTimerValue()
Answer the measurement in a form that can be directly inserted into the measurement file. i.e. the whatid, value


toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object