Re: idle waste
Re: idle waste
- Subject: Re: idle waste
- From: Shawn Erickson <email@hidden>
- Date: Thu, 28 Mar 2002 16:10:39 -0800
On Thursday, March 28, 2002, at 01:46 PM, John C. Randolph wrote:
Bonus question: Does the amount wasted change if I have a window with
controls in it open?
Yes, if those controls are actually *doing* anything.
In other words... if you apps does any idle time processing (changes GUI
element, timers, etc.) then you will have non-zero CPU time. If the GUI
is just sitting on the screen, unchanging, then you application should
take no CPU time. I believe even if the window is moved (not resized) or
obscured/unobscured your app should take no CPU time (windows in Mac OS
X are fully buffered).
-Shawn
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.