Tier Interaction Profiling (TIP) enables you to see the number of times a query (or a stored procedure) was executed in your ...

Tier Interaction Profiling (TIP) enables you to see the number of times a query (or a stored procedure) was executed in your application and to see the amount of time your application spent inside of ADO.NET during the execution of that query. 

If your application is a web application, TIP also shows you the number of times a page was requested along with processing time for that page. The aforementioned query execution information will then be grouped for each page.

TIP only supports synchronous ADO.NET calls within managed applications.