Skip to content

Commit cc32686

Browse files
New version: Microsoft.PerfView version 3.1.23 (microsoft#273747)
1 parent 0fb7673 commit cc32686

File tree

3 files changed

+85
-0
lines changed

3 files changed

+85
-0
lines changed
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# Created with komac v2.12.1
2+
# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json
3+
4+
PackageIdentifier: Microsoft.PerfView
5+
PackageVersion: 3.1.23
6+
InstallerType: portable
7+
Commands:
8+
- perfview
9+
ReleaseDate: 2025-07-11
10+
Installers:
11+
- Architecture: x86
12+
InstallerUrl: https://github.com/microsoft/perfview/releases/download/v3.1.23/PerfView.exe
13+
InstallerSha256: 250A38C09EA40CFFE2DDA1D17EB3873556823F6474DADE23DD9B3650378C77D0
14+
ManifestType: installer
15+
ManifestVersion: 1.10.0
Lines changed: 62 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,62 @@
1+
# Created with komac v2.12.1
2+
# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json
3+
4+
PackageIdentifier: Microsoft.PerfView
5+
PackageVersion: 3.1.23
6+
PackageLocale: en-US
7+
Publisher: Microsoft Corporation
8+
PublisherUrl: https://flow.microsoft.com/
9+
PublisherSupportUrl: https://flow.microsoft.com/support
10+
PrivacyUrl: https://privacy.microsoft.com/PrivacyStatement
11+
Author: Microsoft Corporation
12+
PackageName: PerfView
13+
PackageUrl: https://github.com/microsoft/perfview
14+
License: MIT
15+
LicenseUrl: https://github.com/microsoft/perfview/blob/HEAD/LICENSE.TXT
16+
Copyright: Copyright (c) Microsoft Corporation. All rights reserved.
17+
CopyrightUrl: https://www.microsoft.com/legal/terms-of-use
18+
ShortDescription: PerfView is a CPU and memory performance-analysis tool.
19+
Description: |-
20+
PerfView is a free performance-analysis tool that helps isolate CPU and memory-related performance issues.
21+
It is a Windows tool, but it also has some support for analyzing data collected on Linux machines.
22+
It works for a wide variety of scenarios, but has a number of special features for investigating
23+
performance issues in code written for the .NET runtime.
24+
Moniker: perfview
25+
Tags:
26+
- dotnet
27+
- dotnet-core
28+
- performance
29+
- performance-analysis
30+
- windows
31+
ReleaseNotes: |-
32+
Roll-up through 2025/07/11.
33+
- Fixed TraceEvent CaptureState API to support previously unsupported keyword configurations. [#2222]
34+
- Added Exception Stacks view for .nettrace files to enhance exception diagnostics. [#2223]
35+
- Corrected outdated documentation references to "GC Heap Alloc Stacks". [#2224]
36+
- Fixed off-by-one error in P/Invoke buffer handling for Windows volume events. [#2227]
37+
- Fixed broken links in the PerfView user guide. [#2225]
38+
- Improved error handling by throwing when TdhEnumerateProviders fails, enabling better diagnostics. [#2177]
39+
- Added AutomationProperties.Name to the Process Selection DataGrid for improved accessibility. [#2239]
40+
- Fixed focus indicator visibility for hyperlinks in dark mode and high contrast themes. [#2235]
41+
- Addressed NullReferenceException in Anti-Malware view. [#2233]
42+
- Fixed WebView2 crash on close by implementing proper disposal pattern. [#2230]
43+
- Added support for native AOT gcdumps, expanding compatibility with modern .NET workloads. [#2242]
44+
- Fixed NVDA screen reader issue where Theme menu items did not announce selection state. [#2237]
45+
- Extended PredefinedDynamicTraceEventParser to support dynamic events from additional sources. [#2232]
46+
- Implemented MSFZ symbol format support in SymbolReader. [#2244]
47+
- Removed usage of DefaultAzureCredential, simplifying authentication dependencies. [#2255]
48+
- Added option to hide TimeStamp columns in the EventWindow View menu. [#2247]
49+
- Fixed NVDA screen reader reporting incorrect list count for File menu separators. [#2257]
50+
- Fixed unhandled exception when double-clicking in scroll bar area with no content. [#2254]
51+
- Fixed universal symbol conversion for overlapping mappings. [#2252]
52+
- Fixed TraceEvent.props to respect ProcessorArchitecture when RuntimeIdentifier is set. [#2249]
53+
ReleaseNotesUrl: https://github.com/microsoft/perfview/releases/tag/v3.1.23
54+
Documentations:
55+
- DocumentLabel: GitHub Documentation
56+
DocumentUrl: https://github.com/microsoft/perfview/tree/main/documentation
57+
- DocumentLabel: Vance Morrison's Weblog
58+
DocumentUrl: https://learn.microsoft.com/en-us/archive/blogs/vancem
59+
- DocumentLabel: Video Tutorials
60+
DocumentUrl: https://learn.microsoft.com/en-us/shows/perfview-tutorial
61+
ManifestType: defaultLocale
62+
ManifestVersion: 1.10.0
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Created with komac v2.12.1
2+
# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json
3+
4+
PackageIdentifier: Microsoft.PerfView
5+
PackageVersion: 3.1.23
6+
DefaultLocale: en-US
7+
ManifestType: version
8+
ManifestVersion: 1.10.0

0 commit comments

Comments
 (0)