Hi,
How to find out the time taken for the execution of a piece of code. For example, consider the following sample code:
for i = 0 to 50000
Debug.print i
next
How to findout the execution time?
Thanks in advance
| CodeGuru Home | VC++ / MFC / C++ | .NET / C# | Visual Basic | VB Forums | Developer.com |
|
Results 1 to 7 of 7
Thread: Time needed for executionThreaded View
|
Click Here to Expand Forum to Full Width |