|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of N08_Part2_DataStructureAccess.Mode in <Unnamed> |
---|
Fields in <Unnamed> declared as N08_Part2_DataStructureAccess.Mode | |
---|---|
protected N08_Part2_DataStructureAccess.Mode |
N08_Part2_DataStructureAccess.TaskAbstract.mode
Access pattern mode of the data structure. |
Methods in <Unnamed> that return N08_Part2_DataStructureAccess.Mode | |
---|---|
protected static N08_Part2_DataStructureAccess.Mode |
N08_Part2_DataStructureAccess.Mode.parse(String s)
|
static N08_Part2_DataStructureAccess.Mode |
N08_Part2_DataStructureAccess.Mode.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static N08_Part2_DataStructureAccess.Mode[] |
N08_Part2_DataStructureAccess.Mode.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods in <Unnamed> with parameters of type N08_Part2_DataStructureAccess.Mode | |
---|---|
protected static N08_Part2_DataStructureAccess.TaskAbstract |
N08_Part2_DataStructureAccess.getTask(String className,
int size,
N08_Part2_DataStructureAccess.Mode mode)
|
protected static void |
N08_Part2_DataStructureAccess.outputFull(String className,
N08_Part2_DataStructureAccess.Mode mode,
int size,
String pathPrefix,
bb.util.Benchmark benchmark,
String result)
Writes the full results to a file. |
protected static void |
N08_Part2_DataStructureAccess.outputMeanOnly(String className,
N08_Part2_DataStructureAccess.Mode mode,
int size,
String pathPrefix,
bb.util.Benchmark benchmark,
String result)
Writes the mean-only results to a file that is suitable for loading into a spreadsheet for graphing. |
protected static void |
N08_Part2_DataStructureAccess.resultsToFile(String className,
int size,
N08_Part2_DataStructureAccess.Mode mode,
String pathPrefix,
bb.util.Benchmark benchmark,
String result)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |