Profiling With Visual Studio Team System

Posted by Rotem on Stack Overflow See other posts from Stack Overflow or by Rotem
Published on 2010-06-16T13:41:14Z Indexed on 2010/06/16 13:42 UTC
Read the original article Hit count: 128

Filed under:
|
|
|

Hi,

I'm using Visual Studio Team System 2008 to run Load Tests.

I have a test that executes a web service request and I would like to know how much time was spent in each layer of my application e.g.

Time spent in IIS, Time spent in my Server application Time spent in SQL Server

Can I get this sort of information by setting the performance counters in my load test properly?

Thanks

© Stack Overflow or respective owner

Related posts about testing

Related posts about profiling