Saturday, March 05, 2005

WindowsDevCenter.com: Using Timers to Evaluate Code Performance

WindowsDevCenter.com: Using Timers to Evaluate Code Performance: "Using Timers to Evaluate Code Performance
by Ron Petrusha
03/01/2005

Frequently, in an effort to maximize performance, programmers need to evaluate the execution time of a block of code, and possibly to compare it with other comparable blocks of code. In this article, we'll examine the techniques available in Visual Basic for doing that."

No comments: