-
Notifications
You must be signed in to change notification settings - Fork 11
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
ofSketch app eats up ~20% CPU when idle #140
Comments
it should be doing nothing .. what platform? |
Win 8.1 |
(Not a big deal at all, just noticed by fans always spin up when I open up ofSketch) |
Any empty openFrameworks project does that for me. Does your machine |
Afk, but I did test that yesterday. Simple oF apps were taking around 10 |
The latest build of ofSketch, which isn't released yet, doesn't use a window, but rather CEF (chrome embedded framework). It doesn't even have a GL context, so theoretically we should be able to convert it to an async event based system rather than the standard loop, which is what is likely eating up CPU. It should basically be using 0% CPU unless it is compiling. |
Re: percentages. ~20% oF sketch app, ~12% particle system, ~0 empty example Cool to the new unrelased version |
jonathan + nate were talking about how hot their computers get when running ofSketch. they're at ~90% cpu. just figured I'd tack that on here |
🔥 🔥 🔥 🔥 🚒 💧 💧 💧 💧 👍 |
I see that setup() locks the framerate, but could one of the threads be running beyond that rate (on windows)? Or is ~20% to be expected for the app?
The text was updated successfully, but these errors were encountered: