I set up a unit test to see how a method is performing,
then I ran the method with dotTrace profiler trying different modes.
It gives me a very detailed report but I can't find anywhere the execution time of each line of code within the method.
Is it possible to see how long it took each line of a method took to execute in a .Net application with dotTrace or the visual studio profiler?
PerfTip from visual studio gives me this information, but requires to debug line by line manually and there is no report functionality.