Searched defs:bucketStart (Results 1 – 2 of 2) sorted by relevance
100 private long[] bucketStart; field in NetworkStatsHistory110 public NetworkStatsHistory(long bucketDuration, long[] bucketStart, long[] activeTime, in NetworkStatsHistory()138 public long bucketStart; field in NetworkStatsHistory.Entry176 public Entry(long bucketStart, long activeTime, long rxBytes, in Entry()621 final long bucketStart = input.bucketStart[i]; in recordHistory() local1191 final long[] bucketStart = new long[size]; in build() local
81 .zipWithNext { bucketEnd, bucketStart -> Range(bucketStart, bucketEnd) } in queryUsage() method