-
Recent Posts
Categories
- AltDevBlogADay
- Bugs
- Chromium
- Code analysis
- Code Reliability
- Commuting
- Computers and Internet
- Debugging
- Documentation
- Drinks
- Environment
- Floating Point
- Fractals
- Fun
- Gaming
- Investigative Reporting
- Linux
- Math
- memory
- Performance
- Programming
- Quadratic
- Rants
- Security
- Symbols
- Travel
- uiforetw
- Uncategorized
- Unicycling
- Visual Studio
- WLPG
- Xbox 360
- xperf
Follow me on Twitter
My TweetsMeta
Tag Archives: wait analysis
What is Windows *doing* while hogging that lock
Earlier this month I wrote about how Windows 10 holds a lock during too much of process destruction, which both serializes this task and causes mouse-cursor hitches and UI hangs (because the same lock is used for these UI tasks). … Continue reading
Posted in Investigative Reporting, uiforetw, xperf
Tagged UI hangs, wait analysis, WIndows 10
12 Comments
24-core CPU and I can’t move my mouse
This story begins, as they so often do, when I noticed that my machine was behaving poorly. My Windows 10 work machine has 24 cores (48 hyper-threads) and they were 50% idle. It has 64 GB of RAM and that … Continue reading
Posted in Investigative Reporting, uiforetw, xperf
Tagged UI hangs, wait analysis, WIndows 10
209 Comments
Xperf Wait Analysis–Finding Idle Time
The Windows Performance Toolkit, also known as xperf, is a powerful (and free!) system-wide Windows profiler. In the past I’ve talked about using xperf to identify slowdowns in PowerPoint (tutorial version is here) by using xperf’s built-in sampling profiler, but … Continue reading
Posted in AltDevBlogADay, Investigative Reporting, Performance, Programming, xperf
Tagged glitches, hangs, idle time, inputprocessdelay, summary tables, visual studio, wait analysis, xperf
46 Comments