Latency issue on new pc

0

DPC latency checker shows latency:

enter image description here

Is this a hardware problem somewhere?

msinfo32 shows IRQs Ok.

I am using win10x64.

Paul07

Posted 2017-06-24T13:11:21.347

Reputation: 1

2

It looks like you have created a second account, which will also interfere with your ability to comment within your thread and to accept an answer. See How can one link/merge/combine/associate two accounts/users? and/or I accidentally created two accounts; how do I merge them? for guidance on how to merge your accounts.

– DavidPostill – 2017-06-24T13:17:50.883

Did you try to disable devices like described in the manual? http://www.thesycon.de/eng/latency_check.shtml did you try to alter powermode settings of OS and Bios?

– eckes – 2017-06-24T13:39:56.713

Yes I did.But powermode..how to do that.Everythings set to default – Paul07 – 2017-06-24T14:22:13.487

Install the WPT (part of the Win10 SDK: https://developer.microsoft.com/en-us/windows/downloads/windows-10-sdk), open a cmd.exe as admin, run the following command: wpr.exe -start CPU && timeout -1 && wpr.exe -stop C:\DPCusage.etl. wait for 60s of the DPC issues, go back to cmd, press a key to stop tracing. zip the DPCusage.etl and share the zip

– magicandre1981 – 2017-06-24T17:22:40.777

Wow, is that thing saying it takes 1000 uS to execute a deferred procedure call scheduled from an interrupt handler? That seems like a very long time. Or does DPC mean something else here? – psusi – 2017-06-25T01:17:13.353

have you captured the trace? otherwise we can't help you – magicandre1981 – 2017-06-27T15:41:49.190

No answers