Searched refs:NANOSECS (Results 1 – 1 of 1) sorted by relevance
73 private static final double NANOSECS = 1000000000.0; field in VettingViewer2075 System.out.println("Creation: " + timer.getDuration() / NANOSECS + " secs"); in main()2083 System.out.println("Code: " + timer.getDuration() / NANOSECS + " secs"); in main()2088 System.out.println("Summary: " + timer.getDuration() / NANOSECS + " secs"); in main()