Home
last modified time | relevance | path

Searched refs:oldTimestamp (Results 1 – 1 of 1) sorted by relevance

/art/test/2246-trace-stream/src/
DBaseTraceParser.java188 int oldTimestamp = threadTimestampMap.get(threadId); in CheckTimestamp() local
189 if (timestamp < oldTimestamp) { in CheckTimestamp()
191 + " earlier: " + oldTimestamp); in CheckTimestamp()