Memory consumption
Michael Chansky
goldeneaglemc at gmail.com
Sat Sep 1 14:30:55 PDT 2007
If you want to accurately track the amount of memory the app is using you
can run "perfmon" and watch the process's "Private Bytes". (You can also
use the "Counter Logs" snap-in to keep a log file of memory usage, which
sure beats trying to watch Task Manager).
Window's description: "Private Bytes is the current size, in bytes, of
memory that this process has allocated that cannot be shared with other
processes." This will not decrease when you minimize the application.
On 8/28/07, Armel Asselin <asselin.armel at wanadoo.fr> wrote:
>
> the column "Memory" is in fact the physical memory currently given to
> your process, it does not include all the memory that your process needs.=
In
> particular, when your window is minimized, Windows puts the
> "non-recently-used" data into swap (generally most of your program is idle
> when minimized, so most of your data) and brings data into physical memory
> again only if actually used.
>
> Armel
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.wxwidgets.org/pipermail/wx-users/attachments/20070901/4a1=
1a23e/attachment.htm
More information about the wx-users
mailing list