I'm working with qtwebengine 5.7.1 but I'm experiencing a very slow performance on arm microcontroller. Even if I tried to enable hardware acceleration using command line commands after eglfs instruction (i.e. ./myBrowser --platform eglfs ...commands) :
--qt-flag ignore-gpu-blacklist --qt-flag enable-gpu-rasterization --qt-flag enable-native-gpu-memory-buffers --qt-flag num-raster-threads=4
Or :
QTWEBENGINE_CHROMIUM_FLAGS="--enable-gpu-rasterization;etc.." mybrowser
Nothing seems to change... Is there something I'm missing?I tried to execute some benchmark test on https://browserbench.org/MotionMark/ but I receive always the same result.
At last but not least how can I open chrome://gpu' page on webengine? Why I'm not able to open any settings page even if I tried to open 'chromium://gpu'?
Any help would be really appreciated!