Home
last modified time | relevance | path

Searched defs:cumulativeData (Results 1 – 3 of 3) sorted by relevance

/external/opencensus-java/api/src/test/java/io/opencensus/stats/
DViewDataTest.java163 CumulativeData cumulativeData = in preventWindowAndAggregationWindowDataMismatch() local
175 cumulativeData); in preventWindowAndAggregationWindowDataMismatch() local
252 CumulativeData cumulativeData = in aggregationAndAggregationDataMismatch() local
/external/opencensus-java/exporters/stats/stackdriver/src/test/java/io/opencensus/exporter/stats/stackdriver/
DStackdriverExportUtilsTest.java348 CumulativeData cumulativeData = CumulativeData.create(censusTimestamp1, censusTimestamp2); in createPoint_cumulative() local
480 CumulativeData cumulativeData = in createTimeSeriesList_cumulative() local
551 CumulativeData cumulativeData = in createTimeSeriesList_withCustomMonitoredResource() local
/external/opencensus-java/contrib/zpages/src/main/java/io/opencensus/contrib/zpages/
DRpczZPageHandler.java447 ViewData.AggregationWindowData.CumulativeData cumulativeData) { in getDurationInSecs()