Call Graph View Settings Dialog


  The call tracer view settings dialog is accessed by bringing the call tracer to front and choosing View->View Settings from JProfiler's main menu or clicking on the corresponding  toolbar button.
  The trace recording options control the amount of recorded call traces:
  • Maximum number of recorded call traces
    To avoid excessive memory consumption, the profiling agent stops collecting call traces after this threshold has been reached.
  • Record calls into unprofiled classes
    If selected, calls into unprofiled classes are traced as well. Please see help topic on method call filters for background information.
  The time display options control the displayed trace time. The time display can be one of
  • Relative to first trace
  • Relative to previous node
  • Relative to previous node of the same type

The above settings are explained on the help page for the call tracer view.

  The method display options determine the presentation of method nodes. The following options are available:
  • Show signature
    If selected, each method node shows the signature of the method.
  • Show class names in method nodes
    If selected, the fully qualified class name is prepended to each method node.