Searched defs:NANOS_PER_MILLI (Results 1 – 4 of 4) sorted by relevance
26 static final long NANOS_PER_MILLI = 1000 * 1000; field in TimeUtils
26 public static final long NANOS_PER_MILLI = 1000000; field in Constant
37 #define NANOS_PER_MILLI 1000000 macro
70 private static final double NANOS_PER_MILLI = TimeUnit.MILLISECONDS.toNanos(1); field in CensusStatsModule