Tuesday, September 14, 2010

Performance Tuning with the Concurrency Visualizer in Visual Studio 2010

Tip - How to reduce the burden of parallel performance/issue analysis significantly by using concurrency Visualizer.

Details - Visual Studio 2010 includes a new profiling tool—the Concurrency Visualizer—that should significantly reduce the burden of parallel performance/issue analysis. Moreover, the Concurrency Visualizer can help developers analyze their sequential applications to discover opportunities for parallelism finding how the logical cores in the system are get utilized. I think this tool will help us to solve most of our multithreading issues.

Reference -
1. http://msdn.microsoft.com/en-us/magazine/ee336027.aspx
2. http://channel9.msdn.com/shows/Going+Deep/Visualizing-Concurrency-Inside-the-Concurrency-Visualizer-Profiling-Tool (Cannel9 presentation)

Posted by - Ajmal Karuthedath

No comments:

Post a Comment