Concurrency Visualizer for Visual Studio 2015
Concurrency Visualizer helps you to see how your multithreaded app performs. Concurrency Visualizer provides information in graphical, tabular, and textual data between the threads in your program.
It an optional extension from Visual Studio 2015. Its supports from Visual Studio 2010 version onwards. Now Microsoft has released an extension update for Visual Studio 2015 version.
Click here to download Concurrency Visualizer for Visual Studio 2015
Concurrency Visualizer Collection Tools for Visual Studio 2015
The Concurrency Visualizer Collection Tools for Visual Studio 2015 are available from the download center and can be used to collect information from the command line traces containing contention data and thread activity data such as CPU utilization, thread contention, thread migration, synchronization delays, areas of overlapped I/O, and other system events on machines without Visual Studio installed.
Click here to download Concurrency Visualizer Collection Tools for Visual Studio 2015
To run "Concurrency Visualizer Collection Tools" we can use CVCollectionCmd command. For more details how to run this command click here.
Reference:
https://msdn.microsoft.com/en-us/library/dd537632(v=vs.140).aspx