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

  /external/opencensus-java/contrib/zpages/src/test/java/io/opencensus/contrib/zpages/
TracezZPageHandlerTest.java 47 SampledSpanStore.Summary sampledSpanStoreSummary;
71 sampledSpanStoreSummary = SampledSpanStore.Summary.create(sampledSummaryMap);
80 when(sampledSpanStore.getSummary()).thenReturn(sampledSpanStoreSummary);
93 when(sampledSpanStore.getSummary()).thenReturn(sampledSpanStoreSummary);
111 when(sampledSpanStore.getSummary()).thenReturn(sampledSpanStoreSummary);
133 when(sampledSpanStore.getSummary()).thenReturn(sampledSpanStoreSummary);
  /external/opencensus-java/contrib/zpages/src/main/java/io/opencensus/contrib/zpages/
TracezZPageHandler.java 422 SampledSpanStore.Summary sampledSpanStoreSummary = sampledSpanStore.getSummary();
429 spanNames.addAll(sampledSpanStoreSummary.getPerSpanNameSummary().keySet());
458 sampledSpanStoreSummary.getPerSpanNameSummary().get(spanName);

Completed in 218 milliseconds