Searched refs:convertedTime (Results 1 – 1 of 1) sorted by relevance
188 long convertedTime = timeUnits[i].convert(timestamp_ns, TimeUnit.NANOSECONDS); in prettyTimestamp() local189 timestamp_ns -= TimeUnit.NANOSECONDS.convert(convertedTime, timeUnits[i]); in prettyTimestamp()190 prettyTimestamp.append(convertedTime).append(unitSuffixes[i]); in prettyTimestamp()