Advertisement
Guest User

Untitled

a guest
Mar 20th, 2016
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.18 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 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. At least one detected problem appears to be network related. In case you are using a WLAN adapter, try disabling it to get better results. 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:17:22 (h:mm:ss) on all processors.
  6.  
  7.  
  8. _________________________________________________________________________________________________________
  9. SYSTEM INFORMATION
  10. _________________________________________________________________________________________________________
  11. Computer name: SANDMAN
  12. OS version: Windows 8 , 6.2, build: 9200 (x64)
  13. Hardware: HP ENVY Notebook, HP, 80EE
  14. CPU: GenuineIntel Intel(R) Core(TM) i7-6700HQ CPU @ 2.60GHz
  15. Logical processors: 8
  16. Processor groups: 1
  17. RAM: 12156 MB total
  18.  
  19.  
  20. _________________________________________________________________________________________________________
  21. CPU SPEED
  22. _________________________________________________________________________________________________________
  23. Reported CPU speed: 2592 MHz
  24.  
  25. 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.
  26.  
  27.  
  28. _________________________________________________________________________________________________________
  29. MEASURED INTERRUPT TO USER PROCESS LATENCIES
  30. _________________________________________________________________________________________________________
  31. 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.
  32.  
  33. Highest measured interrupt to process latency (µs): 4690.564195
  34. Average measured interrupt to process latency (µs): 7.677576
  35.  
  36. Highest measured interrupt to DPC latency (µs): 4654.613606
  37. Average measured interrupt to DPC latency (µs): 1.957863
  38.  
  39.  
  40. _________________________________________________________________________________________________________
  41. REPORTED ISRs
  42. _________________________________________________________________________________________________________
  43. Interrupt service routines are routines installed by the OS and device drivers that execute in response to a hardware interrupt signal.
  44.  
  45. Highest ISR routine execution time (µs): 3257.648920
  46. Driver with highest ISR routine execution time: Wdf01000.sys - Kernel Mode Driver Framework Runtime, Microsoft Corporation
  47.  
  48. Highest reported total ISR routine time (%): 0.011108
  49. Driver with highest ISR total time: Wdf01000.sys - Kernel Mode Driver Framework Runtime, Microsoft Corporation
  50.  
  51. Total time spent in ISRs (%) 0.011782
  52.  
  53. ISR count (execution time <250 µs): 326912
  54. ISR count (execution time 250-500 µs): 0
  55. ISR count (execution time 500-999 µs): 41
  56. ISR count (execution time 1000-1999 µs): 4
  57. ISR count (execution time 2000-3999 µs): 3
  58. ISR count (execution time >=4000 µs): 0
  59.  
  60.  
  61. _________________________________________________________________________________________________________
  62. REPORTED DPCs
  63. _________________________________________________________________________________________________________
  64. 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.
  65.  
  66. Highest DPC routine execution time (µs): 4653.297840
  67. Driver with highest DPC routine execution time: ndis.sys - Network Driver Interface Specification (NDIS), Microsoft Corporation
  68.  
  69. Highest reported total DPC routine time (%): 0.122442
  70. Driver with highest DPC total execution time: Wdf01000.sys - Kernel Mode Driver Framework Runtime, Microsoft Corporation
  71.  
  72. Total time spent in DPCs (%) 0.266302
  73.  
  74. DPC count (execution time <250 µs): 4486990
  75. DPC count (execution time 250-500 µs): 0
  76. DPC count (execution time 500-999 µs): 3465
  77. DPC count (execution time 1000-1999 µs): 199
  78. DPC count (execution time 2000-3999 µs): 44
  79. DPC count (execution time >=4000 µs): 0
  80.  
  81.  
  82. _________________________________________________________________________________________________________
  83. REPORTED HARD PAGEFAULTS
  84. _________________________________________________________________________________________________________
  85. 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.
  86.  
  87. 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.
  88.  
  89. Process with highest pagefault count: winword.exe
  90.  
  91. Total number of hard pagefaults 10106
  92. Hard pagefault count of hardest hit process: 3553
  93. Highest hard pagefault resolution time (µs): 276802.606481
  94. Total time spent in hard pagefaults (%): 0.049961
  95. Number of processes hit: 36
  96.  
  97.  
  98. _________________________________________________________________________________________________________
  99. PER CPU DATA
  100. _________________________________________________________________________________________________________
  101. CPU 0 Interrupt cycle time (s): 78.929445
  102. CPU 0 ISR highest execution time (µs): 3257.648920
  103. CPU 0 ISR total execution time (s): 0.776666
  104. CPU 0 ISR count: 186453
  105. CPU 0 DPC highest execution time (µs): 4653.297840
  106. CPU 0 DPC total execution time (s): 18.313650
  107. CPU 0 DPC count: 4025046
  108. _________________________________________________________________________________________________________
  109. CPU 1 Interrupt cycle time (s): 58.013064
  110. CPU 1 ISR highest execution time (µs): 1002.762346
  111. CPU 1 ISR total execution time (s): 0.148446
  112. CPU 1 ISR count: 100204
  113. CPU 1 DPC highest execution time (µs): 1816.145833
  114. CPU 1 DPC total execution time (s): 0.858956
  115. CPU 1 DPC count: 69457
  116. _________________________________________________________________________________________________________
  117. CPU 2 Interrupt cycle time (s): 26.703872
  118. CPU 2 ISR highest execution time (µs): 55.189815
  119. CPU 2 ISR total execution time (s): 0.006442
  120. CPU 2 ISR count: 4414
  121. CPU 2 DPC highest execution time (µs): 863.705247
  122. CPU 2 DPC total execution time (s): 0.669904
  123. CPU 2 DPC count: 96566
  124. _________________________________________________________________________________________________________
  125. CPU 3 Interrupt cycle time (s): 42.265059
  126. CPU 3 ISR highest execution time (µs): 57.786265
  127. CPU 3 ISR total execution time (s): 0.02320
  128. CPU 3 ISR count: 17668
  129. CPU 3 DPC highest execution time (µs): 1106.288580
  130. CPU 3 DPC total execution time (s): 0.212752
  131. CPU 3 DPC count: 28587
  132. _________________________________________________________________________________________________________
  133. CPU 4 Interrupt cycle time (s): 28.331503
  134. CPU 4 ISR highest execution time (µs): 42.453704
  135. CPU 4 ISR total execution time (s): 0.002571
  136. CPU 4 ISR count: 1730
  137. CPU 4 DPC highest execution time (µs): 962.998457
  138. CPU 4 DPC total execution time (s): 0.782246
  139. CPU 4 DPC count: 106343
  140. _________________________________________________________________________________________________________
  141. CPU 5 Interrupt cycle time (s): 42.466357
  142. CPU 5 ISR highest execution time (µs): 46.464506
  143. CPU 5 ISR total execution time (s): 0.015133
  144. CPU 5 ISR count: 10233
  145. CPU 5 DPC highest execution time (µs): 1000.506944
  146. CPU 5 DPC total execution time (s): 0.285765
  147. CPU 5 DPC count: 24142
  148. _________________________________________________________________________________________________________
  149. CPU 6 Interrupt cycle time (s): 26.340293
  150. CPU 6 ISR highest execution time (µs): 22.596451
  151. CPU 6 ISR total execution time (s): 0.001531
  152. CPU 6 ISR count: 1047
  153. CPU 6 DPC highest execution time (µs): 588.885802
  154. CPU 6 DPC total execution time (s): 0.776005
  155. CPU 6 DPC count: 108832
  156. _________________________________________________________________________________________________________
  157. CPU 7 Interrupt cycle time (s): 40.533257
  158. CPU 7 ISR highest execution time (µs): 52.276235
  159. CPU 7 ISR total execution time (s): 0.008244
  160. CPU 7 ISR count: 5211
  161. CPU 7 DPC highest execution time (µs): 1502.257716
  162. CPU 7 DPC total execution time (s): 0.300987
  163. CPU 7 DPC count: 31730
  164. _________________________________________________________________________________________________________
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement