OSDN Git Service

[Qt][DRAW] .
authorK.Ohta <whatisthis.sowhat@gmail.com>
Sat, 26 Oct 2019 15:14:03 +0000 (00:14 +0900)
committerK.Ohta <whatisthis.sowhat@gmail.com>
Sat, 26 Oct 2019 15:14:03 +0000 (00:14 +0900)
source/src/qt/gui/draw_thread.cpp

index be1d4f1..43b2059 100644 (file)
@@ -189,8 +189,8 @@ void DrawThreadClass::doWork(const QString &param)
                } else {
                        rendered = false;
                }                       
-               //printf("RATE:%f VM_RATE:%f ELAPSED:%f WAIT_FACTOR:%d RENDER=%s\n", _rate, vrate, drate,  wait_factor,
-               //(rendered) ? "YES" : "NO");
+               /*printf("RATE:%f VM_RATE:%f ELAPSED:%f WAIT_FACTOR:%d RENDER=%s\n", _rate, vrate, drate,  wait_factor,
+                 (rendered) ? "YES" : "NO");*/
                if(!bRunThread) goto __exit;
                volatile bool _d = bDrawReq;
                if(draw_screen_buffer == NULL) _d = false;