Here you can find the source of nowInNanoseconds()
static long nowInNanoseconds()
//package com.java2s; //License from project: Apache License public class Main { static long nowInNanoseconds() { return System.currentTimeMillis() * 1000000; }/*from w ww . jav a2 s . com*/ }