| Modifier and Type | Method and Description |
|---|---|
static InstructionsConstant |
createInstructionConstant(long instr)
creates InstructionConstant element
|
static InstructionsDeviation |
createInstructionWeibullDeviation(long min,
long avg,
long max,
float promille)
returns a created Weibull InstructionDeviation.
|
static RunnableInstructions |
createRunnableInstructions(Instructions instDev)
creates RunnableInstruction from an instruction Element
|
static Time |
createTime(java.math.BigInteger value,
String unit) |
static Time |
createTime(int value,
String unit)
creates a time out of a value and a unit given as String (lower case)
|
static Time |
createTime(long instructionCount,
float ipc,
long frequency) |
static Time |
createTime(String timeString)
creates a Time object parsed from a text representation
|
static Time |
createTime(Time inputTime) |
static Deviation<LongObject> |
createWeibullDeviation(long min,
long avg,
long max,
float promille)
returns a created Weibull Deviation.
|
static WeibullEstimators<LongObject> |
createWeibullEstimator(long avgR,
float promille)
returns a created Weibull Estimator.
|