I need to analyze complexity for some algorithms in Java. For that I am planning to give large number of input and measure the time taken by Java implementation. What is the most precise and accurate way to check time between some lines of code? I need precision in milliseconds...
Post Closed as "Duplicate" by chrylis -cautiouslyoptimistic-, templatetypedef, Maerlyn, CommunityBot, zzzzBov