-
Notifications
You must be signed in to change notification settings - Fork 319
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Idle web-based nunuStudio causes high GPU load #10
Comments
Hi @user1713952 Can you please try to run the version available at doc/editor folder, just to check if the minified version has some impact. Probably it will not. I will have to do some testing myself and take some time to find what is causing that GPU load. Thanks a lot for reporting it. Cumps |
Hi @tentone Thanks for the feedback. Unfortunately the problem still occurs. BR |
Thanks for checking I will not be able to check this today, but as soon as i do it i will let you know. |
No worries, no rush! I am grateful that you are considering it. Thanks again for your great work and for sharing it too! |
You could possibly give us a trace from the JavaScript Profiler inside the Chrome Web Inspector (F12), that would help us. |
@user1713952 Hi there I have been refactoring some code inside nunu to avoid creating so many webgl contexts and removed the global update cycle. This helped to reduce GPU usage a bit, (not much, its around 10~20% on my laptop Intel HD5100 IDLE). Even though it is indicated as GPU use we always have to take into account that the GPU is in the minimum profile of performance. The use of GPU is measured in GPU time spent, so a GPU in idle 40% is reasonably normal given the low clock frequency. In the case of the threejs editor, for example the GPU usage goes to zero because if the camera is stopped it stops rendering (it avoids rendering the same image several times). Thanks, i hope this have helped Cumps |
Steps to reproduce the issue:
On my desktop PC it is not really an issue, but on my laptop it causes the fans to vigorously spin with the corresponding noise.
Maybe something can be done to reduce the idle load?
Hardware:
The text was updated successfully, but these errors were encountered: