Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
Microsoft.Diagnostics.Tracing.TraceEvent.3.1.22.nupkg | 2025-06-05 | 4.4 MB | |
PerfView.exe | 2025-06-05 | 23.6 MB | |
PerfView.pdb | 2025-06-05 | 1.2 MB | |
Microsoft.Diagnostics.Tracing.TraceEvent.3.1.22.snupkg | 2025-06-05 | 1.4 MB | |
PerfView and TraceEvent 3.1.22 source code.tar.gz | 2025-06-05 | 159.4 MB | |
PerfView and TraceEvent 3.1.22 source code.zip | 2025-06-05 | 159.8 MB | |
README.md | 2025-06-05 | 1.5 kB | |
Totals: 7 Items | 349.8 MB | 2 |
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]