jeco.dmm.simulator
Class DMMConstants

java.lang.Object
  extended by jeco.dmm.simulator.DMMConstants

public class DMMConstants
extends java.lang.Object


Field Summary
static java.lang.String ACCESSES_PATH
           
static int FITNESS_FUNCTION
           
static java.lang.String GENERATIONS
           
static int GLOBAL_REAL
           
static float MEM_ACC_WEIGHT
           
static int MEM_ACCESSES_NUM_INSTR_REAL
           
static int MEM_USE_MEM_ACCESSES_REAL
           
static int MEM_USE_NUM_INSTR_REAL
           
static float MEM_USE_WEIGHT
           
static float NUM_INSTR_WEIGHT
           
static int ONLY_MEM_ACCESSES_REAL
           
static int ONLY_MEM_USAGE_IN_HEAP
           
static int ONLY_MEM_USE_IN_STRUCTURE
           
static int ONLY_NUM_INSTRUCTIONS_REAL
           
static java.lang.String PROFILE_PATH
           
static int TOTAL_MEM_USED
           
static int TOTAL_VARIABLE_ACCESSES_REAL
           
 
Constructor Summary
DMMConstants()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PROFILE_PATH

public static final java.lang.String PROFILE_PATH
See Also:
Constant Field Values

ACCESSES_PATH

public static final java.lang.String ACCESSES_PATH
See Also:
Constant Field Values

GENERATIONS

public static final java.lang.String GENERATIONS
See Also:
Constant Field Values

NUM_INSTR_WEIGHT

public static final float NUM_INSTR_WEIGHT
See Also:
Constant Field Values

MEM_USE_WEIGHT

public static final float MEM_USE_WEIGHT
See Also:
Constant Field Values

MEM_ACC_WEIGHT

public static final float MEM_ACC_WEIGHT
See Also:
Constant Field Values

ONLY_MEM_ACCESSES_REAL

public static final int ONLY_MEM_ACCESSES_REAL
See Also:
Constant Field Values

ONLY_MEM_USAGE_IN_HEAP

public static final int ONLY_MEM_USAGE_IN_HEAP
See Also:
Constant Field Values

ONLY_NUM_INSTRUCTIONS_REAL

public static final int ONLY_NUM_INSTRUCTIONS_REAL
See Also:
Constant Field Values

ONLY_MEM_USE_IN_STRUCTURE

public static final int ONLY_MEM_USE_IN_STRUCTURE
See Also:
Constant Field Values

MEM_USE_MEM_ACCESSES_REAL

public static final int MEM_USE_MEM_ACCESSES_REAL
See Also:
Constant Field Values

MEM_USE_NUM_INSTR_REAL

public static final int MEM_USE_NUM_INSTR_REAL
See Also:
Constant Field Values

MEM_ACCESSES_NUM_INSTR_REAL

public static final int MEM_ACCESSES_NUM_INSTR_REAL
See Also:
Constant Field Values

TOTAL_MEM_USED

public static final int TOTAL_MEM_USED
See Also:
Constant Field Values

GLOBAL_REAL

public static final int GLOBAL_REAL
See Also:
Constant Field Values

TOTAL_VARIABLE_ACCESSES_REAL

public static final int TOTAL_VARIABLE_ACCESSES_REAL
See Also:
Constant Field Values

FITNESS_FUNCTION

public static final int FITNESS_FUNCTION
See Also:
Constant Field Values
Constructor Detail

DMMConstants

public DMMConstants()