[gnome-shell] Test stuff
- From: Owen Taylor <otaylor src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-shell] Test stuff
- Date: Wed, 3 Sep 2014 17:45:39 +0000 (UTC)
commit 3b3445146d2cfc69797a1ac52e483cf9bddc59cc
Author: Owen W. Taylor <otaylor fishsoup net>
Date: Thu Aug 28 15:54:30 2014 -0400
Test stuff
js/perf/hwtest.js | 10 +++++++++-
1 files changed, 9 insertions(+), 1 deletions(-)
---
diff --git a/js/perf/hwtest.js b/js/perf/hwtest.js
index 9cc0db8..4357b77 100644
--- a/js/perf/hwtest.js
+++ b/js/perf/hwtest.js
@@ -157,9 +157,13 @@ function run() {
yield Scripting.sleep(1500);
+ log ("OVERVIEW DRAW START");
+// Meta.show_pixel_count(true);
Scripting.scriptEvent('overviewDrawStart');
yield waitAndDraw(1000);
Scripting.scriptEvent('overviewDrawDone');
+// Meta.show_pixel_count(false);
+ log ("OVERVIEW DRAW DONE");
yield Scripting.destroyTestWindows();
Main.overview.hide();
@@ -186,7 +190,7 @@ function run() {
yield Scripting.sleep(1000);
////////////////////////////////////////
-
+if (0) {
let appSys = Shell.AppSystem.get_default();
let app = appSys.lookup_app('org.gnome.gedit.desktop');
@@ -212,6 +216,8 @@ function run() {
yield Scripting.sleep(1000);
+ }
+
Gtk.Settings.get_default().gtk_enable_animations = true;
}
@@ -270,7 +276,9 @@ function script_redrawTestDone(time) {
function script_collectTimings(time) {
for (let timing in redrawTimes) {
let times = redrawTimes[timing];
+ log(timing + ': ' + times.join(' '));
times.sort(function(a, b) { return a - b });
+ log(timing + ': ' + times.join(' '));
let len = times.length;
let median;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]