Advertisement
Guest User

Latency: Adapter on

a guest
Jan 18th, 2014
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.62 KB | None | 0 0
  1. _________________________________________________________________________________________________________
  2. CONCLUSION
  3. _________________________________________________________________________________________________________
  4. 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 problem may be related to power management, disable CPU throttling settings in Control Panel and BIOS setup. Check for BIOS updates.
  5. LatencyMon has been analyzing your system for 0:00:30 (h:mm:ss) on all processors.
  6.  
  7.  
  8. _________________________________________________________________________________________________________
  9. SYSTEM INFORMATION
  10. _________________________________________________________________________________________________________
  11. Computer name: SEAN
  12. OS version: Windows 8 , 6.2, build: 9200 (x64)
  13. Hardware: Satellite L300D, TOSHIBA
  14. CPU: AuthenticAMD AMD Athlon(tm) 64 X2 Dual-Core Processor TK-57
  15. Logical processors: 2
  16. Processor groups: 1
  17. RAM: 3965 MB total
  18.  
  19.  
  20. _________________________________________________________________________________________________________
  21. CPU SPEED
  22. _________________________________________________________________________________________________________
  23. Reported CPU speed: 1900.0 MHz
  24. Measured CPU speed: 847.0 MHz (approx.)
  25.  
  26. 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.
  27.  
  28.  
  29. _________________________________________________________________________________________________________
  30. MEASURED INTERRUPT TO USER PROCESS LATENCIES
  31. _________________________________________________________________________________________________________
  32. 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.
  33.  
  34. Highest measured interrupt to process latency (µs): 8891.912240
  35. Average measured interrupt to process latency (µs): 7.878073
  36.  
  37. Highest measured interrupt to DPC latency (µs): 145.200018
  38. Average measured interrupt to DPC latency (µs): 2.745227
  39.  
  40.  
  41. _________________________________________________________________________________________________________
  42. REPORTED ISRs
  43. _________________________________________________________________________________________________________
  44. Interrupt service routines are routines installed by the OS and device drivers that execute in response to a hardware interrupt signal.
  45.  
  46. Highest ISR routine execution time (µs): 37.648421
  47. Driver with highest ISR routine execution time: storport.sys - Microsoft Storage Port Driver, Microsoft Corporation
  48.  
  49. Highest reported total ISR routine time (%): 0.032626
  50. Driver with highest ISR total time: storport.sys - Microsoft Storage Port Driver, Microsoft Corporation
  51.  
  52. Total time spent in ISRs (%) 0.051951
  53.  
  54. ISR count (execution time <250 µs): 2909
  55. ISR count (execution time 250-500 µs): 0
  56. ISR count (execution time 500-999 µs): 0
  57. ISR count (execution time 1000-1999 µs): 0
  58. ISR count (execution time 2000-3999 µs): 0
  59. ISR count (execution time >=4000 µs): 0
  60.  
  61.  
  62. _________________________________________________________________________________________________________
  63. REPORTED DPCs
  64. _________________________________________________________________________________________________________
  65. 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.
  66.  
  67. Highest DPC routine execution time (µs): 342.523684
  68. Driver with highest DPC routine execution time: USBPORT.SYS - USB 1.1 & 2.0 Port Driver, Microsoft Corporation
  69.  
  70. Highest reported total DPC routine time (%): 0.266076
  71. Driver with highest DPC total execution time: rspLLL64.sys - Resplendence Latency Monitoring and Auxiliary Kernel Library, Resplendence Software Projects Sp.
  72.  
  73. Total time spent in DPCs (%) 0.669899
  74.  
  75. DPC count (execution time <250 µs): 85388
  76. DPC count (execution time 250-500 µs): 0
  77. DPC count (execution time 500-999 µs): 27
  78. DPC count (execution time 1000-1999 µs): 0
  79. DPC count (execution time 2000-3999 µs): 0
  80. DPC count (execution time >=4000 µs): 0
  81.  
  82.  
  83. _________________________________________________________________________________________________________
  84. REPORTED HARD PAGEFAULTS
  85. _________________________________________________________________________________________________________
  86. 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.
  87.  
  88. 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.
  89.  
  90. Process with highest pagefault count: chrome.exe
  91.  
  92. Total number of hard pagefaults 59
  93. Hard pagefault count of hardest hit process: 58
  94. Highest hard pagefault resolution time (µs): 844126831317.0
  95. Total time spent in hard pagefaults (%): 17937325.582914
  96. Number of processes hit: 1
  97.  
  98.  
  99. _________________________________________________________________________________________________________
  100. PER CPU DATA
  101. _________________________________________________________________________________________________________
  102. CPU 0 Interrupt cycle time (s): 0.547601
  103. CPU 0 ISR highest execution time (µs): 35.331053
  104. CPU 0 ISR total execution time (s): 0.001346
  105. CPU 0 ISR count: 97
  106. CPU 0 DPC highest execution time (µs): 333.578947
  107. CPU 0 DPC total execution time (s): 0.195976
  108. CPU 0 DPC count: 76407
  109. _________________________________________________________________________________________________________
  110. CPU 1 Interrupt cycle time (s): 0.336694
  111. CPU 1 ISR highest execution time (µs): 37.648421
  112. CPU 1 ISR total execution time (s): 0.030393
  113. CPU 1 ISR count: 2812
  114. CPU 1 DPC highest execution time (µs): 342.523684
  115. CPU 1 DPC total execution time (s): 0.213292
  116. CPU 1 DPC count: 9008
  117. _________________________________________________________________________________________________________
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement