Skip to content

Commit 37cb2ee

Browse files
New version: Microsoft.PerfView version 3.1.24 (microsoft#287675)
1 parent 2f55341 commit 37cb2ee

File tree

3 files changed

+77
-0
lines changed

3 files changed

+77
-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.24
6+
InstallerType: portable
7+
Commands:
8+
- perfview
9+
ReleaseDate: 2025-08-27
10+
Installers:
11+
- Architecture: x86
12+
InstallerUrl: https://github.com/microsoft/perfview/releases/download/v3.1.24/PerfView.exe
13+
InstallerSha256: 4D9E800D3DC523964F104C8F8B199E7ADF0579A7BBA4AD612F2F6EADA02E4141
14+
ManifestType: installer
15+
ManifestVersion: 1.10.0
Lines changed: 54 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,54 @@
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.24
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/08/26.
33+
- Implement NuGet Central Package Version Management [#2262]
34+
- Fix broken stacks warning for universal traces [#2268]
35+
- Fix jitted code symbols in universal traces to show assembly names instead of memfd:doublemapper [#2269]
36+
- Use themed background brush for menu and filter [#2272]
37+
- Improve rendering and dark mode [#2274]
38+
- Implement configurable symbol server authentication with /SymbolsAuth command line argument for PerfView and HeapDump [#2278]
39+
- Add a themed dialog [#2276]
40+
- Fix regression: "Goto Item in Callers/Callees" now accumulates across all threads [#2284]
41+
- Fix parsing issues and add support for additional events to the Linux perf text file parser [#2286]
42+
- Fix TraceLog live session RelatedActivityID/ContainerID corruption by preserving ExtendedData [#2285]
43+
- NetTrace LabelList metadata overrides and metadata flushing [#2281]
44+
- Fix NullReferenceException in ProviderBrowser.LevelSelected when deselecting level [#2289]
45+
ReleaseNotesUrl: https://github.com/microsoft/perfview/releases/tag/v3.1.24
46+
Documentations:
47+
- DocumentLabel: GitHub Documentation
48+
DocumentUrl: https://github.com/microsoft/perfview/tree/main/documentation
49+
- DocumentLabel: Vance Morrison's Weblog
50+
DocumentUrl: https://learn.microsoft.com/en-us/archive/blogs/vancem
51+
- DocumentLabel: Video Tutorials
52+
DocumentUrl: https://learn.microsoft.com/en-us/shows/perfview-tutorial
53+
ManifestType: defaultLocale
54+
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.24
6+
DefaultLocale: en-US
7+
ManifestType: version
8+
ManifestVersion: 1.10.0

0 commit comments

Comments
 (0)