Richard Gaskin wrote:

In OS X, open Activity Monitor and set it to view processor usage, then run this in a button with the mouse held down:

on mouseDown
  repeat until the mouse is "up"
    get 1+1
  end repeat
end mouseDown

Here, processor usage spikes to about 80% or more for one of the two processors on board.

Interesting. I hadn't ever benchmarked it so I just tried it. When I run this handler on my Mac (OS X Tiger), holding the mouse down for a few seconds spikes my CPU usage to 99.9%, where it stays till I let go.

--
Jacqueline Landman Gay         |     [EMAIL PROTECTED]
HyperActive Software           |     http://www.hyperactivesw.com
_______________________________________________
use-revolution mailing list
[email protected]
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to