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