Package jline.solvers
Class NetworkAvgCacheTable
java.lang.Object
jline.solvers.AvgTable
jline.solvers.NetworkAvgCacheTable
Table of detailed per-class cache performance metrics, one total row per cache
node and read class (List=0) plus, where available and the cache has more than
one list, one row per cache list (level). Columns: List, ListCap, Items,
HitProb, DelayedHitProb, MissProb, HitRate, DelayedHitRate, MissRate, ArvR,
ResidT. Port of matlab/src/solvers/@NetworkSolver/getAvgCacheTable.m.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionget(int col) Retrieves a specific column from the table as a list.getArvR()getItems()getList()voidprint()Prints the table contents in a human-readable format.voidprint(SolverOptions options) voidvoidprintTable(SolverOptions options) voidsetClassNames(List<String> classNames) voidsetNodeNames(List<String> nodeNames) voidsetOptions(SolverOptions options) Sets the solver options associated with this table.
-
Constructor Details
-
NetworkAvgCacheTable
-
-
Method Details
-
get
Description copied from class:AvgTableRetrieves a specific column from the table as a list. -
getList
-
getListCap
-
getItems
-
getHitProb
-
getDelayedHitProb
-
getMissProb
-
getHitRate
-
getDelayedHitRate
-
getMissRate
-
getArvR
-
getResidT
-
getNodeNames
-
setNodeNames
-
getClassNames
-
setClassNames
-
setOptions
Description copied from class:AvgTableSets the solver options associated with this table.- Overrides:
setOptionsin classAvgTable- Parameters:
options- the solver options used when computing this table
-
print
public void print()Description copied from class:AvgTablePrints the table contents in a human-readable format. Implementation is provided by subclasses for specific table types. -
print
-
printTable
public void printTable() -
printTable
-