forked from microsoft/winget-pkgs
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
New version: Microsoft.PerfView version 3.1.19 (microsoft#220944)
- Loading branch information
1 parent
2ba8666
commit 89dfa52
Showing
3 changed files
with
71 additions
and
0 deletions.
There are no files selected for viewing
15 changes: 15 additions & 0 deletions
15
manifests/m/Microsoft/PerfView/3.1.19/Microsoft.PerfView.installer.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
# Created with WinGet Updater using komac v2.9.0 | ||
# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json | ||
|
||
PackageIdentifier: Microsoft.PerfView | ||
PackageVersion: 3.1.19 | ||
InstallerType: portable | ||
Commands: | ||
- perfview | ||
ReleaseDate: 2025-01-31 | ||
Installers: | ||
- Architecture: x86 | ||
InstallerUrl: https://github.com/microsoft/perfview/releases/download/v3.1.19/PerfView.exe | ||
InstallerSha256: B3BB7EE1D4A4BED7CCF76991FA989DAB45E3987F2DD7153323472EAF3228826C | ||
ManifestType: installer | ||
ManifestVersion: 1.9.0 |
48 changes: 48 additions & 0 deletions
48
manifests/m/Microsoft/PerfView/3.1.19/Microsoft.PerfView.locale.en-US.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,48 @@ | ||
# Created with WinGet Updater using komac v2.9.0 | ||
# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json | ||
|
||
PackageIdentifier: Microsoft.PerfView | ||
PackageVersion: 3.1.19 | ||
PackageLocale: en-US | ||
Publisher: Microsoft Corporation | ||
PublisherUrl: https://flow.microsoft.com/ | ||
PublisherSupportUrl: https://flow.microsoft.com/support | ||
PrivacyUrl: https://privacy.microsoft.com/PrivacyStatement | ||
Author: Microsoft Corporation | ||
PackageName: PerfView | ||
PackageUrl: https://github.com/microsoft/perfview | ||
License: MIT | ||
LicenseUrl: https://github.com/microsoft/perfview/blob/HEAD/LICENSE.TXT | ||
Copyright: Copyright (c) Microsoft Corporation. All rights reserved. | ||
CopyrightUrl: https://www.microsoft.com/legal/terms-of-use | ||
ShortDescription: PerfView is a CPU and memory performance-analysis tool. | ||
Description: |- | ||
PerfView is a free performance-analysis tool that helps isolate CPU and memory-related performance issues. | ||
It is a Windows tool, but it also has some support for analyzing data collected on Linux machines. | ||
It works for a wide variety of scenarios, but has a number of special features for investigating | ||
performance issues in code written for the .NET runtime. | ||
Moniker: perfview | ||
Tags: | ||
- dotnet | ||
- dotnet-core | ||
- performance | ||
- performance-analysis | ||
- windows | ||
ReleaseNotes: |- | ||
Roll-up through 2025/01/30. | ||
- Added missing time information in the Raw XML View for GCStats. | ||
- Updated activity computation logic to support OpenTelemetry events. | ||
- Changed timestamp values to use QPC time based on UTC for Relogger. | ||
- Fixed issues with report command handling. | ||
- Addressed various POH-related issues. | ||
- Implemented file-size limitation for rundown using an ETW-based approach. | ||
ReleaseNotesUrl: https://github.com/microsoft/perfview/releases/tag/v3.1.19 | ||
Documentations: | ||
- DocumentLabel: GitHub Documentation | ||
DocumentUrl: https://github.com/microsoft/perfview/tree/main/documentation | ||
- DocumentLabel: Vance Morrison's Weblog | ||
DocumentUrl: https://learn.microsoft.com/en-us/archive/blogs/vancem | ||
- DocumentLabel: Video Tutorials | ||
DocumentUrl: https://learn.microsoft.com/en-us/shows/perfview-tutorial | ||
ManifestType: defaultLocale | ||
ManifestVersion: 1.9.0 |
8 changes: 8 additions & 0 deletions
8
manifests/m/Microsoft/PerfView/3.1.19/Microsoft.PerfView.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
# Created with WinGet Updater using komac v2.9.0 | ||
# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json | ||
|
||
PackageIdentifier: Microsoft.PerfView | ||
PackageVersion: 3.1.19 | ||
DefaultLocale: en-US | ||
ManifestType: version | ||
ManifestVersion: 1.9.0 |