swigCMemOwn| Modifier | Constructor and Description |
|---|---|
protected |
CpuModel(long cPtr,
boolean cMemoryOwn) |
|
CpuModel(java.lang.String name)
CpuModel constructon
|
| Modifier and Type | Method and Description |
|---|---|
Cpu |
createCpu(java.lang.String name,
double[] power_peak,
int pstate,
double power_scale,
TmgrTrace power_trace,
int core,
ResourceState state_initial,
TmgrTrace state_trace,
XbtDict cpu_properties)
Create a new Cpu
|
void |
delete() |
protected void |
finalize() |
protected static long |
getCPtr(CpuModel obj) |
protected void |
swigDirectorDisconnect() |
void |
swigReleaseOwnership() |
void |
swigTakeOwnership() |
addTraces, getCPtr, getName, getRunningActionSet, shareResources, shareResourcesFull, shareResourcesLazy, updateActionsState, updateActionsStateFull, updateActionsStateLazyprotected CpuModel(long cPtr,
boolean cMemoryOwn)
public CpuModel(java.lang.String name)
name - The name of the cpumodelprotected static long getCPtr(CpuModel obj)
protected void swigDirectorDisconnect()
public void swigReleaseOwnership()
public void swigTakeOwnership()
public Cpu createCpu(java.lang.String name, double[] power_peak, int pstate, double power_scale, TmgrTrace power_trace, int core, ResourceState state_initial, TmgrTrace state_trace, XbtDict cpu_properties)
name - power_peak - pstate - power_scale - power_trace - core - state_initial - state_trace - cpu_properties - Cpu