Advertisement
Guest User

Untitled

a guest
Jan 18th, 2014
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.41 KB | None | 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: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: 1697.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): 145.688907
  35. Average measured interrupt to process latency (µs): 7.523346
  36.  
  37. Highest measured interrupt to DPC latency (µs): 140.800018
  38. Average measured interrupt to DPC latency (µs): 2.716228
  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): 34.520526
  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.013672
  50. Driver with highest ISR total time: storport.sys - Microsoft Storage Port Driver, Microsoft Corporation
  51.  
  52. Total time spent in ISRs (%) 0.020339
  53.  
  54. ISR count (execution time <250 µs): 990
  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): 150.877368
  68. Driver with highest DPC routine execution time: ACPI.sys - ACPI Driver for NT, Microsoft Corporation
  69.  
  70. Highest reported total DPC routine time (%): 0.260629
  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.360583
  74.  
  75. DPC count (execution time <250 µs): 75894
  76. DPC count (execution time 250-500 µs): 0
  77. DPC count (execution time 500-999 µs): 0
  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 73
  93. Hard pagefault count of hardest hit process: 62
  94. Highest hard pagefault resolution time (µs): 964715111713.3750
  95. Total time spent in hard pagefaults (%): 22434555.064276
  96. Number of processes hit: 1
  97.  
  98.  
  99. _________________________________________________________________________________________________________
  100. PER CPU DATA
  101. _________________________________________________________________________________________________________
  102. CPU 0 Interrupt cycle time (s): 0.487457
  103. CPU 0 ISR highest execution time (µs): 28.251579
  104. CPU 0 ISR total execution time (s): 0.000382
  105. CPU 0 ISR count: 21
  106. CPU 0 DPC highest execution time (µs): 148.238421
  107. CPU 0 DPC total execution time (s): 0.171982
  108. CPU 0 DPC count: 73452
  109. _________________________________________________________________________________________________________
  110. CPU 1 Interrupt cycle time (s): 0.137470
  111. CPU 1 ISR highest execution time (µs): 34.520526
  112. CPU 1 ISR total execution time (s): 0.011841
  113. CPU 1 ISR count: 969
  114. CPU 1 DPC highest execution time (µs): 150.877368
  115. CPU 1 DPC total execution time (s): 0.044707
  116. CPU 1 DPC count: 2442
  117. _________________________________________________________________________________________________________
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement