Help and CPU load
David Feugey (2125) 2709 posts |
When help is loaded and active, my Pi 3 is stuck at 1200 MHz. Nota: is there a way to launch help in suspended mode? |
Chris Johnson (125) 825 posts |
Is that not what you would expect. Help has to keep polling the wimp to keep track of the window and icon the pointer is over. If either change it then has to send a message to the appropriate app. |
Stuart Swales (1481) 351 posts |
Might be nice though if it throttled itself for a few cs with PollIdle between tests – no point trying to beat the screen refresh rate! |
Fred Graute (114) 645 posts |
Came across this recently when adding Help support to MiniTime. Changing it to use Wimp_PollIdle (instead of Wimp_Poll) as Stuart suggests should reduce the load considerably without any ill effects.
Not directly I think but you could use a small BASIC task:
|
David Pitt (102) 743 posts |
Steve Fryatt’s |
David Feugey (2125) 2709 posts |
Just brilliant! Steve Fryatt’s !Float does better Yep |
Jeffrey Lee (213) 6048 posts |
CPU load issues should be fixed now. https://www.riscosopen.org/viewer/revisions/logs?ident=1500828349-093568.html |