Searched refs:toTimestamp (Results 1 – 4 of 4) sorted by relevance
65 long toTimestamp) { in queryEvents() argument70 int toIndex = firstIndexOnOrAfter(toTimestamp); in queryEvents()
43 List<Event> queryEvents(Set<Integer> eventTypes, long fromTimestamp, long toTimestamp); in queryEvents() argument
238 public Builder aggregateSnapshots(long fromTimestamp, long toTimestamp) { in aggregateSnapshots() argument240 mToTimestamp = toTimestamp; in aggregateSnapshots()
599 String toTimestamp = endInstant.toString(); in createGraphvizFile() local602 + "\nFrom=" + fromTimestamp + " to " + toTimestamp in createGraphvizFile()