Windows 10: Something causing high DPC (User process and at times a driver)

Discus and support Something causing high DPC (User process and at times a driver) in Windows 10 Drivers and Hardware to solve the problem; Have noticed that i seem to get sky high DPC at soem occasions. I haven't really suffered from anything before, but recently i had some audio glitches... Discussion in 'Windows 10 Drivers and Hardware' started by zerowalker, Feb 25, 2016.

  1. Something causing high DPC (User process and at times a driver)


    Have noticed that i seem to get sky high DPC at soem occasions.
    I haven't really suffered from anything before, but recently i had some audio glitches which i haven't been able to reproduce.
    As i have overclocked recently with offset voltage i though that might be the cause, however as said i cannot reproduce the audio glitch, might have been something interfering (it was huge glitch though, though it was gonna crash, happened like 2-3 times).

    Anyhow, i have tried non-OC as well, but looking at my DPC it seems that it always gets high for some reason.

    Especially the User process. Driver has become high, but hasn't confirmed that without OC (it's a bit rarer, and i think it's USB driver, though no idea why).


    Something causing high DPC (User process and at times a driver) [​IMG]


    This is with no overclock, just the default BIOS settings, with only some stuff disabled (USB 3.0, etc, and HDD set to AHCI).

    :)
     
    zerowalker, Feb 25, 2016
    #1

  2. Wdf01000.sys Latency - Windows 10

    ***Update***

    I have removed the interface from the equation and Ableton live 9 for the past week. I am now only trying basics tasks like play audio from iTunes and have the browser open. However I am still experiencing latency from the same driver as well as some other
    Microsoft drivers.

    _________________________________________________________________________________________________________

    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): 573.955628

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

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

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

    _________________________________________________________________________________________________________

    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): 13956.344495

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

    Highest reported total ISR routine time (%): 0.016099

    Driver with highest ISR total time: ataport.SYS - ATAPI Driver Extension, Microsoft Corporation

    Total time spent in ISRs (%) 0.046577

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

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

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

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

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

    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): 4336.411463

    Driver with highest DPC routine execution time: ataport.SYS - ATAPI Driver Extension, Microsoft Corporation

    Highest reported total DPC routine time (%): 0.227243

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

    Total time spent in DPCs (%) 0.695677

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

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

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

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

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

    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.

    Process with highest pagefault count: none

    Total number of hard pagefaults 0

    Hard pagefault count of hardest hit process: 0

    Highest hard pagefault resolution time (µs): 0.0

    Total time spent in hard pagefaults (%): 0.0

    Number of processes hit: 0
     
    Playdisgame, Feb 25, 2016
    #2
  3. Wdf01000.sys Latency - Windows 10

    Here is what is reported to me while I am using Ableton Live 9 and I am using a MOTU mk3 hybrid interface. I am able to monitor the output audio and the interface is not detecting the audio interruptions which tells me the interruptions happen between my
    interface and my computer. Also I have Windows 10 Pro if that changes anything. I only ran this test for 15 seconds and here are the 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): 2194.133612

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

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

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

    _________________________________________________________________________________________________________

    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): 16290.754148

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

    Highest reported total ISR routine time (%): 1.111090

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

    Total time spent in ISRs (%) 1.139980

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

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

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

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

    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): 99012.881448

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

    Highest reported total DPC routine time (%): 2.076374

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

    Total time spent in DPCs (%) 2.468677

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

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

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

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

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

    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.

    Process with highest pagefault count: none

    Total number of hard pagefaults 0

    Hard pagefault count of hardest hit process: 0

    Highest hard pagefault resolution time (µs): 0.0

    Total time spent in hard pagefaults (%): 0.0

    Number of processes hit: 0
     
    Playdisgame, Feb 25, 2016
    #3
  4. WHS
    whs Win User

    Something causing high DPC (User process and at times a driver)

    You are on the right track. High DPCs are usually driver problems.
     
  5. Well it seems to be overclock related.

    I noticed that Voltage Offset was the first thing to blame.

    I changed to Manual and it works, though it can still happen, though i can't trigger is like i always could with Voltage Offset.
    It's weird cause i never experienced this before, it was after i had to re-clock my overclock cause it wasn't stable,
    and when it was stable i have this issue, no idea how to fix it*Sad
     
    zerowalker, Apr 5, 2018
    #5
Thema:

Something causing high DPC (User process and at times a driver)

Loading...
  1. Something causing high DPC (User process and at times a driver) - Similar Threads - Something causing high

  2. Drivers not working properly, high IRS count, DPC count and execution time.

    in Windows 10 Software and Apps
    Drivers not working properly, high IRS count, DPC count and execution time.: I ran a latency checker and found out that many drivers are causing long execution times and have both very large ISR and DPC counts. I have tried reinstalling the drivers, reinstalling win11, disabling CPU throttling and I can't seem to figure out how to fix it. The reason i...
  3. High kernel or system processes causing extremely high latency

    in Windows 10 Gaming
    High kernel or system processes causing extremely high latency: Hi, I have been researching and testing different methods on this issue for quite some time with no avail. I get massive audio and input latency and I cant even tell what seems to cause it. The output of my latencymon...
  4. High kernel or system processes causing extremely high latency

    in Windows 10 Software and Apps
    High kernel or system processes causing extremely high latency: Hi, I have been researching and testing different methods on this issue for quite some time with no avail. I get massive audio and input latency and I cant even tell what seems to cause it. The output of my latencymon...
  5. High kernel or system processes causing extremely high latency

    in Windows 10 Network and Sharing
    High kernel or system processes causing extremely high latency: Hi, I have been researching and testing different methods on this issue for quite some time with no avail. I get massive audio and input latency and I cant even tell what seems to cause it. The output of my latencymon...
  6. Ndis.sys causing high dpc latency and stuttering

    in Windows 10 Drivers and Hardware
    Ndis.sys causing high dpc latency and stuttering: My Windows is completely up to date, though I was having this issue even before I updated it to the latest version a couple days ago. Used Latencymon to figure out what was going on and ndis.sys seemed to be the culprit, it recommended disabling the WLAN adapter but I kind of...
  7. High DPC latency causing audio pops

    in Windows 10 BSOD Crashes and Debugging
    High DPC latency causing audio pops: Since I bought my laptop I can hear random popping sounds while playing a Youtube video, it doesn't happen frequently so I decided to let it pass. Some days ago I decided to get to the root of the problem and I found it was due to a high DPC latency.I have updated my drivers...
  8. High DPC latency causing audio stutters

    in Windows 10 Drivers and Hardware
    High DPC latency causing audio stutters: Build: i5 8600k 4.5ghz. 1x sandisk 120gb ssd. (boot drive, clean install of windows and latest update.) 1x samsung 860 Evo 1TB ssd. Z370 HD3 Gigabyte Mobo. GTX 1080 ROG. 2x 2666mhz DDR4 Corsair ram. I've tried absolutely everything, disabling hpet, changing power...
  9. DPC Latency Caused by Many drivers.

    in Windows 10 Drivers and Hardware
    DPC Latency Caused by Many drivers.: This is a very frustrating issue, and ive tried looking everywhere for fixes but cant find any. Here is some information below and i would appreciate any help. It causes many audio issues and can virtually not listen to any sort of audio. [ATTACH] [ATTACH]...
  10. high dpc latency causing audio stuttering

    in Windows 10 Drivers and Hardware
    high dpc latency causing audio stuttering: i ran latencymon and did a trace, but am unsure how to procede 40843