|
![]() Quark Platform Documentation Version 1.7.0_0 Business Objects |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.openquark.cal.runtime.DebugSupport.InternalValueStats
public static final class DebugSupport.InternalValueStats
Immutable value class holding statistical information gathered from a CalValue The statistics/information gathered by this class are for debugging purposes only and should not be relied upon in production code. They are subject to change and their precise value will in general depend on the particular machine type (lecc or g) used.
| Method Summary | |
|---|---|
int |
getNDistinctIndirectionNodes()
This value is for debugging purposes only and is subject to change. |
int |
getNDistinctNodes()
This value is for debugging purposes only and is subject to change. |
int |
getNSharedNodes()
This value is for debugging purposes only and is subject to change. |
static DebugSupport.InternalValueStats |
make(CalValue calValue)
Creates a DebugNodeInfo object which gathers statistics from the argument CalValue. |
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Method Detail |
|---|
public int getNDistinctNodes()
public int getNDistinctIndirectionNodes()
public int getNSharedNodes()
public static final DebugSupport.InternalValueStats make(CalValue calValue)
calValue -
public String toString()
toString in class Object
|
![]() Quark Platform Documentation Version 1.7.0_0 Business Objects |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||