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

  /external/opencensus-java/impl_core/src/test/java/io/opencensus/implcore/stats/
RecordUtilsTest.java 77 public void createMutableAggregation() {
81 RecordUtils.createMutableAggregation(Sum.create(), MEASURE_DOUBLE).toAggregationData())
83 assertThat(RecordUtils.createMutableAggregation(Sum.create(), MEASURE_LONG).toAggregationData())
86 RecordUtils.createMutableAggregation(Count.create(), MEASURE_DOUBLE)
90 RecordUtils.createMutableAggregation(Count.create(), MEASURE_LONG).toAggregationData())
93 RecordUtils.createMutableAggregation(Mean.create(), MEASURE_DOUBLE).toAggregationData())
96 RecordUtils.createMutableAggregation(Mean.create(), MEASURE_LONG).toAggregationData())
99 RecordUtils.createMutableAggregation(LastValue.create(), MEASURE_DOUBLE)
103 RecordUtils.createMutableAggregation(LastValue.create(), MEASURE_LONG)
109 RecordUtils.createMutableAggregation(
    [all...]
  /external/opencensus-java/impl_core/src/main/java/io/opencensus/implcore/stats/
RecordUtils.java 102 static MutableAggregation createMutableAggregation(

Completed in 331 milliseconds