[SOLVED] Troubleshooting Performance w/ Xenko Games

I’ve done some testing on various computers and my game doesn’t run well on a few older alienwares. These boxes run all sorts of popular games though… I’ve tested eliminating things from the scene, not updating UI, changing resolutions, etc… the only thing I see on those boxes are ~65-70% GPU usage.

Anyone have any idea how to better figure out what is causing slow performance?

Installing GPU Debugging Visual Studio plugins… will update later if I figure anything out.

Another useful software for measuring GPU/CPU performance is NVIDIA Nsight

1 Like

I have a number of single stage renderers in my demo game, I’m wondering if these could be responsible on the slower systems…

I ended up fixing my issue by using the Game Profiler Script included in game studio!

https://doc.xenko.com/latest/jp/manual/troubleshooting/profiling.html

Long story short, I had some bad code in one area and did’t realize it.

This profiler is staying in my games from now on.

2 Likes