Guest User

Untitled

a guest
Jun 27th, 2025
25
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.63 KB | None | 0 0
  1. _________________________________________________________________________________________________________
  2.  
  3. CONCLUSION
  4.  
  5. _________________________________________________________________________________________________________
  6.  
  7. 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. Also one or more ISR 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.
  8.  
  9. LatencyMon has been analyzing your system for 0:03:58 (h:mm:ss) on all processors.
  10.  
  11. _________________________________________________________________________________________________________
  12.  
  13. SYSTEM INFORMATION
  14.  
  15. _________________________________________________________________________________________________________
  16.  
  17. Computer name: DESKTOP-SN6F7J9
  18.  
  19. OS version: Windows 11, 10.0, version 2009, build: 26100 (x64)
  20.  
  21. Hardware: A620M GAMING X, Gigabyte Technology Co., Ltd.
  22.  
  23. BIOS: FB5
  24.  
  25. CPU: AuthenticAMD AMD Ryzen 5 7600 6-Core Processor
  26.  
  27. Logical processors: 12
  28.  
  29. Processor groups: 1
  30.  
  31. Processor group size: 12
  32.  
  33. RAM: 31861 MB total
  34.  
  35. _________________________________________________________________________________________________________
  36.  
  37. CPU SPEED
  38.  
  39. _________________________________________________________________________________________________________
  40.  
  41. Reported CPU speed (WMI): 3801 MHz
  42.  
  43. Reported CPU speed (registry): 3793 MHz
  44.  
  45. 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.
  46.  
  47. _________________________________________________________________________________________________________
  48.  
  49. MEASURED INTERRUPT TO USER PROCESS LATENCIES
  50.  
  51. _________________________________________________________________________________________________________
  52.  
  53. 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.
  54.  
  55. Highest measured interrupt to process latency (µs): 10971,60
  56.  
  57. Average measured interrupt to process latency (µs): 87,867719
  58.  
  59. Highest measured interrupt to DPC latency (µs): 10964,80
  60.  
  61. Average measured interrupt to DPC latency (µs): 80,605913
  62.  
  63. _________________________________________________________________________________________________________
  64.  
  65. REPORTED ISRs
  66.  
  67. _________________________________________________________________________________________________________
  68.  
  69. Interrupt service routines are routines installed by the OS and device drivers that execute in response to a hardware interrupt signal.
  70.  
  71. Highest ISR routine execution time (µs): 8392,800422
  72.  
  73. Driver with highest ISR routine execution time: Wdf01000.sys - Kernel Mode Driver Framework Runtime, Microsoft Corporation
  74.  
  75. Highest reported total ISR routine time (%): 0,012618
  76.  
  77. Driver with highest ISR total time: HDAudBus.sys - High Definition Audio Bus Driver, Microsoft Corporation
  78.  
  79. Total time spent in ISRs (%) 0,022826
  80.  
  81. ISR count (execution time <250 µs): 100832
  82.  
  83. ISR count (execution time 250-500 µs): 0
  84.  
  85. ISR count (execution time 500-1000 µs): 45
  86.  
  87. ISR count (execution time 1000-2000 µs): 26
  88.  
  89. ISR count (execution time 2000-4000 µs): 14
  90.  
  91. ISR count (execution time >=4000 µs): 0
  92.  
  93. _________________________________________________________________________________________________________
  94.  
  95. REPORTED DPCs
  96.  
  97. _________________________________________________________________________________________________________
  98.  
  99. 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.
  100.  
  101. Highest DPC routine execution time (µs): 9598,852096
  102.  
  103. Driver with highest DPC routine execution time: dxgkrnl.sys - DirectX Graphics Kernel, Microsoft Corporation
  104.  
  105. Highest reported total DPC routine time (%): 0,199185
  106.  
  107. Driver with highest DPC total execution time: dxgkrnl.sys - DirectX Graphics Kernel, Microsoft Corporation
  108.  
  109. Total time spent in DPCs (%) 0,238162
  110.  
  111. DPC count (execution time <250 µs): 460419
  112.  
  113. DPC count (execution time 250-500 µs): 0
  114.  
  115. DPC count (execution time 500-10000 µs): 2029
  116.  
  117. DPC count (execution time 1000-2000 µs): 172
  118.  
  119. DPC count (execution time 2000-4000 µs): 70
  120.  
  121. DPC count (execution time >=4000 µs): 84
  122.  
  123. _________________________________________________________________________________________________________
  124.  
  125. REPORTED HARD PAGEFAULTS
  126.  
  127. _________________________________________________________________________________________________________
  128.  
  129. 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.
  130.  
  131. 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.
  132.  
  133. Process with highest pagefault count: arma3_x64.exe
  134.  
  135. Total number of hard pagefaults 2274
  136.  
  137. Hard pagefault count of hardest hit process: 751
  138.  
  139. Number of processes hit: 28
  140.  
  141. _________________________________________________________________________________________________________
  142.  
  143. PER CPU DATA
  144.  
  145. _________________________________________________________________________________________________________
  146.  
  147. CPU 0 Interrupt cycle time (s): 28,992516
  148.  
  149. CPU 0 ISR highest execution time (µs): 8392,800422
  150.  
  151. CPU 0 ISR total execution time (s): 0,651902
  152.  
  153. CPU 0 ISR count: 100932
  154.  
  155. CPU 0 DPC highest execution time (µs): 9598,852096
  156.  
  157. CPU 0 DPC total execution time (s): 6,609447
  158.  
  159. CPU 0 DPC count: 363076
  160.  
  161. _________________________________________________________________________________________________________
  162.  
  163. CPU 1 Interrupt cycle time (s): 0,814750
  164.  
  165. CPU 1 ISR highest execution time (µs): 0,0
  166.  
  167. CPU 1 ISR total execution time (s): 0,0
  168.  
  169. CPU 1 ISR count: 0
  170.  
  171. CPU 1 DPC highest execution time (µs): 37,689428
  172.  
  173. CPU 1 DPC total execution time (s): 0,004956
  174.  
  175. CPU 1 DPC count: 2431
  176.  
  177. _________________________________________________________________________________________________________
  178.  
  179. CPU 2 Interrupt cycle time (s): 1,177941
  180.  
  181. CPU 2 ISR highest execution time (µs): 0,0
  182.  
  183. CPU 2 ISR total execution time (s): 0,0
  184.  
  185. CPU 2 ISR count: 0
  186.  
  187. CPU 2 DPC highest execution time (µs): 53,909307
  188.  
  189. CPU 2 DPC total execution time (s): 0,030063
  190.  
  191. CPU 2 DPC count: 29296
  192.  
  193. _________________________________________________________________________________________________________
  194.  
  195. CPU 3 Interrupt cycle time (s): 1,079665
  196.  
  197. CPU 3 ISR highest execution time (µs): 0,0
  198.  
  199. CPU 3 ISR total execution time (s): 0,0
  200.  
  201. CPU 3 ISR count: 0
  202.  
  203. CPU 3 DPC highest execution time (µs): 87,160559
  204.  
  205. CPU 3 DPC total execution time (s): 0,011460
  206.  
  207. CPU 3 DPC count: 6483
  208.  
  209. _________________________________________________________________________________________________________
  210.  
  211. CPU 4 Interrupt cycle time (s): 2,496798
  212.  
  213. CPU 4 ISR highest execution time (µs): 0,0
  214.  
  215. CPU 4 ISR total execution time (s): 0,0
  216.  
  217. CPU 4 ISR count: 0
  218.  
  219. CPU 4 DPC highest execution time (µs): 293,119958
  220.  
  221. CPU 4 DPC total execution time (s): 0,093543
  222.  
  223. CPU 4 DPC count: 32868
  224.  
  225. _________________________________________________________________________________________________________
  226.  
  227. CPU 5 Interrupt cycle time (s): 1,109923
  228.  
  229. CPU 5 ISR highest execution time (µs): 0,0
  230.  
  231. CPU 5 ISR total execution time (s): 0,0
  232.  
  233. CPU 5 ISR count: 0
  234.  
  235. CPU 5 DPC highest execution time (µs): 110,453467
  236.  
  237. CPU 5 DPC total execution time (s): 0,015107
  238.  
  239. CPU 5 DPC count: 12527
  240.  
  241. _________________________________________________________________________________________________________
  242.  
  243. CPU 6 Interrupt cycle time (s): 0,967661
  244.  
  245. CPU 6 ISR highest execution time (µs): 0,0
  246.  
  247. CPU 6 ISR total execution time (s): 0,0
  248.  
  249. CPU 6 ISR count: 0
  250.  
  251. CPU 6 DPC highest execution time (µs): 67,614553
  252.  
  253. CPU 6 DPC total execution time (s): 0,010006
  254.  
  255. CPU 6 DPC count: 5582
  256.  
  257. _________________________________________________________________________________________________________
  258.  
  259. CPU 7 Interrupt cycle time (s): 0,949881
  260.  
  261. CPU 7 ISR highest execution time (µs): 0,0
  262.  
  263. CPU 7 ISR total execution time (s): 0,0
  264.  
  265. CPU 7 ISR count: 0
  266.  
  267. CPU 7 DPC highest execution time (µs): 243,338255
  268.  
  269. CPU 7 DPC total execution time (s): 0,010955
  270.  
  271. CPU 7 DPC count: 5674
  272.  
  273. _________________________________________________________________________________________________________
  274.  
  275. CPU 8 Interrupt cycle time (s): 0,689170
  276.  
  277. CPU 8 ISR highest execution time (µs): 0,0
  278.  
  279. CPU 8 ISR total execution time (s): 0,0
  280.  
  281. CPU 8 ISR count: 0
  282.  
  283. CPU 8 DPC highest execution time (µs): 61,573425
  284.  
  285. CPU 8 DPC total execution time (s): 0,003939
  286.  
  287. CPU 8 DPC count: 1286
  288.  
  289. _________________________________________________________________________________________________________
  290.  
  291. CPU 9 Interrupt cycle time (s): 0,706791
  292.  
  293. CPU 9 ISR highest execution time (µs): 0,0
  294.  
  295. CPU 9 ISR total execution time (s): 0,0
  296.  
  297. CPU 9 ISR count: 0
  298.  
  299. CPU 9 DPC highest execution time (µs): 29,724756
  300.  
  301. CPU 9 DPC total execution time (s): 0,006326
  302.  
  303. CPU 9 DPC count: 2149
  304.  
  305. _________________________________________________________________________________________________________
  306.  
  307. CPU 10 Interrupt cycle time (s): 0,539523
  308.  
  309. CPU 10 ISR highest execution time (µs): 0,0
  310.  
  311. CPU 10 ISR total execution time (s): 0,0
  312.  
  313. CPU 10 ISR count: 0
  314.  
  315. CPU 10 DPC highest execution time (µs): 23,693646
  316.  
  317. CPU 10 DPC total execution time (s): 0,002167
  318.  
  319. CPU 10 DPC count: 553
  320.  
  321. _________________________________________________________________________________________________________
  322.  
  323. CPU 11 Interrupt cycle time (s): 0,631483
  324.  
  325. CPU 11 ISR highest execution time (µs): 0,0
  326.  
  327. CPU 11 ISR total execution time (s): 0,0
  328.  
  329. CPU 11 ISR count: 0
  330.  
  331. CPU 11 DPC highest execution time (µs): 448,275771
  332.  
  333. CPU 11 DPC total execution time (s): 0,003933
  334.  
  335. CPU 11 DPC count: 849
  336.  
  337. _________________________________________________________________________________________________________
Advertisement
Add Comment
Please, Sign In to add comment