Package mars.tools

Class InstructionStatistics

All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Observer, Accessible, RootPaneContainer, WindowConstants, MarsTool

public class InstructionStatistics extends AbstractMarsToolAndApplication
A MARS tool for obtaining instruction statistics by instruction category.

The code of this tools is initially based on the Instruction counter tool by Felipe Lassa.

Author:
Ingo Kofler <ingo.kofler@itec.uni-klu.ac.at>
See Also:
Serialized Form
  • Constructor Details

    • InstructionStatistics

      public InstructionStatistics(String title, String heading)
      Simple constructor, likely used to run a stand-alone enhanced instruction counter.
      Parameters:
      title - String containing title for title bar
      heading - String containing text for heading shown in upper part of window.
    • InstructionStatistics

      public InstructionStatistics()
      Simple construction, likely used by the MARS Tools menu mechanism.
  • Method Details