Skip to main content

Notice: This Wiki is now read only and edits are no longer possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "Linux Tools Project/PERF/User Guide/Comparison Feature"

(Perf Comparison View:)
(Perf Comparison View:)
Line 34: Line 34:
 
**Name of profiled function
 
**Name of profiled function
 
*New/Old Overhead
 
*New/Old Overhead
**  Percentage of the overall samples collected in the corresponding
+
**  Percentage of the overall samples collected in the corresponding function. The percentages in the "New Overhead" and "Older Percentages" column correspond  to those recorded in the newer and older perf data files, respectively. If the specific function was not recorded in a perf data file, a "-" is displayed.
                  function. The percentages in the "New Overhead" and "Older Percentages"  
+
                  column correspond  to those recorded in the newer and older perf data files,  
+
                  respectively. If the specific function was not recorded in a perf data file,  
+
                  a "-" is displayed.
+
  
 
*Result
 
*Result
 
*Event
 
*Event

Revision as of 14:27, 29 June 2012

Profiling Comparison

All the profiling information that is displayed when using the Perf plug-in is recorded in auto-generated perf.data files. The Perf plug-in allows you to compare two perf.data files, providinga visual representation of the differential result.

Locating Perf data files

The most recent Perf data files, namely perf.data and perf.data.old, are located under the project's root folder by default. However, any perf.data files available in the project explorer can be selected for comparison.

Project-explorer.png

Selecting Perf data files

To select the data files that will be compared, click on the downward arrow in the actions menu and select "Compare Sessions".

Menu action.png


This will bring up a view that will be updated whenever a perf data file is selected from the project explorer. Old perf data files should be selected first for accurate results.

Data-selection.png


Comparing Perf data files

To compare the selected data files, click on the "Session Comparison" option
in the action menu.

Sess-comp-option.png

This will display the results of the comparison.

Diff-table.png


Perf Comparison View:

The table displayed above describes the result of the comparison in the following manner:

  • Function
    • Name of profiled function
  • New/Old Overhead
    • Percentage of the overall samples collected in the corresponding function. The percentages in the "New Overhead" and "Older Percentages" column correspond to those recorded in the newer and older perf data files, respectively. If the specific function was not recorded in a perf data file, a "-" is displayed.
  • Result
  • Event

Back to the top