Skip to content

Tags: microsoft/perfview

Tags

v3.1.29

Toggle v3.1.29's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
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]>

v3.1.28

Toggle v3.1.28's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Increment Versions (#2324)

v3.1.26

Toggle v3.1.26's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Increment Versions (#2312)

v3.1.24

Toggle v3.1.24's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Bump version (#2290)

v3.1.23

Toggle v3.1.23's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
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]>

v3.1.22

Toggle v3.1.22's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
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]>

v3.1.21

Toggle v3.1.21's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Increment Build Versions (#2188)

v3.1.20

Toggle v3.1.20's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Increment Versions and Disable Nettrace V6 Support (#2178)

* Increment Versions

* Temporarily disable nettrace v6 support.

v3.1.19

Toggle v3.1.19's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix IndexOutOfRangeException when we iterate over all the Generations…

… and try to access GenData (#2154)

* Initial work.

* More clean up of accidentally indexing

* Clean up

* Addressed feedback

* Fixed one more IndexOutOfRangeException

v3.1.18

Toggle v3.1.18's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Bump version (#2136)