System.Diagnostics.Stopwatch calcElap= new System.Diagnostics.Stopwatch();
calcElap.Start();
//do my stuff
...
calcElap.Stop();
Response.Write("Time Elapse: " + calcElap.Elapsed.ToString());
Showing posts with label C#. Show all posts
Showing posts with label C#. Show all posts
Sunday, May 24, 2009
Subscribe to:
Posts (Atom)