|
TPTP 4.6.0 Platform Project Public API Specification |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface TRCFullTraceObject
A representation of the model object 'TRC Full Trace Object'.
The following features are supported:
TracePackage.getTRCFullTraceObject()| Method Summary | |
|---|---|
double |
getBaseTime()
Returns the value of the 'Base Time' attribute |
int |
getCalls()
Returns the value of the 'Calls' attribute |
double |
getCollectTime()
Returns the value of the 'Collect Time' attribute |
double |
getCreateTime()
Returns the value of the 'Create Time' attribute |
double |
getCumulativeTime()
Returns the value of the 'Cumulative Time' attribute |
void |
setBaseTime(double value)
Sets the value of the ' Base Time' attribute |
void |
setCalls(int value)
Sets the value of the ' Calls' attribute |
void |
setCollectTime(double value)
Sets the value of the ' Collect Time' attribute |
void |
setCreateTime(double value)
Sets the value of the ' Create Time' attribute |
void |
setCumulativeTime(double value)
Sets the value of the ' Cumulative Time' attribute |
| Methods inherited from interface org.eclipse.hyades.models.trace.TRCTraceObject |
|---|
getInvocations, getThread, setThread |
| Methods inherited from interface org.eclipse.hyades.models.trace.TRCObject |
|---|
getId, getIsA, getProcess, getSize, setId, setIsA, setProcess, setSize |
| Methods inherited from interface org.eclipse.emf.ecore.EObject |
|---|
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eIsProxy, eIsSet, eResource, eSet, eUnset |
| Methods inherited from interface org.eclipse.emf.common.notify.Notifier |
|---|
eAdapters, eDeliver, eNotify, eSetDeliver |
| Method Detail |
|---|
double getCreateTime()
If the meaning of the 'Create Time' attribute isn't clear, there really should be more of a description here...
When the object was created (allocated), relative to hierarchy.TRCAgent.startTime
setCreateTime(double),
TracePackage.getTRCFullTraceObject_CreateTime()void setCreateTime(double value)
Create Time' attribute.
value - the new value of the 'Create Time' attribute.getCreateTime()double getCollectTime()
If the meaning of the 'Collect Time' attribute isn't clear, there really should be more of a description here...
When the object was collected by GC, relative to hierarchy.TRCAgent.startTime
setCollectTime(double),
TracePackage.getTRCFullTraceObject_CollectTime()void setCollectTime(double value)
Collect Time' attribute.
value - the new value of the 'Collect Time' attribute.getCollectTime()double getBaseTime()
If the meaning of the 'Base Time' attribute isn't clear, there really should be more of a description here...
Time spent in methods of the owning element
setBaseTime(double),
TracePackage.getTRCFullTraceObject_BaseTime()void setBaseTime(double value)
Base Time' attribute.
value - the new value of the 'Base Time' attribute.getBaseTime()double getCumulativeTime()
If the meaning of the 'Cumulative Time' attribute isn't clear, there really should be more of a description here...
Time spent in methods of this owning element + all methods called from these methods (but owned by other elements)
setCumulativeTime(double),
TracePackage.getTRCFullTraceObject_CumulativeTime()void setCumulativeTime(double value)
Cumulative Time' attribute.
value - the new value of the 'Cumulative Time' attribute.getCumulativeTime()int getCalls()
If the meaning of the 'Calls' attribute isn't clear, there really should be more of a description here...
number of calls to the owning element
setCalls(int),
TracePackage.getTRCFullTraceObject_Calls()void setCalls(int value)
Calls' attribute.
value - the new value of the 'Calls' attribute.getCalls()
|
TPTP 4.6.0 Platform Project Public API Specification |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||