
Originally Posted by
makar1
LatencyMon is only used to investigate small glitches like pops and crackles. Your issues seem more severe, and the report you linked looks ok latency wise.
I wouldn't say that - the first line of that report is pretty clear nonetheless :

Originally Posted by
LatencyMon
Your system appears to be having trouble handling real-time audio and other tasks. You are likely to experience buffer underruns appearing as drop outs, clicks or pops.
The big spikes are not all the 19ms highest measured interrupt call's fault, whose cause is unidentified in the report and is probably worth looking into at some point.
Code:
(Highest measured interrupt to process latency (µs): 19059.096835)
Indeed, the usual suspect Mr Networking is pretty quiet below half a ms
Code:
(Highest DPC routine execution time (µs): 507.023272
Driver with highest DPC routine execution time: ndis.sys - NDIS 6.20 driver, Microsoft Corporation)
This is much more interesting though, some noticeable HDD thrashing :
Code:
Process with highest pagefault count: msmpeng.exe
Total number of hard pagefaults 2141
Hard pagefault count of hardest hit process: 2011
Highest hard pagefault resolution time (µs): 188397.940566
Total time spent in hard pagefaults (%): 1.307646
Number of processes hit: 4
That'll amount to a 188ms long hdd hit.
msmpeng.exe is part of Windows Defender. Try shutting that off.
That won't cure it all though, but it's worth a start. I tried making my i5 laptop run to numbers like yours by switching to a balanced power profile, keeping stuff opened and playing a set in traktor and I'm only getting minor glitches, but still can't match that long kind of pagefault.
You might wanna monitor during a set, with a process explorer window tucked to the side. I'd also throw dpclat in the mix, you might see a pattern there.
Bookmarks