Hi everybody!
This is my first posting here because I’m a newbie with java.
I’ve programmed before with C/C++ and used queryPerformanceCounter for timing.
In java I know only System.currentTimeMillis() and I was wondering
if there is any better/faster way than it?
(I haven’t found myself)
If java has many ways to do timing, which is the best?