Debugging Tools for Windows |
Use the following commands to analyze UMDH logs that were created by running UMDH with the syntax described in Analyze a Running Process. This analysis focuses on allocations, instead of stack traces.
You can analyze a single log file or compare logs from different runs to detect the changes in the program or driver's memory dump allocations over time.
UMDH creates log files when you run it in the analyze a running process mode and save the log content in a text file (-f).
When you specify one log file, UMDH analyzes the file and displays the function calls in each trace in descending order of bytes allocated.
When you specify two log files, UMDH compares the files and displays in descending order the function calls whose allocations have grown the most between the two trials.
umdh -d -v dump.txt
umdh dump1.txt dump2.txt