RFE: Java methods equivalent to gethrtime() and gethrvtime()
It would be highly desirable to have a direct Java methods:
System.currentHrTime()
System.currentHrVirtualTime()
returning high-resolution (nanosecond) timers for both real time,
and virtual time.
It would be highly desirable to have a direct Java methods:
System.currentHrTime()
System.currentHrVirtualTime()
returning high-resolution (nanosecond) timers for both real time,
and virtual time.
- duplicates
-
JDK-4614021 provide a high resolution timer in j2se for both wall-clock and virtual CPU time
-
- Closed
-