Allocation hot spots view settings

  
 previous up  


The allocation hot spots view settings dialog is accessed by bringing the allocation 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 allocations description options control the amount of information that is presented in the description of the method call.
  • 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 percentage calculation determines against what allocation numbers percentages are calculated for the hot spot backtraces.
  • Absolute
    Percentage values show the contribution to the total number of allocations.
  • Relative
    Percentage values show the contribution relative to the called method.
Whether the contribution is cumulated or not depends on the Cumulate allocations setting.
  The sorting of the difference column can be toggled between absolute value ordering or normal ordering.