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/Comparison"

(New page: = Sessions = The perf plug-in allows you to keep track sessions for future reference. These sessions can be used with the comparison features currently under development. == Saving a S...)
 
(Sessions)
Line 5: Line 5:
 
== Saving a Session  ==
 
== Saving a Session  ==
  
Currently profile and statistics sessions can be saved under the menu commands of the respective views. Please note that if has not been a profile or stat run the save options will be disabled as there will be nothing to save. [[Image:Save_prof.png]]
+
Currently profile and statistics sessions can be saved by using the menu commands of the respective views. Note that if there has not been a profile or stat run, these commands will be disabled as there would be no data available to save.
 +
 
 +
[[Image:Save_prof.png]]
 +
 
 
[[Image:Save_stats.png]]
 
[[Image:Save_stats.png]]
 +
 +
These sessions will be located under the profiled project root with their user specified names.
 +
 +
[[Image:Session_loc.png]]

Revision as of 16:48, 28 March 2013

Sessions

The perf plug-in allows you to keep track sessions for future reference. These sessions can be used with the comparison features currently under development.

Saving a Session

Currently profile and statistics sessions can be saved by using the menu commands of the respective views. Note that if there has not been a profile or stat run, these commands will be disabled as there would be no data available to save.

Save prof.png

Save stats.png

These sessions will be located under the profiled project root with their user specified names.

Session loc.png

Back to the top