vote up 1 vote down star

Let's put Heisenberg aside for a brief moment.

How would I go about to, from within my own process, monitor how much memory this process is using?

(I might have under-specified the question on purpose, dreaming of creative answers...)

flag

2 Answers

vote up 5 vote down check

Quassnoi is correct - but it also might be worth checking our this question:

How to determine CPU and memory consumption from inside a process which includes code examples

link|flag
vote up 2 vote down

Use GetProcessMemoryInfo()

WorkingSetSize in PROCESS_MEMORY_COUNTERS_EX seems to be what you want.

link|flag
Would have been great - outside of Windows Mobile (where I operate). Thanks, for the tip, though. – Johann Gerell Jan 26 at 0:15

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.