I would like to know if there are any tool for Visual Studio 2010 to detect deadlocks and bootlenecks. I am trying PostSharp right now. Some others? I prefer freeware but I do not discard commercial ones. Ideas?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
|
You can try use Performance Wizard from Visual Studio. For sure this tool is added to the Ultimate version. Using this tool you can see for example how many % of time your application is spending on what method. It has a really nice and clear layout. For me sometimes it was very useful. If you have in "up" menu in VS "Analyze" tab you can find it there. |
|||||
|