I'm using the "Process Explorer" from sysinternals to monitor the memory consumption of a specific process over time. This is quite helpful for the first step.
For I a deeper analysis I would like to save the curves of the "performance graph" (called private bytes) to a txt-file. Is there any how I can handle that task?

Or is another program with which I can get this functionality?
Thank you