Advertisement
MagicAndre1981

trace Slow DWM with xperf

Feb 3rd, 2015
316
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. Install the Windows Performance Toolkit (http://social.technet.microsoft.com/wiki/contents/articles/4847.install-the-windows-performance-toolkit-wpt.aspx), open the command prompt with admin rights.
  2.  
  3. Now run this command to capture the slowness issue for 30s:
  4.  
  5. "C:\Program Files (x86)\Windows Kits\8.1\Windows Performance Toolkit\xperf.exe" -start PERFSCENARIOS!DWMProfile && timeout -1 && xperf -stop PERFSCENARIOS!DWMProfile C:\DWMTrace.etl
  6.  
  7. Now close DWM and do some operations which are now faster. Go to the cmd, press a key to stop the logging.
  8.  
  9. Compress the C:\DWMTrace.etl as 7z/RAR (to reduce the size), upload it (Onedrive, dropbox) and paste a link here.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement