public class TLB
extends java.lang.Object
TLB
objects are exposed through a collection contained in
a CPUInfo
object.
Modifier and Type | Method and Description |
---|---|
int |
getAssociativity()
Returns the degree of associativity of this TLB.
|
java.lang.String |
getAssociativityType()
Returns the type of associativity of this TLB,
one of "set" or "full".
|
int |
getEntries()
Returns the number of entries in this TLB.
|
int |
getLevel()
Returns the level within the TLB hierarchy at which this
TLB resides.
|
java.lang.String |
getType()
Returns the type of this TLB, one of
"instruction", "data", or "unified".
|
java.lang.String |
toString()
Returns a string representation of this TLB.
|
public java.lang.String toString()
toString
in class java.lang.Object
public java.lang.String getType()
public int getLevel()
public int getEntries()
public int getAssociativity()
public java.lang.String getAssociativityType()