At 08:51 AM 2/11/2006, Ken N9VV wrote:
Golly, maybe one of the C# programmers out there can grab
the source and run a profiler to see where the cycles are
going? is there such a utility in the Visual Studio 2003/2005?
de ken
Wayne Roth wrote:
> About double or triple the utilization of release 12 as measured by
> task manager. Disabling panadapter reduces both versions
> significantly, but the same ratio increase applies.
>
> AMD 2200+, Nvidia 64mb graphics, XP pro sp2
I'll bet something along the lines of it's that when the window is on
top/has focus, it gets repaint/redraw messages more often, but when it's
hidden, it doesn't get the repaint/redraw.
Even if a thread is running that paints to a window, if the window isn't
visible, the GDI stuff may get queued or deferred. Sort of like what
happens when you minimize a task that's still running.