perfview icon indicating copy to clipboard operation
perfview copied to clipboard

PerfView is a CPU and memory performance-analysis tool

Results 260 perfview issues
Sort by recently updated
recently updated
newest added

- Under src/FastSerialization: namespace Utilities becomes namespace FastSerialization.Utilities - Under src/PerfView: namespace Utilities becomes namespace PerfView.Utilities - Under src/TraceEvent: namespace Utilities becomes namespace Microsoft.Diagnostics.Tracing.Utilities - Under src/Utilities: namespace Utilities becomes...

This will allow users to access packet metadata without needing to parse the "parsedPacket" string, and will also allow them to access the packet data present after the headers for...

After running the manifest + C# generation on all ~1100 OS-registered providers, it seems ~20% fail to generate manifests, and of those that succeed ~30% fail to generate valid C#...

This is an attempt to address #549 and be able to run two PerfView on the same server. The code works (tested also on Win 7), but there are number...

I just wanted to make context menu working for Flame Graph to make it possible to use all the nice features of PerfView directly from the Flame Graph tab. But...

Blocked on #290. 📝 Please make sure to not rebase or squash this change during the merge process.

The histogram in this view showed the location of managed objects in memory. I didn't find it particularly useful, but calculating it resulted in substantial performance overhead when trying to...

enhancement

Improves the performance of the call stacks by interning the strings used in comparison operations. :memo: Please make sure to not rebase or squash this change during the merge process.

enhancement

:memo: This is a work in progress.

in progress
ReviewOnly Do Not Merge

After observing wide deviations between the displayed call stack metrics and reality (cases over 300% error were certainly observed), I finally traced the source of problems back to the use...

bug