Sometimes it is very important to meassure execution time between a couple of source code lines. It can bery helpful to set two points (like a breakpoint) and VA can meassure time between and print it out in debug window (visual studio 6, c++).
Are you talking about code profiling? If so you would need to actually use a dedicated code profiler, this is something that VA is very unlikely to try and offer.