Tags: microsoft/perfview
Tags
Bump version to 3.1.29 (#2358) * Initial plan * Increment patch version from 3.1.28 to 3.1.29 Co-authored-by: brianrob <[email protected]> --------- Co-authored-by: copilot-swe-agent[bot] <[email protected]> Co-authored-by: brianrob <[email protected]>
Fix TraceEvent.props to respect ProcessorArchitecture when RuntimeIde… …ntifier isn't specified (#2249) Co-authored-by: copilot-swe-agent[bot] <[email protected]> Co-authored-by: brianrob <[email protected]> Co-authored-by: Brian Robbins <[email protected]>
Add GC Heap Analyzer support to .nettrace files (#2216) * Initial plan for issue * Add MemoryAnalyzer to EventPipePerfViewData to enable Heap Analyzer for .nettrace files Co-authored-by: brianrob <[email protected]> * Move MemoryAnalyzer inside hasGC conditional block Co-authored-by: brianrob <[email protected]> * Fix MemoryAnalyzer.Open to support non-ETL formats and single-process files Co-authored-by: brianrob <[email protected]> * Fix Toolbox.GetClrProcesses to use full file path for non-clr modules Co-authored-by: brianrob <[email protected]> * Refactor code based on review feedback: use pattern matching and simplify path logic Co-authored-by: marklio <[email protected]> * Remove unused bool hasClr variable, use out _ instead Co-authored-by: marklio <[email protected]> * Update to C# version 8.0. * EventPipe traces don't have a runtime module because they only contain managed loads. --------- Co-authored-by: copilot-swe-agent[bot] <[email protected]> Co-authored-by: brianrob <[email protected]> Co-authored-by: marklio <[email protected]> Co-authored-by: Brian Robbins <[email protected]>
PreviousNext