I'm in the middle of writing my dissertation. I have created a search application using .net c#.
I need a way to accurately time the search.
I have heard of System.Diagnostics.Stopwatch but I have read that it wasn't accurate.
So my question is what is the most accurate way to time methods and how would you implement it?