I am looking to put something in my code so that I can force a Massif snapshot at certain points of its execution, for example in a server to dump out a massif snapshot to file between requests to see if I am holding onto a lot of memory between requests. I have not been able to spot a way whether it be macro or library call to force it to dump out a snapshot at that point is there anyway to do this?
Thanks