slarson / wholebrain

Automatically exported from code.google.com/p/wholebrain
0 stars 0 forks source link

Reduce CPU consumption #441

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
CPU consumption of WBC stays high regardless of whether it is foregrounded or 
backgrounded.  

When foregrounded, it is possible that we can optimize the render loop to 
reduce CPU consumption per frame by doing a more careful job of performance 
tuning.  

When backgrounded, we should be able to detect this state and we should stop 
rendering.  This ought to just be a matter of finding the right event to test 
and including that in the render loop.

Original issue reported on code.google.com by stephen....@gmail.com on 6 Mar 2010 at 4:45

GoogleCodeExporter commented 9 years ago
This has been commented on by a collaborator as a problem, therefore I am 
raising the priority.  Here are some JME forum posts that address the issue of 
high CPU consumption:

http://www.jmonkeyengine.com/forum/index.php?topic=14052.0
http://www.jmonkeyengine.com/forum/index.php?topic=8388.msg65215#msg65215
http://www.jmonkeyengine.com/forum/index.php?topic=8512.0

Original comment by stephen....@gmail.com on 21 Jun 2010 at 10:22

GoogleCodeExporter commented 9 years ago
Closing a whole raft of issues because they are not relevant to the web version 
any more

Original comment by stephen....@gmail.com on 7 Mar 2011 at 10:31