Interface IPerfSchema


public interface IPerfSchema
  • Method Details

    • getID

      int getID()
      The schema id
    • getCategoryID

      int getCategoryID()
      The category id
    • getName

      String getName()
      The name of this entry
    • getClassName

      String getClassName()
      The class where this token originates
    • getFileName

      String getFileName()
      The File name where this token originates
    • getLineNumber

      int getLineNumber()
      The line number where this get initialized from
    • getCustomDataLayout

      String getCustomDataLayout()
      The layout used to render the custom data
    • getActionCallback

      IPerfActionCallback getActionCallback()
      This is only valid during data aquisition, not during inspection
    • getPerfStats

      IPerfStats getPerfStats()
      get current known stats for this schema
      Returns:
    • setPerfStats

      void setPerfStats(IPerfStats ps)
      set the perf stats object
      Parameters:
      ps -