archangelmihail

Stopwatch

Nov 26th, 2013
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 0.16 KB | None | 0 0
  1. Stopwatch stopwatch = new Stopwatch();
  2.         stopwatch.Start();
  3.        ..........
  4.         stopwatch.Stop();
  5.         return stopwatch.ElapsedMilliseconds;
Add Comment
Please, Sign In to add comment