Searched refs:MICROS_PER_SECOND (Results 1 – 1 of 1) sorted by relevance
43 private static final long MICROS_PER_SECOND = 1000L * 1000L; field in TraceMarkParser146 return (ms * 1.0d) / MICROS_PER_SECOND; in microsecondToSeconds()