Class ExecutionEfficiency
java.lang.Object
com.blackhillsoftware.smf.Data
com.blackhillsoftware.smf.SmfData
com.blackhillsoftware.smf.smf98.zos.ExecutionEfficiency
SMF 98 subtype 1 Execution Efficiency section
Obtain from
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
Constant: 0x40 = 64static final int
Constant: 0x80 = 128 -
Method Summary
Modifier and TypeMethodDescriptionstatic ExecutionEfficiency
create
(byte[] Data, int offset, int length) create is intended for internal use only.int
flags()
SMF98_1_ExEff_Flags value.int
SMF98_1_ExEff_NumAS_BrokenUp value.int
SMF98_1_ExEff_NumAS_Contribute value.int
SMF98_1_ExEff_ThreadDensity value.Address space information from SMF98_1_ExEff_Top_AsidInfo.Execution efficiency totals for the top address space from SMF98_1_ExEff_Top_ExEffInfo.Execution efficiency totals for all address spaces from SMF98_1_ExEff_Total_ExEffInfo.Methods inherited from class com.blackhillsoftware.smf.SmfData
createSection, getTriplet
-
Field Details
-
SMF98_1_ExEff_Top_As_SigWorse
public static final int SMF98_1_ExEff_Top_As_SigWorseConstant: 0x80 = 128- See Also:
-
SMF98_1_ExEff_Top_As_SigCpuHighCpi
public static final int SMF98_1_ExEff_Top_As_SigCpuHighCpiConstant: 0x40 = 64- See Also:
-
-
Method Details
-
threadDensity
public int threadDensity()SMF98_1_ExEff_ThreadDensity value.- Returns:
- int SMF98_1_ExEff_ThreadDensity value
-
numAsContribute
public int numAsContribute()SMF98_1_ExEff_NumAS_Contribute value.- Returns:
- int SMF98_1_ExEff_NumAS_Contribute value
-
numAsBrokenUp
public int numAsBrokenUp()SMF98_1_ExEff_NumAS_BrokenUp value.- Returns:
- int SMF98_1_ExEff_NumAS_BrokenUp value
-
flags
public int flags()SMF98_1_ExEff_Flags value.- Returns:
- int SMF98_1_ExEff_Flags value
-
totalExEffInfo
Execution efficiency totals for all address spaces from SMF98_1_ExEff_Total_ExEffInfo.- Returns:
- ExecutionEfficiencyDetail SMF98_1_ExEff_Total_ExEffInfo data
-
topAsidInfo
Address space information from SMF98_1_ExEff_Top_AsidInfo.- Returns:
- AsidInfo SMF98_1_ExEff_Top_AsidInfo data
-
topExEffInfo
Execution efficiency totals for the top address space from SMF98_1_ExEff_Top_ExEffInfo.- Returns:
- ExecutionEfficiencyDetail SMF98_1_ExEff_Top_ExEffInfo data
-
create
create is intended for internal use only. Instances of this section are created by the parent record or section.- Parameters:
Data
- Array of bytes containing data for this sectionoffset
- Offset of this section in the datalength
- length of the section
-