Advertisement
Guest User

Untitled

a guest
Jul 30th, 2023
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.89 KB | Software | 0 0
  1. _________________________________________________________________________________________________________
  2. CONCLUSION
  3. _________________________________________________________________________________________________________
  4. Your system appears to be suitable for handling real-time audio and other tasks without dropouts.
  5. LatencyMon has been analyzing your system for 0:10:21 (h:mm:ss) on all processors.
  6.  
  7. _________________________________________________________________________________________________________
  8. SYSTEM INFORMATION
  9. _________________________________________________________________________________________________________
  10. Computer name: --------
  11. OS version: Windows 10, 10.0, version 2009, build: 22621 (x64)
  12. Hardware:
  13. CPU: AuthenticAMD AMD Ryzen 9 7900X3D 12-Core Processor
  14. Logical processors: 24
  15. Processor groups: 1
  16. RAM: 31887 MB total
  17.  
  18. _________________________________________________________________________________________________________
  19. CPU SPEED
  20. _________________________________________________________________________________________________________
  21. Reported CPU speed: 4392 MHz
  22.  
  23. 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.
  24.  
  25. _________________________________________________________________________________________________________
  26. MEASURED INTERRUPT TO USER PROCESS LATENCIES
  27. _________________________________________________________________________________________________________
  28. 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.
  29.  
  30. Highest measured interrupt to process latency (µs): 60,90
  31. Average measured interrupt to process latency (µs): 6,703631
  32.  
  33. Highest measured interrupt to DPC latency (µs): 55,20
  34. Average measured interrupt to DPC latency (µs): 1,486478
  35.  
  36. _________________________________________________________________________________________________________
  37. REPORTED ISRs
  38. _________________________________________________________________________________________________________
  39. Interrupt service routines are routines installed by the OS and device drivers that execute in response to a hardware interrupt signal.
  40.  
  41. Highest ISR routine execution time (µs): 57,244080
  42. Driver with highest ISR routine execution time: dxgkrnl.sys - DirectX Graphics Kernel, Microsoft Corporation
  43.  
  44. Highest reported total ISR routine time (%): 0,007438
  45. Driver with highest ISR total time: Wdf01000.sys - Rendszermag módú illesztőprogram-keretrendszer futásidejű modulja, Microsoft Corporation
  46.  
  47. Total time spent in ISRs (%) 0,010260
  48.  
  49. ISR count (execution time <250 µs): 15804
  50. ISR count (execution time 250-500 µs): 0
  51. ISR count (execution time 500-1000 µs): 0
  52. ISR count (execution time 1000-2000 µs): 0
  53. ISR count (execution time 2000-4000 µs): 0
  54. ISR count (execution time >=4000 µs): 0
  55.  
  56. _________________________________________________________________________________________________________
  57. REPORTED DPCs
  58. _________________________________________________________________________________________________________
  59. 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.
  60.  
  61. Highest DPC routine execution time (µs): 97,667577
  62. Driver with highest DPC routine execution time: dxgkrnl.sys - DirectX Graphics Kernel, Microsoft Corporation
  63.  
  64. Highest reported total DPC routine time (%): 0,003341
  65. Driver with highest DPC total execution time: Wdf01000.sys - Rendszermag módú illesztőprogram-keretrendszer futásidejű modulja, Microsoft Corporation
  66.  
  67. Total time spent in DPCs (%) 0,007531
  68.  
  69. DPC count (execution time <250 µs): 14204
  70. DPC count (execution time 250-500 µs): 0
  71. DPC count (execution time 500-10000 µs): 0
  72. DPC count (execution time 1000-2000 µs): 0
  73. DPC count (execution time 2000-4000 µs): 0
  74. DPC count (execution time >=4000 µs): 0
  75.  
  76. _________________________________________________________________________________________________________
  77. REPORTED HARD PAGEFAULTS
  78. _________________________________________________________________________________________________________
  79. 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.
  80.  
  81. 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.
  82.  
  83. Process with highest pagefault count: msmpeng.exe
  84.  
  85. Total number of hard pagefaults 7
  86. Hard pagefault count of hardest hit process: 7
  87. Number of processes hit: 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement