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

  /external/opencensus-java/impl_core/src/main/java/io/opencensus/implcore/stats/
RecordUtils.java 60 final class RecordUtils {
240 private RecordUtils() {}
  /external/opencensus-java/impl_core/src/test/java/io/opencensus/implcore/stats/
RecordUtilsTest.java 46 /** Tests for {@link RecordUtils}. */
63 assertThat(RecordUtils.UNKNOWN_TAG_VALUE).isNull();
71 assertThat(RecordUtils.getTagValues(tags, columns))
72 .containsExactly(CALLER_V, METHOD_V, RecordUtils.UNKNOWN_TAG_VALUE)
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()
    [all...]

Completed in 111 milliseconds