Options

Noob .... question about time stats

Probably a stupid question, but if I'm profiling a VB.NET program that is accessing a database, is the time spent waiting on results from a stored procedure or SQL call included? For example, if I have a function that loads a dataset via a stored procedure, does the time reported include the time spent waiting for the SQL to run and return the results, or would it just include the actual time the program spent loading the dataset in memory?

Comments

Sign In or Register to comment.