Skip to content

PerfView and TraceEvent 3.1.22

Latest
Compare
Choose a tag to compare
@brianrob brianrob released this 05 Jun 18:26
· 6 commits to main since this release
3af4abd

Roll-up through 2025/06/04.

  • Added GC Heap Analyzer support for .nettrace files to enhance memory analysis workflows. [#2216]
  • Introduced PredefinedDynamicTraceEventParser for known TraceLogging events, improving trace event parsing. [#2220]
  • Enabled selection of process trees in the process selection dialog for multi-process analysis, allowing deeper inspection across related processes. [#2195]
  • Implemented sorting for the Duration column in the process selection dialog using TotalDurationSeconds, improving usability. [#2194]
  • Improved NetTrace parameter parsing for better command-line flexibility. [#2200]
  • Fixed GetActiveSessionNames to handle ERROR_MORE_DATA, resolving session enumeration issues. [#2196]
  • Fixed ObjectDisposedException when opening Net OS Heap Alloc Stacks, improving stability. [#2212]
  • Fixed null reference exception in GenFragmentationPercent method, enhancing reliability. [#2211]
  • Fixed TreeView auto-expansion when opening trace files. [#2218]
  • Fixed StackViewer issue where "Set Time Range" reset "Goto Items by callees". [#2208]
  • Fixed markdown table formatting when copying from the stack viewer. [#2203]
  • Fixed TraceEvent NuGet package to exclude Windows-specific native DLLs. [#2215]
  • Removed PDB generation for .NET Core assemblies using CrossGen, reducing build overhead. [#2202]
  • Made symbol server timeout configurable and removed dead code in SymbolReader. [#2209]
  • Changed help ribbons to use textblocks, enabling tab navigation. [#2201]