HomeSort by relevance Sort by last modified time
    Searched refs:bucketDuration (Results 1 - 2 of 2) sorted by null

  /external/opencensus-java/impl_core/src/main/java/io/opencensus/implcore/stats/
MutableViewData.java 228 private final Duration bucketDuration; // Duration of a single bucket (totalDuration / N)
234 this.bucketDuration = Duration.fromMillis(totalDuration.toMillis() / N);
302 long numOfPadBuckets = elapsedTimeMillis / bucketDuration.toMillis();
315 .addDuration(bucketDuration);
332 bucketDuration,
335 startOfNewBucket = startOfNewBucket.addDuration(bucketDuration);
  /external/sl4a/Common/src/com/googlecode/android_scripting/facade/
DataUsageController.java 225 .append("bucketDuration=").append(entry.bucketDuration)

Completed in 81 milliseconds