02-21-2021, 05:26 PM
(02-20-2021, 03:55 AM)DragonNeos Wrote: On revision da6886e0, using the video option "Hide some video effects (experimental, might improve performance)" improves the performance of this game (around 24 - 30 FPS) compared to not using this option (around 12 - 15 FPS).Interesting, thank you.
I clicked on "Reset profiler information" to capture the area with the performance issue for about 1 minute (one with the video option "Hide some video effects (experimental, might improve performance)" and the other without the video option "Hide some video effects (experimental, might improve performance)"). I also attached a capture of the profiler data with the External Software Renderer in the area with performance issues.
The performance issue seems to be coming from the "Copy GE to memory" operations:
with hiding of video effects:
Code:
Texture load count: 43, average 0.0 per GE list
Copy GE to memory: 0, average 0.0 per GE list
GE list duration: 28996ms, average 23.7ms per GE list, max FPS is 42.2
Code:
Texture load count: 12812, average 10.3 per GE list
Copy GE to memory: 46513, average 37.2 per GE list
GE list duration: 74206ms, average 59.4ms per GE list, max FPS is 16.8
It seems you are using a laptop integrated video card
Code:
07:30:47 INFO ge - GUI - OpenGL version: 3.3.11672 Compatibility Profile Context, vender: ATI Technologies Inc., renderer: ATI Radeon HD 4200
Always include a complete log file at INFO level in your reports. Thanks! How to post a log