Searched refs:measurement_and_story (Results 1 – 1 of 1) sorted by relevance
110 std::string measurement_and_story = graph_name + trace_name; in AddSample() local112 if (histograms_.count(measurement_and_story) == 0) { in AddSample()120 histograms_[measurement_and_story] = std::move(builder); in AddSample()125 histograms_[measurement_and_story]->AddDiagnostic( in AddSample()131 histograms_[measurement_and_story]->AddSample(value / 8); in AddSample()133 histograms_[measurement_and_story]->AddSample(value); in AddSample()