Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is there a task manager like application for visual studio?

Sometimes I experience Visual Studio 2010 being very sluggish. I have some plugins, like ReSharper for example, that I think could be the culprit. It would be nice if I could see the processes under visual studio to see what is using up all the CPU. Basically what I am looking for is a Task Manager just like the one in Google Chrome but for Visual Studio. I searched the internet and came up with nothing.

like image 422
B-Lock-a Avatar asked Sep 29 '10 15:09

B-Lock-a


1 Answers

Unlike Chrome, Visual Studio does not use multiple processes. (Except when debugging applications)

like image 85
SLaks Avatar answered Jan 02 '23 13:01

SLaks