Currently the game is doing a Spin-Lock when waiting for the next frame, consuming an entire CPU core. Replacing this with a Sleep-Lock would reduce CPU usage (and thus power consumption).