You could use QueryPerformanceCounter and QueryPerformenceFrequency.
You can find an example here.
System.Diagnostics.Stopwatch should be a high-perfomance counter.
However, it it not present in Compact Framework but the above solution fixes that problem.