Performance - Qt5 - QtwebKit
-
I was validating QtWebkit based browser (on MIPS based platform with WK1 - QtTestBrowser ). I tried with two command options:
@./QtTestBrowser -graphicsbased -gl-viewport <http Address>
./QtTestBrowser -graphicsbased <http Address>
@
One of the test I tried was with :
http://203.21.7.40/Mazesolver/testdrive/performance/mazesolver/index.htmlWith this, when I enable gl-viewport (option - 1), it takes almost 600 seconds to complete the test. Where as using second option (without gl-viewport), it completes it in 100 seconds. Also the dots which is supposed to be shown as cirucualr dots is visible as though its a "rhombus" shaped dots.
Any known issues with "gl-viewport" setting?