Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!
System.nanoTime¶
The naive way is to profling your JVM application using System.nanoTime
(which gets the system time in nanosecond resolution).
System.nanoTime()