|
| 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 |
0 commit comments