Page 1 of 1

Noesis loads CPU cores at 100%

Posted: 13 Nov 2022, 21:10
by Logrus
Hi
I found out why the engine loaded the core of the main thread at 100% on an empty scene, it turned out to be Noesis(((

Screenshot 2022-11-13 225647.png
an empty XamlPlayer loads 3 CPU cores at 100%

Re: Noesis loads CPU cores at 100%

Posted: 14 Nov 2022, 16:45
by jsantos
This is happening because you are almost for sure rendering without vsync. Could you please confirm this? (hitting CTRL + F you can get more stats in XamlPlayer)

Re: Noesis loads CPU cores at 100%

Posted: 15 Nov 2022, 08:50
by Logrus
yes, because of the disabled VSync

Re: Noesis loads CPU cores at 100%

Posted: 15 Nov 2022, 12:29
by jsantos
Yes, that is expected if you remove vsync. This is implemented in our App Framework with the switch '--vsync 0'. But you don't necessarily need to implement this on your engine.

Re: Noesis loads CPU cores at 100%

Posted: 15 Nov 2022, 16:39
by Logrus
OK,
Thanks