org.eclipse.hyades.models.trace.impl
Class TRCProcessImpl.TRCProcessSnapshot
java.lang.Object
org.eclipse.hyades.models.trace.impl.TRCProcessImpl.TRCProcessSnapshot
- All Implemented Interfaces:
- IDelta, ISnapshot
- Enclosing class:
- TRCProcessImpl
- public static class TRCProcessImpl.TRCProcessSnapshot
- extends java.lang.Object
- implements IDelta, ISnapshot
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
baseTime
protected double baseTime
calls
protected int calls
collectedInstances
protected int collectedInstances
collectedSize
protected int collectedSize
cumulativeTime
protected double cumulativeTime
inheritedBaseTime
protected double inheritedBaseTime
inheritedCalls
protected int inheritedCalls
inheritedCumulativeTime
protected double inheritedCumulativeTime
totalInstances
protected int totalInstances
totalSize
protected int totalSize
totalCpuTime
protected double totalCpuTime
TRCProcessImpl.TRCProcessSnapshot
public TRCProcessImpl.TRCProcessSnapshot()
get
public java.lang.Object get(int featureID)
- Description copied from interface:
IDelta
- returns the delta value of the specific feature, or null if the feature or a snapshot doesn't exist.
- Specified by:
get in interface IDelta
getBaseTime
public double getBaseTime()
getCalls
public int getCalls()
getCollectedInstances
public int getCollectedInstances()
getCollectedSize
public int getCollectedSize()
getCumulativeTime
public double getCumulativeTime()
getInheritedBaseTime
public double getInheritedBaseTime()
getInheritedCalls
public int getInheritedCalls()
getTotalInstances
public int getTotalInstances()
getTotalSize
public int getTotalSize()
getInheritedCumulativeTime
public double getInheritedCumulativeTime()
getTotalCpuTime
public double getTotalCpuTime()
- Returns:
- Returns the totalCpuTime.
setTotalCpuTime
public void setTotalCpuTime(double totalCpuTime)
- Parameters:
totalCpuTime - The totalCpuTime to set.