Class PerformanceReportDialog

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

public class PerformanceReportDialog extends JDialog
Mock-up of dialog for reporting performance stats.
See Also:
  • Constructor Details

    • PerformanceReportDialog

      public PerformanceReportDialog(Frame aFrame) throws HeadlessException
      Instantiates a new performance report dialog.
      Parameters:
      aFrame - the a frame
      Throws:
      HeadlessException - the headless exception
      HeadlessException - the java.awt. headless exception
  • Method Details

    • displayStats

      public void displayStats(ProcessTrace aProcessTrace, int aNumDocsProcessed, String aStatusMessage)
      Display stats.
      Parameters:
      aProcessTrace - the a process trace
      aNumDocsProcessed - the a num docs processed
      aStatusMessage - the a status message
    • buildEventTree

      public void buildEventTree(ProcessTraceEvent aEvent, DefaultMutableTreeNode aParentNode, long aTotalTime)
      Builds the event tree.
      Parameters:
      aEvent - the a event
      aParentNode - the a parent node
      aTotalTime - the a total time