microsoft / perfview

PerfView is a CPU and memory performance-analysis tool
http://channel9.msdn.com/Series/PerfView-Tutorial
MIT License
4.05k stars 695 forks source link

Fix the Contention Stacks View for .NET Framework and Older .NET Core Processes #2038

Closed brianrob closed 1 month ago

brianrob commented 1 month ago

This change will use the time difference between the Contention/Start and Contention/Stop event unless the process is running on a newer version of .NET Core that specifies the time difference in the Contention/Stop event. This is the ensure that this view works for all .NET processes and not just newer .NET Core processes.