|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.rice.cs.cunit.instrumentors.threadCheck.AAddThreadCheckStrategy.CacheInfo
public static class AAddThreadCheckStrategy.CacheInfo
Cache hit/miss message.
Field Summary | |
---|---|
(package private) long |
_classCacheHit
Class cache hit count. |
(package private) long |
_classCacheMiss
Class cache miss count. |
(package private) long |
_combinePredicateCacheHit
Combine predicate cache hit count. |
(package private) long |
_combinePredicateCacheMiss
Combine predicate miss count. |
(package private) long |
_methodCacheHit
Method cache hit count. |
(package private) long |
_methodCacheMiss
Method cache miss count. |
(package private) long |
_timeSpent
Time spent looking up annotation info. |
Constructor Summary | |
---|---|
AAddThreadCheckStrategy.CacheInfo()
|
Method Summary | |
---|---|
void |
addTimeSpent(long t)
|
java.lang.String |
getPropertyName()
Return the name of the property that was scanned for. |
void |
incClassCacheHit()
|
void |
incClassCacheMiss()
|
void |
incCombinePredicateCacheHit()
|
void |
incCombinePredicateCacheMiss()
|
void |
incMethodCacheHit()
|
void |
incMethodCacheMiss()
|
java.lang.String |
toString()
Returns a string representation of the object. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
long _classCacheHit
long _classCacheMiss
long _methodCacheHit
long _methodCacheMiss
long _combinePredicateCacheHit
long _combinePredicateCacheMiss
long _timeSpent
Constructor Detail |
---|
public AAddThreadCheckStrategy.CacheInfo()
Method Detail |
---|
public void incClassCacheHit()
public void incClassCacheMiss()
public void incMethodCacheHit()
public void incMethodCacheMiss()
public void incCombinePredicateCacheHit()
public void incCombinePredicateCacheMiss()
public void addTimeSpent(long t)
public java.lang.String getPropertyName()
getPropertyName
in interface IScannerStrategy.IScanResult
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 |