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

1. If you compile this code and gather a .nettrace TraceEvent ``` Console.WriteLine("Hello, World!"); throw new Exception("This in an exception"); ``` 2. Collect a trace with `dotnet-trace collect -- bin/Debug/net6.0/TestApp`...

The Events view often comes in handy for in-depth perf analysis. However, it can be cumbersome to use when you want to look at events in detail - often you...

Hi, I logged this [here](https://github.com/microsoft/perfview/discussions/1483), which might be the wrong place., adding here as well. In addition to source link support, does perfview support getting source code from a dll...

Enable Long Path Support on Windows Machines where it is enabled.

This PR cleans up how background colors are set with bindings and adds purple, green, gray and pink. This is the new UI update: ![image](https://user-images.githubusercontent.com/3953714/90079517-05a74780-dcbd-11ea-8a8e-6f77b7fde50a.png) Here are all the colors:...

The underlying TraceLog source is IDisposable, so there might be a chance where the TraceLog gets disposed while the AutomatedAnalysisTraceLog is in use.

For some type(s) of built-in Windows events, I'm not getting the complete payload, namely AppId/AppVersion, and also I can't figure out how to get PartA data. To demonstrate, here’s a...

From command line, if I use : > PerfView.exe /BufferSizeMB:1024 /InMemoryCircularBuffer /zip:false /merge:false /circularmb:2048 /nogui /ThreadTime collect perfdetails.etl And then if I open perfdetails.etl in PerfView, I don’t see `Thread...

Not for review. Just needed a build to make available for @Pilchie and @davkean.

ReviewOnly Do Not Merge