Class ExecutionEfficiency

java.lang.Object
com.blackhillsoftware.smf.Data
com.blackhillsoftware.smf.SmfData
com.blackhillsoftware.smf.smf98.zos.ExecutionEfficiency

public final class ExecutionEfficiency extends SmfData
SMF 98 subtype 1 Execution Efficiency section

Obtain from

  • Field Details

    • SMF98_1_ExEff_Top_As_SigWorse

      public static final int SMF98_1_ExEff_Top_As_SigWorse
      Constant: 0x80 = 128
      See Also:
    • SMF98_1_ExEff_Top_As_SigCpuHighCpi

      public static final int SMF98_1_ExEff_Top_As_SigCpuHighCpi
      Constant: 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

      public ExecutionEfficiencyDetail totalExEffInfo()
      Execution efficiency totals for all address spaces from SMF98_1_ExEff_Total_ExEffInfo.
      Returns:
      ExecutionEfficiencyDetail SMF98_1_ExEff_Total_ExEffInfo data
    • topAsidInfo

      public AsidInfo topAsidInfo()
      Address space information from SMF98_1_ExEff_Top_AsidInfo.
      Returns:
      AsidInfo SMF98_1_ExEff_Top_AsidInfo data
    • topExEffInfo

      public ExecutionEfficiencyDetail topExEffInfo()
      Execution efficiency totals for the top address space from SMF98_1_ExEff_Top_ExEffInfo.
      Returns:
      ExecutionEfficiencyDetail SMF98_1_ExEff_Top_ExEffInfo data
    • create

      public static ExecutionEfficiency create(byte[] Data, int offset, int length)
      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 section
      offset - Offset of this section in the data
      length - length of the section