How to enable Tier Interaction Profiling ( TIP ) in Visual Studio 2010 Profiler ?

Tier Interaction Profiling (TIP) is the  Multi-Tier Performance Analysis feature in Visual Studio 2010. TIP  helps us to measure the performance of our application while our application doing some database interactions. This enables to see the number of time on data base query or Stored procedure executed during profiling

You can enable the TIP from Performance Session Wizard during start of profiling. Select the “Enable Tier Interaction Profiler” to enable the TIP.

image

You can also enable the same from Profiler  Current Session Properties. Right Click on the session file and select Properties from Context Menu.

image

This will launch the profiler properties page. Where you will find one section called “Tier Interactions” .

image

If you are running the profiler from command prompt using “VSPerfASPNetCmd”, you have to use “/tip” with command for enabling the Tier Interaction Profile.

image

Hope this helps !

Cheers !

Abhijit

Abhijit Jana

Abhijit runs the Daily .NET Tips. He started this site with a vision to have a single knowledge base of .NET tips and tricks and share post that can quickly help any developers . He is a Former Microsoft ASP.NET MVP, CodeProject MVP, Mentor, Speaker, Author, Technology Evangelist and presently working as a .NET Consultant. He blogs at http://abhijitjana.net , you can follow him @AbhijitJana . He is the author of book Kinect for Windows SDK Programming Guide.