Searched refs:cumulativeData (Results 1 – 3 of 3) sorted by relevance
/external/opencensus-java/exporters/stats/stackdriver/src/test/java/io/opencensus/exporter/stats/stackdriver/ |
D | StackdriverExportUtilsTest.java | 348 CumulativeData cumulativeData = CumulativeData.create(censusTimestamp1, censusTimestamp2); in createPoint_cumulative() local 351 assertThat(StackdriverExportUtils.createPoint(sumDataDouble, cumulativeData, SUM)) in createPoint_cumulative() 354 .setInterval(StackdriverExportUtils.createTimeInterval(cumulativeData, SUM)) in createPoint_cumulative() 480 CumulativeData cumulativeData = in createTimeSeriesList_cumulative() local 482 ViewData viewData = ViewData.create(view, aggregationMap, cumulativeData); in createTimeSeriesList_cumulative() 496 StackdriverExportUtils.createPoint(distributionData1, cumulativeData, DISTRIBUTION)) in createTimeSeriesList_cumulative() 507 StackdriverExportUtils.createPoint(distributionData2, cumulativeData, DISTRIBUTION)) in createTimeSeriesList_cumulative() 551 CumulativeData cumulativeData = in createTimeSeriesList_withCustomMonitoredResource() local 553 ViewData viewData = ViewData.create(view, aggregationMap, cumulativeData); in createTimeSeriesList_withCustomMonitoredResource() 565 .addPoints(StackdriverExportUtils.createPoint(sumData, cumulativeData, SUM)) in createTimeSeriesList_withCustomMonitoredResource()
|
/external/opencensus-java/api/src/test/java/io/opencensus/stats/ |
D | ViewDataTest.java | 163 CumulativeData cumulativeData = in preventWindowAndAggregationWindowDataMismatch() local 171 + cumulativeData.getClass().getSimpleName()); in preventWindowAndAggregationWindowDataMismatch() 175 cumulativeData); in preventWindowAndAggregationWindowDataMismatch() local 252 CumulativeData cumulativeData = in aggregationAndAggregationDataMismatch() local 263 ViewData.create(view, entries, cumulativeData); in aggregationAndAggregationDataMismatch()
|
/external/opencensus-java/contrib/zpages/src/main/java/io/opencensus/contrib/zpages/ |
D | RpczZPageHandler.java | 447 ViewData.AggregationWindowData.CumulativeData cumulativeData) { in getDurationInSecs() argument 448 return toDoubleSeconds(cumulativeData.getEnd().subtractTimestamp(cumulativeData.getStart())); in getDurationInSecs()
|