Answer the question
In order to leave comments, you need to log in
Answer the question
In order to leave comments, you need to log in
In Java, you can do this:
long start = System.nanoTime();
// ... код
long stop = System.nanoTime();
System.out.println(stop-start);
Of course, there is no analogue, because. it is an interpreted language. And in the JVM, this is also unlikely to exist at all.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question