Windows 10: DPC/ISR latency

Discus and support DPC/ISR latency in Windows 10 Drivers and Hardware to solve the problem; OS: Windows 10 Pro 20H2Mainboard: Gigabyte Aorus B450 mBIOS: F61c latest bios Standard BIOS settings- C-states are deactivatedCustom Build from January... Discussion in 'Windows 10 Drivers and Hardware' started by JustinB321132, Jun 24, 2021.

  1. DPC/ISR latency


    OS: Windows 10 Pro 20H2Mainboard: Gigabyte Aorus B450 mBIOS: F61c latest bios Standard BIOS settings- C-states are deactivatedCustom Build from January 2020Hello,I have a problem with DPC/ISR latency. Sometimes windows open/close slow and intensive processes fail and cause "page fault". When I record my performance with the Windows Performance Recorder and check the result with the Windows Performance Analyzer, I see that some drivers spike.I have had the problem for months and now I have decided to try finding a solution because it is starting to bother me. I enabled the administrator use

    :)
     
    JustinB321132, Jun 24, 2021
    #1
  2. Macl64 Win User

    High DPC/ ISR Latency

    Hello community,

    So by way of background, for a while now I have experienced issues regarding audio crackles and pops. This primarily occurs when using Cubase 9.5 but also exists outside of the software too, occasionally. After searching for solutions, I came across LatencyMon
    and decided to start testing (the results of which can be found below). I should add that when trying it for the past few days, I have noticed that the 'Highest measured interrupt to process latency' changes between HDAudBus.sys and Wdf01000.sys.

    Steps I have taken so far:

    1) The first thing I did was simply to plug out all of the USB devices that were inserted in my computer one by one. One potentially notable piece of information is that I switched audio interface very recently - from the Focusrite 2i2 to the Audient iD4.
    However, I experienced these issues with my last audio interface too. This step produced no differences.

    2) I then, through device manager, disabled a huge variety of drivers one by one to see if there was a particular driver causing the issue. This primarily included network, audio and USB drivers. This step produced no differences.

    3) Following this I downloaded Driver Booster and tried to update all outdated drives, of which there were many. This step produced no differences.

    Pretty sure there were a few other minor things I have tried too such as disabling WiFi, antivirus and more. All produced no result.

    More than happy to provide more details if necessary. Any help is greatly appreciated.

    LatencyMon:

    Code:
    _________________________________________________________________________________________________________CONCLUSION_________________________________________________________________________________________________________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. One or more DPC routines that belong to a driver running in
     your system appear to be executing for too long. One problem may be related to power management, disable CPU throttling settings in Control Panel and BIOS setup. Check for BIOS updates. LatencyMon has been analyzing your system for  0:04:26  (h:mm:ss) on all processors._________________________________________________________________________________________________________SYSTEM INFORMATION_________________________________________________________________________________________________________Computer name:                                        DESKTOP-9TGICJAOS version:                                           Windows 10 , 10.0, build: 17134 (x64)Hardware:                                             N552VX, ASUSTeK COMPUTER INC.CPU:                                                  GenuineIntel Intel(R) Core(TM) i5-6300HQ CPU @ 2.30GHzLogical processors:                                   4Processor groups:                                     1RAM:                                                  12156 MB total_________________________________________________________________________________________________________CPU SPEED_________________________________________________________________________________________________________Reported CPU speed:                                   2304 MHzNote: reported execution times may be calculated based on a fixed reported CPU speed. Disable variable speed settings like Intel Speed Step and AMD Cool N Quiet in the BIOS setup for more accurate results._________________________________________________________________________________________________________MEASURED INTERRUPT TO USER PROCESS LATENCIES_________________________________________________________________________________________________________The interrupt to process latency reflects the measured interval that a usermode process needed to respond to a hardware request from the moment the interrupt service routine started execution. This includes the scheduling and execution
     of a DPC routine, the signaling of an event and the waking up of a usermode thread from an idle wait state in response to that event.Highest measured interrupt to process latency (µs):   2250.220222Average measured interrupt to process latency (µs):   5.684522Highest measured interrupt to DPC latency (µs):       2190.220275Average measured interrupt to DPC latency (µs):       2.232872_________________________________________________________________________________________________________ REPORTED ISRs_________________________________________________________________________________________________________Interrupt service routines are routines installed by the OS and device drivers that execute in response to a hardware interrupt signal.Highest ISR routine execution time (µs):              149.830729Driver with highest ISR routine execution time:       HDAudBus.sys - High Definition Audio Bus Driver, Microsoft CorporationHighest reported total ISR routine time (%):          0.021921Driver with highest ISR total time:                   Wdf01000.sys - Kernel Mode Driver Framework Runtime, Microsoft CorporationTotal time spent in ISRs (%)                          0.023631ISR count (execution time <250 µs):                   82832ISR count (execution time 250-500 µs):                0ISR count (execution time 500-999 µs):                0ISR count (execution time 1000-1999 µs):              0ISR count (execution time 2000-3999 µs):              0ISR count (execution time >=4000 µs):                 0_________________________________________________________________________________________________________REPORTED DPCs_________________________________________________________________________________________________________DPC routines are part of the interrupt servicing dispatch mechanism and disable the possibility for a process to utilize the CPU while it is interrupted until the DPC has finished execution.Highest DPC routine execution time (µs):              1638.547743Driver with highest DPC routine execution time:       Wdf01000.sys - Kernel Mode Driver Framework Runtime, Microsoft CorporationHighest reported total DPC routine time (%):          0.562742Driver with highest DPC total execution time:         Wdf01000.sys - Kernel Mode Driver Framework Runtime, Microsoft CorporationTotal time spent in DPCs (%)                          0.710236DPC count (execution time <250 µs):                   944181DPC count (execution time 250-500 µs):                0DPC count (execution time 500-999 µs):                162DPC count (execution time 1000-1999 µs):              4DPC count (execution time 2000-3999 µs):              0DPC count (execution time >=4000 µs):                 0_________________________________________________________________________________________________________ REPORTED HARD PAGEFAULTS_________________________________________________________________________________________________________Hard pagefaults are events that get triggered by making use of virtual memory that is not resident in RAM but backed by a memory mapped file on disk. The process of resolving the hard pagefault requires reading in the memory from
     disk while the process is interrupted and blocked from execution.NOTE: some processes were hit by hard pagefaults. If these were programs producing audio, they are likely to interrupt the audio stream resulting in dropouts, clicks and pops. Check the Processes tab to see which programs were
     hit.Process with highest pagefault count:                 winword.exeTotal number of hard pagefaults                       643Hard pagefault count of hardest hit process:          323Number of processes hit:                              18_________________________________________________________________________________________________________ PER CPU DATA_________________________________________________________________________________________________________CPU 0 Interrupt cycle time (s):                       17.051465CPU 0 ISR highest execution time (µs):                149.830729CPU 0 ISR total execution time (s):                   0.251434CPU 0 ISR count:                                      82832CPU 0 DPC highest execution time (µs):                1638.547743CPU 0 DPC total execution time (s):                   7.498538CPU 0 DPC count:                                      938734_________________________________________________________________________________________________________CPU 1 Interrupt cycle time (s):                       6.104686CPU 1 ISR highest execution time (µs):                0.0CPU 1 ISR total execution time (s):                   0.0CPU 1 ISR count:                                      0CPU 1 DPC highest execution time (µs):                227.875868CPU 1 DPC total execution time (s):                   0.026960CPU 1 DPC count:                                      2310_________________________________________________________________________________________________________CPU 2 Interrupt cycle time (s):                       5.310433CPU 2 ISR highest execution time (µs):                0.0CPU 2 ISR total execution time (s):                   0.0CPU 2 ISR count:                                      0CPU 2 DPC highest execution time (µs):                203.476563CPU 2 DPC total execution time (s):                   0.009951CPU 2 DPC count:                                      1081_________________________________________________________________________________________________________CPU 3 Interrupt cycle time (s):                       5.152465CPU 3 ISR highest execution time (µs):                0.0CPU 3 ISR total execution time (s):                   0.0CPU 3 ISR count:                                      0CPU 3 DPC highest execution time (µs):                279.683160CPU 3 DPC total execution time (s):                   0.021462CPU 3 DPC count:                                      2222_________________________________________________________________________________________________________
     
    Macl64, Jun 24, 2021
    #2
  3. Another High Latency Thread / High ISR & DPC

    Hello!

    The issue:

    So, as the thread subject suggests, I'm having some serious hardware latency issues with my graphics and audio kernels. The problem manifests as pops and clicks in audio, usually accompanied with a massive drop in overall PC responsiveness--it's gotten to
    the point of taking in excess of 10 seconds to even update my mouse position--or if the responsiveness is low enough, my computer just shuts off altogether. The popping and cracking happens even after a fresh boot with nothing open but a tab on YouTube. It
    seems to occur more with web browsers open while gaming, and notably less with no browsers open. ( Yes, they are all up to date. I typically use FireFox, but I've been poking at Chrome to see how things run with it, and the issue does indeed still persist.
    ) The issue is realized while playing World of Warcraft as a significant frame rate drop. I usually hang around 80-100 FPS doing nothing, and have dropped to less than 1 FPS--sounds impossible, but believe me....it is. Interestingly enough, if I simply reload
    my user interface in game, it sometimes goes away until a further reload or enough time passes. I've had this issue for over a year now, and it's only gotten worse as time has passed, and it's beginning to become detrimental to even being able to use my computer
    for less C/GPU intensive tasks. That said, here are my stats.

    Computer name: DESKTOP-NRNR1U1

    OS version: Windows 10 , 10.0, build: 17763 (x64)

    Hardware: MS-7850, MSI, Z97 PC Mate(MS-7850)

    CPU: GenuineIntel Intel(R) Core(TM) i5-4460 CPU @ 3.20GHz

    GPU: NVIDIA Geforce GTX 970

    Logical processors: 4

    Processor groups: 1

    RAM: 16332 MB total

    What I've tried:

    I've sifted through over half a decade of posts regarding related issues and from what I can see it's basically a trial and error process for figuring out what's the root cause. I've followed most of the instructions posted in threads here and elsewhere
    to no avail. I've uninstalled and reinstalled all of my audio and video drivers, disabled advanced features on those drivers, turned off NVIDIA enhancements to sound, rolled back the very same
    drivers, disabled physical ports not in use--e.g. some USB ports, extra a/v lines in/out--disabled all real-time applications running, updated literally everything from BIOS to Windows itself
    .
    Nothing
    has worked and the error persists. Any push in the right direction would be greatly appreciated.

    LatencyMon Dump:

    Below are the results from LatencyMon.

    MEASURED INTERRUPT TO USER PROCESS LATENCIES

    _________________________________________________________________________________________________________

    The interrupt to process latency reflects the measured interval that a usermode process needed to respond to a hardware request from the moment the interrupt service routine started execution. This includes the scheduling and execution of a DPC routine,
    the signaling of an event and the waking up of a usermode thread from an idle wait state in response to that event.






    Highest measured interrupt to process latency (µs): 14340.80

    Average measured interrupt to process latency (µs): 5.417743





    Highest measured interrupt to DPC latency (µs): 14335.20

    Average measured interrupt to DPC latency (µs): 1.592265









    _________________________________________________________________________________________________________

    REPORTED ISRs

    _________________________________________________________________________________________________________

    Interrupt service routines are routines installed by the OS and device drivers that execute in response to a hardware interrupt signal.





    Highest ISR routine execution time (µs): 10012.01750

    Driver with highest ISR routine execution time: dxgkrnl.sys - DirectX Graphics Kernel, Microsoft Corporation





    Highest reported total ISR routine time (%): 0.464963

    Driver with highest ISR total time: dxgkrnl.sys - DirectX Graphics Kernel, Microsoft Corporation





    Total time spent in ISRs (%) 0.583767





    ISR count (execution time <250 µs): 1258484

    ISR count (execution time 250-500 µs): 0

    ISR count (execution time 500-999 µs): 354

    ISR count (execution time 1000-1999 µs): 511

    ISR count (execution time 2000-3999 µs): 1187

    ISR count (execution time >=4000 µs): 0









    _________________________________________________________________________________________________________

    REPORTED DPCs

    _________________________________________________________________________________________________________

    DPC routines are part of the interrupt servicing dispatch mechanism and disable the possibility for a process to utilize the CPU while it is interrupted until the DPC has finished execution.





    Highest DPC routine execution time (µs): 17283.671250

    Driver with highest DPC routine execution time: nvlddmkm.sys - NVIDIA Windows Kernel Mode Driver, Version 419.35 , NVIDIA Corporation





    Highest reported total DPC routine time (%): 0.216383

    Driver with highest DPC total execution time: dxgkrnl.sys - DirectX Graphics Kernel, Microsoft Corporation





    Total time spent in DPCs (%) 0.554121





    DPC count (execution time <250 µs): 3810173

    DPC count (execution time 250-500 µs): 0

    DPC count (execution time 500-999 µs): 565

    DPC count (execution time 1000-1999 µs): 81

    DPC count (execution time 2000-3999 µs): 517

    DPC count (execution time >=4000 µs): 0









    _________________________________________________________________________________________________________

    REPORTED HARD PAGEFAULTS

    _________________________________________________________________________________________________________

    Hard pagefaults are events that get triggered by making use of virtual memory that is not resident in RAM but backed by a memory mapped file on disk. The process of resolving the hard pagefault requires reading in the memory from disk while the process
    is interrupted and blocked from execution.






    NOTE: some processes were hit by hard pagefaults. If these were programs producing audio, they are likely to interrupt the audio stream resulting in dropouts, clicks and pops. Check the Processes tab to see which programs were hit.





    Process with highest pagefault count: system





    Total number of hard pagefaults 16454

    Hard pagefault count of hardest hit process: 8248

    Number of processes hit: 94









    _________________________________________________________________________________________________________

    PER CPU DATA

    _________________________________________________________________________________________________________

    CPU 0 Interrupt cycle time (s): 66.984845

    CPU 0 ISR highest execution time (µs): 10012.01750

    CPU 0 ISR total execution time (s): 21.322807

    CPU 0 ISR count: 1201137

    CPU 0 DPC highest execution time (µs): 17283.671250

    CPU 0 DPC total execution time (s): 18.901094

    CPU 0 DPC count: 3526731

    _________________________________________________________________________________________________________

    CPU 1 Interrupt cycle time (s): 17.843233

    CPU 1 ISR highest execution time (µs): 7667.93750

    CPU 1 ISR total execution time (s): 1.550123

    CPU 1 ISR count: 55937

    CPU 1 DPC highest execution time (µs): 4938.701250

    CPU 1 DPC total execution time (s): 1.649164

    CPU 1 DPC count: 137761

    _________________________________________________________________________________________________________

    CPU 2 Interrupt cycle time (s): 13.564233

    CPU 2 ISR highest execution time (µs): 3711.1450

    CPU 2 ISR total execution time (s): 0.149511

    CPU 2 ISR count: 3340

    CPU 2 DPC highest execution time (µs): 5009.251250

    CPU 2 DPC total execution time (s): 0.70990

    CPU 2 DPC count: 78497

    _________________________________________________________________________________________________________

    CPU 3 Interrupt cycle time (s): 12.177555

    CPU 3 ISR highest execution time (µs): 1027.076250

    CPU 3 ISR total execution time (s): 0.002039

    CPU 3 ISR count: 347

    CPU 3 DPC highest execution time (µs): 3099.746250

    CPU 3 DPC total execution time (s): 0.595057

    CPU 3 DPC count: 68445
     
    Doryan Miller, Jun 24, 2021
    #3
  4. DPC/ISR latency

    DPC latency fixes?

    Over the last 3 weeks or so I've been having audio cracking and a sort of lag on screen for about a second or so, and this occurs every couple of minutes or so, is there any fixes to this issue? I've run LatencyMon and here's my results.

    _________________________________________________________________________________________________________

    CONCLUSION

    _________________________________________________________________________________________________________

    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. One or more DPC routines that belong to a driver running in your system appear to be
    executing for too long. One problem may be related to power management, disable CPU throttling settings in Control Panel and BIOS setup. Check for BIOS updates.

    LatencyMon has been analyzing your system for 0:06:37 (h:mm:ss) on all processors.

    _________________________________________________________________________________________________________

    SYSTEM INFORMATION

    _________________________________________________________________________________________________________

    Computer name: DESKTOP-8DUG32T

    OS version: Windows 10 , 10.0, build: 18363 (x64)

    Hardware: Inspiron 15 7000 Gaming, Dell Inc., 065C71

    CPU: GenuineIntel Intel(R) Core(TM) i7-7700HQ CPU @ 2.80GHz

    Logical processors: 8

    Processor groups: 1

    RAM: 16250 MB total

    _________________________________________________________________________________________________________

    CPU SPEED

    _________________________________________________________________________________________________________

    Reported CPU speed: 2808 MHz

    Note: reported execution times may be calculated based on a fixed reported CPU speed. Disable variable speed settings like Intel Speed Step and AMD Cool N Quiet in the BIOS setup for more accurate results.

    WARNING: the CPU speed that was measured is only a fraction of the CPU speed reported. Your CPUs may be throttled back due to variable speed settings and thermal issues. It is suggested that you run a utility which reports your actual CPU frequency and temperature.

    _________________________________________________________________________________________________________

    MEASURED INTERRUPT TO USER PROCESS LATENCIES

    _________________________________________________________________________________________________________

    The interrupt to process latency reflects the measured interval that a usermode process needed to respond to a hardware request from the moment the interrupt service routine started execution. This includes the scheduling and execution of a DPC routine,
    the signaling of an event and the waking up of a usermode thread from an idle wait state in response to that event.

    Highest measured interrupt to process latency (µs): 22650.50

    Average measured interrupt to process latency (µs): 4.664887

    Highest measured interrupt to DPC latency (µs): 22643.90

    Average measured interrupt to DPC latency (µs): 1.527655

    _________________________________________________________________________________________________________

    REPORTED ISRs

    _________________________________________________________________________________________________________

    Interrupt service routines are routines installed by the OS and device drivers that execute in response to a hardware interrupt signal.

    Highest ISR routine execution time (µs): 300.815171

    Driver with highest ISR routine execution time: ACPI.sys - ACPI Driver for NT, Microsoft Corporation

    Highest reported total ISR routine time (%): 0.004493

    Driver with highest ISR total time: Wdf01000.sys - Kernel Mode Driver Framework Runtime, Microsoft Corporation

    Total time spent in ISRs (%) 0.008167

    ISR count (execution time <250 µs): 69601

    ISR count (execution time 250-500 µs): 0

    ISR count (execution time 500-999 µs): 1

    ISR count (execution time 1000-1999 µs): 0

    ISR count (execution time 2000-3999 µs): 0

    ISR count (execution time >=4000 µs): 0

    _________________________________________________________________________________________________________

    REPORTED DPCs

    _________________________________________________________________________________________________________

    DPC routines are part of the interrupt servicing dispatch mechanism and disable the possibility for a process to utilize the CPU while it is interrupted until the DPC has finished execution.

    Highest DPC routine execution time (µs): 22642.218661

    Driver with highest DPC routine execution time: DDDriver64Dcsa.sys - Dell Diags Universal Device Driver, Dell Inc.

    Highest reported total DPC routine time (%): 0.068610

    Driver with highest DPC total execution time: Wdf01000.sys - Kernel Mode Driver Framework Runtime, Microsoft Corporation

    Total time spent in DPCs (%) 0.160212

    DPC count (execution time <250 µs): 889230

    DPC count (execution time 250-500 µs): 0

    DPC count (execution time 500-999 µs): 829

    DPC count (execution time 1000-1999 µs): 117

    DPC count (execution time 2000-3999 µs): 0

    DPC count (execution time >=4000 µs): 0

    _________________________________________________________________________________________________________

    REPORTED HARD PAGEFAULTS

    _________________________________________________________________________________________________________

    Hard pagefaults are events that get triggered by making use of virtual memory that is not resident in RAM but backed by a memory mapped file on disk. The process of resolving the hard pagefault requires reading in the memory from disk while the process is
    interrupted and blocked from execution.

    NOTE: some processes were hit by hard pagefaults. If these were programs producing audio, they are likely to interrupt the audio stream resulting in dropouts, clicks and pops. Check the Processes tab to see which programs were hit.

    Process with highest pagefault count: taskhostw.exe

    Total number of hard pagefaults 1451

    Hard pagefault count of hardest hit process: 524

    Number of processes hit: 26

    _________________________________________________________________________________________________________

    PER CPU DATA

    _________________________________________________________________________________________________________

    CPU 0 Interrupt cycle time (s): 19.342088

    CPU 0 ISR highest execution time (µs): 300.815171

    CPU 0 ISR total execution time (s): 0.255173

    CPU 0 ISR count: 68383

    CPU 0 DPC highest execution time (µs): 22642.218661

    CPU 0 DPC total execution time (s): 4.688022

    CPU 0 DPC count: 849595

    _________________________________________________________________________________________________________

    CPU 1 Interrupt cycle time (s): 11.634505

    CPU 1 ISR highest execution time (µs): 57.398860

    CPU 1 ISR total execution time (s): 0.003583

    CPU 1 ISR count: 1200

    CPU 1 DPC highest execution time (µs): 503.543091

    CPU 1 DPC total execution time (s): 0.135005

    CPU 1 DPC count: 7227

    _________________________________________________________________________________________________________

    CPU 2 Interrupt cycle time (s): 11.290806

    CPU 2 ISR highest execution time (µs): 57.811966

    CPU 2 ISR total execution time (s): 0.000640

    CPU 2 ISR count: 19

    CPU 2 DPC highest execution time (µs): 736.399929

    CPU 2 DPC total execution time (s): 0.085352

    CPU 2 DPC count: 10417

    _________________________________________________________________________________________________________

    CPU 3 Interrupt cycle time (s): 14.683743

    CPU 3 ISR highest execution time (µs): 0.0

    CPU 3 ISR total execution time (s): 0.0

    CPU 3 ISR count: 0

    CPU 3 DPC highest execution time (µs): 182.158120

    CPU 3 DPC total execution time (s): 0.023173

    CPU 3 DPC count: 3533

    _________________________________________________________________________________________________________

    CPU 4 Interrupt cycle time (s): 11.120855

    CPU 4 ISR highest execution time (µs): 0.0

    CPU 4 ISR total execution time (s): 0.0

    CPU 4 ISR count: 0

    CPU 4 DPC highest execution time (µs): 531.179131

    CPU 4 DPC total execution time (s): 0.055886

    CPU 4 DPC count: 7139

    _________________________________________________________________________________________________________

    CPU 5 Interrupt cycle time (s): 14.322360

    CPU 5 ISR highest execution time (µs): 0.0

    CPU 5 ISR total execution time (s): 0.0

    CPU 5 ISR count: 0

    CPU 5 DPC highest execution time (µs): 240.635684

    CPU 5 DPC total execution time (s): 0.020023

    CPU 5 DPC count: 2435

    _________________________________________________________________________________________________________

    CPU 6 Interrupt cycle time (s): 10.206137

    CPU 6 ISR highest execution time (µs): 0.0

    CPU 6 ISR total execution time (s): 0.0

    CPU 6 ISR count: 0

    CPU 6 DPC highest execution time (µs): 367.273504

    CPU 6 DPC total execution time (s): 0.059569

    CPU 6 DPC count: 7343

    _________________________________________________________________________________________________________

    CPU 7 Interrupt cycle time (s): 12.767317

    CPU 7 ISR highest execution time (µs): 0.0

    CPU 7 ISR total execution time (s): 0.0

    CPU 7 ISR count: 0

    CPU 7 DPC highest execution time (µs): 175.404558

    CPU 7 DPC total execution time (s): 0.021495

    CPU 7 DPC count: 2499

    _________________________________________________________________________________________________________
     
    Brendenfanning, Jun 24, 2021
    #4
