Re: realtime profiling-- instant gamma?
Re: realtime profiling-- instant gamma?
- Subject: Re: realtime profiling-- instant gamma?
- From: arekkusu <email@hidden>
- Date: Thu, 24 Oct 2002 09:06:13 -0700
On Thursday, October 17, 2002, at 11:10 PM, Andrew Pinski wrote:
Hi, I am interested in getting realtime visual feedback of how my CPU
time is spent on different bits of my code.
Is there any way to force the gamma to update instantaneously? Short
of writing my own display driver...
Have you tried Apple's CHUD tools available on
http://developer.apple.com/tools/debuggers.html?
Shikari will show you exactly where the time spent in the different
parts of your code.
Thanks. Shikari is definitely more useful than Sampler. But it isn't
realtime. I'd like to see, on screen, instantaneous
CPU usage depending my app's load. Even with Shikari I have to run a
session, let it measure everything, and
then inspect the results. It's much more intuitive to see on screen a
band of color enlarging or shrinking in sync with
your data size or algorithm efficiency.
So my question still stands:
Is there any way to force the gamma to update instantaneously?
_______________________________________________
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.