Light Switch에서 실행한 쿼리문을 Profiling 해주는 툴 , 굉장하다.
Trace 탭이 안보이는데 라이센스를 구매해야 하나. ㅠ.ㅠ.
When you start the profiler, you will get the following screen:
After I configured my test application and ran it, I got the following screen with all the information I needed:
You can see the queries that I run at the bottom, application statistic at the left menu and more important stuff which gives you very crucial details about your running application. You can also get an analysis of your code in the left menu such as:
One feature that I really liked and made me feel like a DBA was the ability to see the query plan of the query in a visual way:
And of course, the ability to run your queries from the profiler:
출처
http://www.codeproject.com/Articles/101214/EFProf-Profiler-Tool-for-Entity-Framework