|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sf.javabdd.BDDFactory.CacheStats
public static class BDDFactory.CacheStats
Stores statistics about the operator cache.
Field Summary | |
---|---|
int |
opHit
|
int |
opMiss
|
int |
swapCount
|
int |
uniqueAccess
|
int |
uniqueChain
|
int |
uniqueHit
|
int |
uniqueMiss
|
Method Summary | |
---|---|
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public int uniqueAccess
public int uniqueChain
public int uniqueHit
public int uniqueMiss
public int opHit
public int opMiss
public int swapCount
Method Detail |
---|
public java.lang.String toString()
toString
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |