TPTP 4.2.0 Platform Project
Public API Specification

org.eclipse.hyades.models.trace.impl
Class TRCMethodImpl.TRCMethodSnapshot

java.lang.Object
  extended byorg.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


Field Summary
protected  double baseTime
           
protected  int calls
           
protected  double cumulativeTime
           
protected  double totalCpuTime
           
 
Constructor Summary
TRCMethodImpl.TRCMethodSnapshot()
           
 
Method Summary
 java.lang.Object get(int featureID)
          returns the delta value of the specific feature, or null if the feature or a snapshot doesn't exist.
 double getBaseTime()
           
 int getCalls()
           
 double getCumulativeTime()
           
 double getTotalCpuTime()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

baseTime

protected double baseTime

calls

protected int calls

cumulativeTime

protected double cumulativeTime

totalCpuTime

protected double totalCpuTime
Constructor Detail

TRCMethodImpl.TRCMethodSnapshot

public TRCMethodImpl.TRCMethodSnapshot()
Method Detail

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()

TPTP 4.2.0 Platform Project
Public API Specification