Skip to content

2.5.15

Compare
Choose a tag to compare
@AloisKraus AloisKraus released this 07 Dec 14:11
· 115 commits to main since this release
  • Extend extracted CPU context switch data with Ready Average time and context switch count.
  • Display Ready Average and Context Switch count when -Details is added.
    • Added new SortyBy switches
      • ReadyAvg (This number can tell you a lot about deep sleep states and explain when you suffer from (C6) CPU sleep states).
      • CSwitchCount
    • Added -MinMaxCSwitchCount filter
    • Added -MinMaxReadyAvgus fiilter
  • Add session filter for -Dump CPU/Exception/Memory
  • Support more than two machines from where ETW data was collected current limit was two machines. (Contribution by MichAtWork)
  • Dump CPU -SortBy StartTime can sort processes by start time instead of CPU which is the default
  • Fix for #73