Measuring time spent in each layer in Visual Studio Load Tests -


i want measure time spent in each layer or module in application.

dynatrace has such feature. wonder if possible visual studio 2012 ultimate's own load testing tool?

it's possible profile .net application using visual studio profiler. asp.net, can enable profiling editing test settings file described here.

however, use sampling method : it's statistical profiling method shows functions doing of user mode work in application. don't have timings, it's place start areas speed application. can tiers interactions (wcf or ado.net).

you can profile application using favorite profiler during load test because vs load testing tool can run setup/cleanup code.

edit : said, described here.

create new /update current test settings file. sure select before run (test/test settings/select).

be sure check "asp.net profiler" in settings.

enter image description here

run load tests usual. @ end see new icon in tests results.

enter image description here


Comments