Thema:

DPC/ISR latency

Loading...
  1. DPC/ISR latency - Similar Threads - DPC ISR latency

  2. WPA - Dpc/isr - Ntoskrnl.exe & acpi.sys

    in Windows 10 Drivers and Hardware
    WPA - Dpc/isr - Ntoskrnl.exe & acpi.sys: Hi, can anybody help me please with Windows Performance anayzer results please, I have had an issue on my laptop for the best part of 2 years and I have never been able to fix it. each time I open the laptop I have another go at fixing it and just get lost in the amount of...
  3. WPA - Dpc/isr - Ntoskrnl.exe & acpi.sys

    in Windows 10 Gaming
    WPA - Dpc/isr - Ntoskrnl.exe & acpi.sys: Hi, can anybody help me please with Windows Performance anayzer results please, I have had an issue on my laptop for the best part of 2 years and I have never been able to fix it. each time I open the laptop I have another go at fixing it and just get lost in the amount of...
  4. WPA - Dpc/isr - Ntoskrnl.exe & acpi.sys

    in Windows 10 Software and Apps
    WPA - Dpc/isr - Ntoskrnl.exe & acpi.sys: Hi, can anybody help me please with Windows Performance anayzer results please, I have had an issue on my laptop for the best part of 2 years and I have never been able to fix it. each time I open the laptop I have another go at fixing it and just get lost in the amount of...
  5. Dpc latency

    in Windows 10 Ask Insider
    Dpc latency: Hi Guys, For a while now I've had popping and clicking from my headset and crackling when in games. I downloaded Latencymon and found that if I disable one of my drives ( I've 2 ssd and a hdd) the latency stays green. I've done this for over an hour twice with the hdd...
  6. Windows 10 v1903 - ntoskrnl.exe & ISR/DPC latency spikes

    in Windows 10 BSOD Crashes and Debugging
    Windows 10 v1903 - ntoskrnl.exe & ISR/DPC latency spikes: Hi, After updating to 1903 LatencyMon associates ntoskrnl.exe with large latency spikes on the order of ~1,300µs. Same results with KB4497935. I posted here too as I thought it could be related to the GPU driver:...
  7. Another High Latency Thread / High ISR & DPC

    in Windows 10 Drivers and Hardware
    Another High Latency Thread / High ISR & DPC: Hello! The issue: So, as the thread subject suggests, I'm having some serious hardware latency issues with my graphics and audio kernels. The problem manifests as pops and clicks in audio, usually accompanied with a massive drop in overall PC responsiveness--it's gotten...
  8. High DPC/ ISR Latency

    in Windows 10 BSOD Crashes and Debugging
    High DPC/ ISR Latency: Hello community, So by way of background, for a while now I have experienced issues regarding audio crackles and pops. This primarily occurs when using Cubase 9.5 but also exists outside of the software too, occasionally. After searching for solutions, I came across...
  9. DPC latency tests. High latency?

    in Windows 10 Drivers and Hardware
    DPC latency tests. High latency?: Hello *Smile I have done some latency tests on my computer after I began to get some audio popping in my headphones. I have had this problem for a few months now. I cant seem to understand if my results are okay or not, which is why Im asking you. No games was running while...
  10. Terrible DPC Latency

    in Windows 10 Drivers and Hardware
    Terrible DPC Latency: Hey guys, I am using an Acer VN7 791G gaming notebook with: - Core i5 4210M - GTX 860M - 8 gigs of ddr3 - no ssd - win10 64 My problems: - Mild slowness in general. - Constant delay of audio when playing videos, both streams and downloaded videos, movies etc....