windbg - Comparing two dump files for report on objects with highest growth -
for debugging managed applications if have 2 dump files, there anyway compare these 2 file? thinking scenario of memory leaks , if take process snapshots @ different time, wondering if there anyways of automatically comparing files , type of report on object has largest growth in count and/or size. know can generate these type of reports via ant memory profiler looking free tools/scripts purpose.
can use !dumpheap -stat
, compare results using powershell script?
Comments
Post a Comment