Home
last modified time | relevance | path

Searched refs:newNoopDerivedDoubleGauge (Results 1 – 4 of 4) sorted by relevance

/external/opencensus-java/api/src/main/java/io/opencensus/metrics/
DDerivedDoubleGauge.java109 static DerivedDoubleGauge newNoopDerivedDoubleGauge( in newNoopDerivedDoubleGauge() method in DerivedDoubleGauge
DMetricRegistry.java149 return DerivedDoubleGauge.newNoopDerivedDoubleGauge( in addDerivedDoubleGauge()
/external/opencensus-java/api/src/test/java/io/opencensus/metrics/
DDerivedDoubleGaugeTest.java45 DerivedDoubleGauge.newNoopDerivedDoubleGauge(NAME, DESCRIPTION, UNIT, LABEL_KEY);
DMetricRegistryTest.java217 DerivedDoubleGauge.newNoopDerivedDoubleGauge(NAME_4, DESCRIPTION, UNIT, LABEL_KEY) in noopInstanceOf()