Re: [GD-General] Memory manager question
Brought to you by:
vexxed72
From: Megan F. <sha...@gm...> - 2004-12-04 18:07:22
|
One handy, simple tool is perfmon.exe - set it to monitor the total number of memory allocated for a single process (your process), and watch the graph for a gradual increase. Works best when you can automate your gameplay with some sort of pre-recorded demo, to catch the cases that don't come up when your player is simply standing in a meadow or what have you. -Megan Fox > On a PC, I imagine there are similar functions to return the amount of > memory allocated by a particular process. |