GNOME Bugzilla – Bug 724870
Some perf fixes
Last modified: 2014-02-28 20:41:11 UTC
See patches.
Created attachment 269894 [details] [review] plugin: Don't query for swap_events support directly There is no need for the duplication, clutter already exports this information.
Created attachment 269895 [details] [review] perf: Restore shell after runs Currently running the perf tool results into no wm running afterwards making it hard for the user to get the results from a terminal and generally does not make it easy for users to run it to gather numbers. So restore the shell after the test has completed.
Pushed after IRC review. Attachment 269894 [details] pushed as e23c2ff - plugin: Don't query for swap_events support directly Attachment 269895 [details] pushed as e37a3fa - perf: Restore shell after runs