Searched refs:custom_histograms_ (Results 1 – 3 of 3) sorted by relevance
20 histogram_customizer_.custom_histograms_.clear(); in SetUp()21 histogram_customizer_.custom_histograms_.insert(kCustomizableHistogram_); in SetUp()
249 custom_histograms_.insert("V8.MemoryExternalFragmentationTotal"); in HistogramCustomizer()250 custom_histograms_.insert("V8.MemoryHeapSampleTotalCommitted"); in HistogramCustomizer()251 custom_histograms_.insert("V8.MemoryHeapSampleTotalUsed"); in HistogramCustomizer()277 custom_histograms_.find(name) != custom_histograms_.end()) in ConvertToCustomHistogramName()
334 std::set<std::string> custom_histograms_; variable