Home
last modified time | relevance | path

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

/aosp_15_r20/art/test/595-profile-saving/src/
H A DMain.java101 Duration splitTimestampAfter = getMTime(file3.getPath()); in main() local
108 if (splitTimestampAfter.compareTo(splitTimestampBefore) <= 0) { in main()
113 if (primaryTimestampAfter.compareTo(splitTimestampAfter) < 0) { in main()
117 primaryTimestampAfter.toNanos(), splitTimestampAfter.toNanos())); in main()