Hot spots view settings dialog

  
 previous up  


The hot spots view settings dialog is accessed by bringing the hot spots view to front and choosing Edit->View settings from JProfiler's main menu or clicking on the corresponding  toolbar entry. The context menu also gives access to the view settings dialog.
  The invocation description options control the amount of information that is presented in the description of the method call.
  • Show time
    Show the total time that was spent in the method call.
  • Show invocation count
    Show how many time the method was called in this particular call sequence.
  • Always show fully qualified names
    If this option is not checked, class name are omitted in intra-class method calls which enhances the conciseness of the display.
  • Always show signature
    If this option is not checked, method signatures are shown only if two methods with the same name appear on the same level.
  The time scale options determine the unit of time measurement, which may be milliseconds (ms) or microseconds (µs)
  The threshold below which hot spots are ignored and method invocations in hot spots backtraces are shown as being below threshold (indicated by an  upward arrow) is entered in milliseconds (ms).
  The percentage calculation determines against what time span percentages are calculated.
  • Absolute
    Percentage values show the contribution to the total recorded time.
  • Relative
    Percentage values shows the contribution to the invoked method.