aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/scenegraph/qsgthreadedrenderloop.cpp
diff options
context:
space:
mode:
authorSimon Hausmann <simon.hausmann@digia.com>2014-01-08 19:26:48 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2014-01-08 19:26:48 +0100
commitff18885e0a7f7527eb96a9f2047507e7f418db45 (patch)
tree37bd1970c31447c73862b81eae4429c7366ef1c7 /src/quick/scenegraph/qsgthreadedrenderloop.cpp
parent439f31f128e70ecae16544ee7041695c60e0b2d6 (diff)
parent40722a7eaf6bb6d77d730dc3f8510718e2cad549 (diff)
Merge "Merge remote-tracking branch 'origin/stable' into dev" into refs/staging/dev
Diffstat (limited to 'src/quick/scenegraph/qsgthreadedrenderloop.cpp')
-rw-r--r--src/quick/scenegraph/qsgthreadedrenderloop.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/quick/scenegraph/qsgthreadedrenderloop.cpp b/src/quick/scenegraph/qsgthreadedrenderloop.cpp
index d779285a44..d8fe947122 100644
--- a/src/quick/scenegraph/qsgthreadedrenderloop.cpp
+++ b/src/quick/scenegraph/qsgthreadedrenderloop.cpp
@@ -1136,7 +1136,8 @@ void QSGThreadedRenderLoop::polishAndSync(Window *w)
#ifndef QSG_NO_RENDER_TIMING
if (qsg_render_timing)
- qDebug(" - on GUI: polish=%d, lock=%d, block/sync=%d -- animations=%d",
+ qDebug(" - Gui Thread: window=%p, polish=%d, lock=%d, block/sync=%d -- animations=%d",
+ w->window,
int(polishTime/1000000),
int((waitTime - polishTime)/1000000),
int((syncTime - waitTime)/1000000),