After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 724870 - Some perf fixes
Some perf fixes
Status: RESOLVED FIXED
Product: gnome-shell
Classification: Core
Component: general
unspecified
Other All
: Normal normal
: ---
Assigned To: gnome-shell-maint
gnome-shell-maint
Depends on:
Blocks:
 
 
Reported: 2014-02-21 11:39 UTC by drago01
Modified: 2014-02-28 20:41 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
plugin: Don't query for swap_events support directly (2.58 KB, patch)
2014-02-21 11:39 UTC, drago01
committed Details | Review
perf: Restore shell after runs (1.39 KB, patch)
2014-02-21 11:39 UTC, drago01
committed Details | Review

Description drago01 2014-02-21 11:39:15 UTC
See patches.
Comment 1 drago01 2014-02-21 11:39:18 UTC
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.
Comment 2 drago01 2014-02-21 11:39:23 UTC
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.
Comment 3 drago01 2014-02-28 20:41:01 UTC
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