org.eclipse.hyades.models.trace.impl
Class TRCMethodImpl.TRCMethodSnapshot
java.lang.Object
org.eclipse.hyades.models.trace.impl.TRCMethodImpl.TRCMethodSnapshot
- All Implemented Interfaces:
- IDelta, ISnapshot
- Enclosing class:
- TRCMethodImpl
- public static class TRCMethodImpl.TRCMethodSnapshot
- 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
cumulativeTime
protected double cumulativeTime
totalCpuTime
protected double totalCpuTime
TRCMethodImpl.TRCMethodSnapshot
public TRCMethodImpl.TRCMethodSnapshot()
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()
getCumulativeTime
public double getCumulativeTime()
getTotalCpuTime
public double getTotalCpuTime()